From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] more STAGING patches for 2.6.28
Date: Wed, 22 Oct 2008 10:22:03 -0700 [thread overview]
Message-ID: <20081022172203.GA4000@kroah.com> (raw)
Here are some more staging patches against your 2.6 git tree.
These should fix up all of the known build warnings, so that I don't get
a bunch of patches that do the same thing from different people, as well
as a lot of other cleanups and 2 more new drivers.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/
These have all been in the past few -next releases with no known build
errors.
Patches will be sent as a follow-on to this message to lkml for people
to see.
thanks,
greg k-h
drivers/staging/Kconfig | 4 +
drivers/staging/Makefile | 2 +
drivers/staging/at76_usb/at76_usb.c | 4 +-
drivers/staging/echo/bit_operations.h | 205 ++---
drivers/staging/echo/echo.c | 847 +++++++++---------
drivers/staging/echo/echo.h | 58 +--
drivers/staging/echo/fir.h | 376 +++-----
drivers/staging/echo/mmx.h | 29 +-
drivers/staging/echo/oslec.h | 86 ++
drivers/staging/et131x/et1310_phy.c | 2 -
drivers/staging/et131x/et131x_debug.c | 1 -
drivers/staging/et131x/et131x_initpci.c | 1 -
drivers/staging/go7007/go7007-driver.c | 1 -
drivers/staging/go7007/go7007-fw.c | 1 -
drivers/staging/go7007/go7007-i2c.c | 1 -
drivers/staging/go7007/go7007-usb.c | 1 -
drivers/staging/go7007/snd-go7007.c | 1 -
drivers/staging/go7007/wis-ov7640.c | 1 -
drivers/staging/go7007/wis-saa7113.c | 1 -
drivers/staging/go7007/wis-saa7115.c | 1 -
drivers/staging/go7007/wis-sony-tuner.c | 1 -
drivers/staging/go7007/wis-tw2804.c | 1 -
drivers/staging/go7007/wis-tw9903.c | 1 -
drivers/staging/go7007/wis-uda1342.c | 1 -
drivers/staging/me4000/me4000.c | 908 +++++++++----------
drivers/staging/me4000/me4000.h | 194 +++--
drivers/staging/pcc-acpi/Kconfig | 11 +
drivers/staging/pcc-acpi/Makefile | 1 +
drivers/staging/pcc-acpi/TODO | 7 +
drivers/staging/pcc-acpi/pcc-acpi.c | 1111 ++++++++++++++++++++++
drivers/staging/poch/Kconfig | 6 +
drivers/staging/poch/Makefile | 1 +
drivers/staging/poch/README | 7 +
drivers/staging/poch/poch.c | 1425 +++++++++++++++++++++++++++++
drivers/staging/poch/poch.h | 29 +
drivers/staging/slicoss/slicoss.c | 18 +-
drivers/staging/sxg/README | 1 +
drivers/staging/sxg/sxg.c | 1379 ++++++++++++++--------------
drivers/staging/sxg/sxg_os.h | 41 +-
drivers/staging/sxg/sxgdbg.h | 2 +-
drivers/staging/sxg/sxghif.h | 410 ++++-----
drivers/staging/sxg/sxghw.h | 404 ++++----
drivers/staging/sxg/sxgphycode.h | 12 +-
drivers/staging/usbip/usbip_common.c | 2 +-
drivers/staging/usbip/vhci_rx.c | 2 +-
drivers/staging/winbond/Kconfig | 2 +-
drivers/staging/winbond/README | 1 +
drivers/staging/winbond/bss_f.h | 6 +-
drivers/staging/winbond/ds_tkip.h | 6 +-
drivers/staging/winbond/linux/common.h | 17 +-
drivers/staging/winbond/linux/wb35reg.c | 63 +-
drivers/staging/winbond/linux/wb35reg_f.h | 12 +-
drivers/staging/winbond/linux/wb35reg_s.h | 4 +-
drivers/staging/winbond/linux/wb35rx.c | 175 ++--
drivers/staging/winbond/linux/wb35rx_s.h | 2 +-
drivers/staging/winbond/linux/wb35tx.c | 138 ++--
drivers/staging/winbond/linux/wb35tx_f.h | 2 +-
drivers/staging/winbond/linux/wbusb.c | 259 +++---
drivers/staging/winbond/mds.c | 30 +-
drivers/staging/winbond/mds_f.h | 6 +-
drivers/staging/winbond/mds_s.h | 8 +-
drivers/staging/winbond/mlme_s.h | 4 +-
drivers/staging/winbond/mlmetxrx.c | 4 +-
drivers/staging/winbond/mlmetxrx_f.h | 4 +-
drivers/staging/winbond/reg.c | 24 +-
drivers/staging/winbond/sme_api.c | 1 +
drivers/staging/winbond/sme_api.h | 2 +-
drivers/staging/winbond/wbhal.c | 32 +-
drivers/staging/winbond/wbhal_f.h | 28 +-
drivers/staging/winbond/wbhal_s.h | 4 +-
drivers/staging/winbond/wblinux.c | 208 +++---
drivers/staging/winbond/wblinux_s.h | 4 +-
drivers/staging/wlan-ng/Kconfig | 2 +-
drivers/staging/wlan-ng/hfa384x.h | 2 +-
drivers/staging/wlan-ng/p80211wep.c | 1 -
drivers/staging/wlan-ng/prism2mib.c | 2 -
drivers/staging/wlan-ng/wlan_compat.h | 8 +-
77 files changed, 5566 insertions(+), 3093 deletions(-)
create mode 100644 drivers/staging/echo/oslec.h
create mode 100644 drivers/staging/pcc-acpi/Kconfig
create mode 100644 drivers/staging/pcc-acpi/Makefile
create mode 100644 drivers/staging/pcc-acpi/TODO
create mode 100644 drivers/staging/pcc-acpi/pcc-acpi.c
create mode 100644 drivers/staging/poch/Kconfig
create mode 100644 drivers/staging/poch/Makefile
create mode 100644 drivers/staging/poch/README
create mode 100644 drivers/staging/poch/poch.c
create mode 100644 drivers/staging/poch/poch.h
---------------
Diego Calleja (1):
Staging: Fix leak in drivers/staging/at76_usb.c
Geert Uytterhoeven (1):
Staging: W35UND should depend on USB
Greg Kroah-Hartman (8):
Staging: document 4k stack problem for winbond driver
Staging: wlan-ng: fix build error if wireless networking is not enabled
Staging: pcc-acpi: update to latest version
Staging: sxg: fix up unused function warnings
Staging: sxg: fix compiler warnings.
Staging: wbusb: fix a bunch of compiler warnings
Staging: me4000: remove some compiler warnings
Staging: usbip: fix build warning on 64bit kernels
Harvey Harrison (2):
Staging: sxg: replace __FUNCTION__ with __func__
Staging: remove remaining uses of __FUNCTION__
Hiroshi Miura (1):
Staging: add pcc-acpi driver
Huang Weiyi (6):
Staging: SLICOSS: remove duplicated #include's
Staging: et131x: remove duplicated #include's
Staging: wlan-ng: prism2: remove duplicated #include
staging: wlan-ng: prism2: remove more duplicated #include
Staging: go7007: remove unused #include <version.h>
Staging: SLICOSS: remove unused #include <version.h>
J.R. Mauro (3):
Staging: Clean up sxg driver
Staging: Lindent the echo driver
Staging: sxg: clean up C99 comments
Lior Dotan (3):
Staging: Fixes for me4000 pci data collection driver
Staging: PCC-ACPI: Fix all checkpatch errors
Staging: SLICOSS: Free multicast list at driver exit
Mariusz Kozlowski (2):
staging: fix potential build error in slicoss driver
staging: balance parenthesis in wlan-ng headers
Pekka Enberg (8):
Staging: w35und: remove some typedefs
Staging: echo: fix kmalloc()/kfree() uses
Staging: echo: remove dead code
Staging: echo: remove __cplusplus macro magic
Staging: echo: remove annoying "end of function" markers
Staging: w35und: remove spinlock wrappers
Staging: w35und: use gotos for error handling
Staging: w35und: module init cleanup
Stephen Rothwell (1):
linux-next: build failure
Tzafrir Cohen (5):
Staging: echo: A separate oslec.h for external interface
Staging: echo: Export interface functions. Add module headers.
Staging: echo: Replace echo_can_state_t with struct echo_can_state
Staging: echo: Changed preffix from echo_can_ to oslec_
Staging: echo: Replace __BLACKFIN__ASM__ with __bfin__
Vijay Kumar (1):
Staging: add poch driver
next reply other threads:[~2008-10-22 17:26 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-22 17:22 Greg KH [this message]
2008-10-22 17:28 ` [PATCH 01/42] Staging: add pcc-acpi driver Greg Kroah-Hartman
2008-10-22 18:37 ` Len Brown
2008-10-22 18:48 ` Greg KH
2008-10-23 2:49 ` Len Brown
2008-10-23 4:55 ` Greg KH
2008-10-23 19:26 ` [GIT PATCH] delete pcc_acpi Len Brown
2008-10-23 20:22 ` Greg KH
2008-10-22 17:28 ` [PATCH 02/42] Staging: W35UND should depend on USB Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 03/42] linux-next: build failure Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 04/42] Staging: document 4k stack problem for winbond driver Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 05/42] Staging: Fix leak in drivers/staging/at76_usb.c Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 06/42] staging: fix potential build error in slicoss driver Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 07/42] staging: balance parenthesis in wlan-ng headers Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 08/42] Staging: Fixes for me4000 pci data collection driver Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 09/42] Staging: SLICOSS: remove duplicated #include's Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 10/42] Staging: et131x: " Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 11/42] Staging: wlan-ng: prism2: remove duplicated #include Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 12/42] staging: wlan-ng: prism2: remove more " Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 13/42] Staging: go7007: remove unused #include <version.h> Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 14/42] Staging: SLICOSS: " Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 15/42] Staging: w35und: remove some typedefs Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 16/42] Staging: sxg: replace __FUNCTION__ with __func__ Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 17/42] Staging: echo: A separate oslec.h for external interface Greg Kroah-Hartman
2008-10-22 17:28 ` [PATCH 18/42] Staging: echo: Export interface functions. Add module headers Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 19/42] Staging: echo: Replace echo_can_state_t with struct echo_can_state Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 20/42] Staging: echo: Changed preffix from echo_can_ to oslec_ Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 21/42] Staging: echo: Replace __BLACKFIN__ASM__ with __bfin__ Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 22/42] Staging: echo: fix kmalloc()/kfree() uses Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 23/42] Staging: echo: remove dead code Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 24/42] Staging: echo: remove __cplusplus macro magic Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 25/42] Staging: echo: remove annoying "end of function" markers Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 26/42] Staging: wlan-ng: fix build error if wireless networking is not enabled Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 27/42] Staging: add poch driver Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 28/42] Staging: remove remaining uses of __FUNCTION__ Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 29/42] Staging: Clean up sxg driver Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 30/42] Staging: pcc-acpi: update to latest version Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 31/42] Staging: PCC-ACPI: Fix all checkpatch errors Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 32/42] Staging: SLICOSS: Free multicast list at driver exit Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 33/42] Staging: Lindent the echo driver Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 34/42] Staging: sxg: clean up C99 comments Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 35/42] Staging: sxg: fix up unused function warnings Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 36/42] Staging: sxg: fix compiler warnings Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 37/42] Staging: w35und: remove spinlock wrappers Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 38/42] Staging: w35und: use gotos for error handling Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 39/42] Staging: w35und: module init cleanup Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 40/42] Staging: wbusb: fix a bunch of compiler warnings Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 41/42] Staging: me4000: remove some " Greg Kroah-Hartman
2008-10-22 17:29 ` [PATCH 42/42] Staging: usbip: fix build warning on 64bit kernels Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081022172203.GA4000@kroah.com \
--to=greg@kroah.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox