- 24 Aug, 2011 40 commits
-
-
Marc Dietrich authored
This patch converts the nvec to use mfd cells and improves the registration of the platform driver. The child drivers are also converted to use mfd cells and platform registration. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
Stop exporting functions only intended for core usage. Return void from function which can never return anything other than 0. Trivial stype cleanups. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
Need this out the way to create a trigger_consumer.h that actually is for trigger consumers. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
This is always true, so lets make it explicit. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
The device is static and should never actually be deleted. The release is just to avoid a warning from the kernel. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
staging:iio:triggers reorder module put and device put to ensure that the ops are still there if put results in device deletion. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jonathan Cameron authored
This is to do with dynamically allocated triggers and the need to ensure the underlying structures don't go away when a consumer is using them. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Greg Kroah-Hartman authored
This is needed and makes the linux-next merge easier. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Greg Kroah-Hartman authored
This is needed to fix the build on alpha and ppc at the least. Reported-by: Andrew Morton <akpm@linux-foundation.org> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: edwin_rong <edwin_rong@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192EGreg Kroah-Hartman authored
* git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E: (61 commits) staging: rtl8192e: Fix compilation warnings staging: rtl8192e: Fix unload/reload problem staging: rtl8192e: Remove dead code associated with CONFIG_RTL_RFKILL staging: rtl8192e: Remove conditional code associated with EEPROM_OLD_FORMAT_SUPPORT staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND staging: rtl8192e: Remove LOOP_TEST as parameter staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFS staging: rtl8192e: Remove dead code associated with _RTL8192_EXT_PATCH_ staging: rtl8192e: Remove ifdefs for CONFIG_RTLLIB_DEBUG staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG staging: rtl8192e: Remove dead code associated with _ENABLE_SW_BEACON staging: rtl8192e: Remove dead code associated with CONFIG_CRYPTO_HMAC staging: rtl8192e: Remove dead code associated with CONFIG_BT_30 staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG staging: rtl8192e: Remove dead code associated with CONFIG_64BIT_DMA staging: rtl8192e: Remove dead code associated with CONFIG_RTLLIB_CRYPT_TKIP staging: rtl8192e: Remove dead code associated with IRQF_SHARED staging: rtl8192e: Remove dead code associated with CONFIG_CFG_80211 staging: rtl8192e: Remove dead code associated with BUILT_IN_CRYPTO ...
-
Larry Finger authored
When the driver is compiled, the following messages result: CC [M] drivers/staging/rtl8192e/r8192E_phy.o drivers/staging/rtl8192e/r8192E_phy.c: In function ‘rtl8192_phy_ConfigRFWithHeaderFile’: drivers/staging/rtl8192e/r8192E_phy.c:791:25: warning: array subscript is above array bounds drivers/staging/rtl8192e/r8192E_phy.c:780:25: warning: array subscript is above array bounds Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
The driver is not releasing the memory region that was mapped. As a result, the driver cannot be unloaded and reloaded. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
-
Larry Finger authored
This symbol is unconditionally defined in a header file, thus tests for it can be removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
This symbol is defined in the kernel. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
This patch also removes an "#if 1 .... #endif" that survived an earlier edit. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-
Larry Finger authored
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-