r8712u driver on Power PC host

2012-11-19 Thread Avner Flesch
Hi, I would like to know if the RTL8192 driver in staging (r8712u) is supported also by Power architecture? Because I have an issue with loading the r8712 firmware. Thanks Avner Flesch ___ devel mailing list devel@linuxdriverproject.org http://drive

[PATCH v3 2/2] mmc/host/rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c

2012-11-19 Thread wei_wang
From: Wei WANG This fixes the following build error on some architectures (parisc at least): drivers/mmc/host/rtsx_pci_sdmmc.c: In function 'sd_normal_rw': drivers/mmc/host/rtsx_pci_sdmmc.c:448:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] drivers/m

[PATCH v3 0/2] rtsx patch for for-next branch in MFD tree

2012-11-19 Thread wei_wang
From: Wei WANG Wei WANG (2): mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi mmc/host/rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c drivers/mmc/host/rtsx_pci_sdmmc.c |2 ++ 1 file changed, 2 insertions(+) -- 1.7.9.5 ___ deve

[PATCH v3 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread wei_wang
From: Wei WANG For Realtek card reader, internal regsiter SD_CFG2 should be configured before transferring data. The default value of SD_CFG2 is proper for writing data. But for reading sequence, the timing is not good enough. So in some extreme circumstance, card reader may sample the response d

Re: [PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
Hi, On Mon, Nov 19 2012, wwang wrote: > It's about compatibility issue. The default value of SD_CFG2 is proper > for writing data. But for reading sequence, the timing is not good > enough. So in some extreme circumstance, card reader may sample the > response data from the card as good even if t

Re: [PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread wwang
于 2012年11月20日 10:21, Chris Ball 写道: Hi, Sorry to be pedantic, but: On Mon, Nov 19 2012, wei_w...@realsil.com.cn wrote: For Realtek card reader, internal regsiter SD_CFG2 should be configured before transferring data. In the prior version, the value of this register has been calculated, but for

Re: [PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
Hi, Sorry to be pedantic, but: On Mon, Nov 19 2012, wei_w...@realsil.com.cn wrote: > For Realtek card reader, internal regsiter SD_CFG2 should be configured > before transferring data. In the prior version, the value of this register > has been calculated, but forgotten to write back to the inter

[PATCH v2 2/2] mmc/host/rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c

2012-11-19 Thread wei_wang
From: Wei WANG This fixes the following build error on some architectures (parisc at least): drivers/mmc/host/rtsx_pci_sdmmc.c: In function 'sd_normal_rw': drivers/mmc/host/rtsx_pci_sdmmc.c:448:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] drivers/m

[PATCH v2 0/2] rtsx patch for for-next branch in MFD tree

2012-11-19 Thread wei_wang
From: Wei WANG Wei WANG (2): mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi mmc/host/rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c drivers/mmc/host/rtsx_pci_sdmmc.c |2 ++ 1 file changed, 2 insertions(+) -- 1.7.9.5 ___ deve

[PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread wei_wang
From: Wei WANG For Realtek card reader, internal regsiter SD_CFG2 should be configured before transferring data. In the prior version, the value of this register has been calculated, but forgotten to write back to the internal register. Signed-off-by: Wei WANG --- drivers/mmc/host/rtsx_pci_sdm

Re: [PATCH 1/2] mmc: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
Hi, On Mon, Nov 19 2012, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > Signed-off-by: Wei WANG > --- > drivers/mmc/host/rtsx_pci_sdmmc.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/rtsx_pci_sdmmc.c > b/drivers/mmc/host/rtsx_pci_sdmmc.c > index 0e934bf..06

[PATCH 1/2] mmc: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread wei_wang
From: Wei WANG Signed-off-by: Wei WANG --- drivers/mmc/host/rtsx_pci_sdmmc.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/rtsx_pci_sdmmc.c b/drivers/mmc/host/rtsx_pci_sdmmc.c index 0e934bf..067dd46 100644 --- a/drivers/mmc/host/rtsx_pci_sdmmc.c +++ b/drivers/mmc/host

[PATCH 2/2] mmc: Explicitely include slab.h in rtsx_pci_sdmmc.c

2012-11-19 Thread wei_wang
From: Wei WANG Signed-off-by: Wei WANG --- drivers/mmc/host/rtsx_pci_sdmmc.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/rtsx_pci_sdmmc.c b/drivers/mmc/host/rtsx_pci_sdmmc.c index 067dd46..571915d 100644 --- a/drivers/mmc/host/rtsx_pci_sdmmc.c +++ b/drivers/mmc/host

[PATCH 0/2] rtsx patch for for-next branch in MFD tree

2012-11-19 Thread wei_wang
From: Wei WANG Wei WANG (2): mmc: Configure SD_CFG2 register in sd_rw_multi mmc: Explicitely include slab.h in rtsx_pci_sdmmc.c drivers/mmc/host/rtsx_pci_sdmmc.c |2 ++ 1 file changed, 2 insertions(+) -- 1.7.9.5 ___ devel mailing list devel

Re: [PATCH 2/8] mm: frontswap: lazy initialization to allow tmem backends to build/run as modules

2012-11-19 Thread Andrew Morton
On Mon, 19 Nov 2012 08:53:46 +0800 Bob Liu wrote: > On Sat, Nov 17, 2012 at 7:16 AM, Andrew Morton > wrote: > > On Wed, 14 Nov 2012 13:57:06 -0500 > > Konrad Rzeszutek Wilk wrote: > > > >> From: Dan Magenheimer > >> > >> With the goal of allowing tmem backends (zcache, ramster, Xen tmem) to be

[PATCH 469/493] staging: vt6656: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/vt6656/main_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging

[PATCH 465/493] staging: wlags49_h2: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/wlags49_h2/wl_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers

[PATCH 482/493] staging: dt3155v4l: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/dt3155v4l/dt3155v4l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[PATCH 481/493] staging: lirc: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/lirc/lirc_parallel.c | 2 +- drivers/staging/media/lirc/lirc_serial.c

[PATCH 483/493] staging: solo6x10: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/solo6x10/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 462/493] staging: tidspbridge: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/tidspbridge/rmgr/drv_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/tidspbridge/rmgr/drv_

[PATCH 468/493] staging: et131x: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/et131x/et131x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et13

[PATCH 459/493] staging: slicoss: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging

[PATCH 461/493] staging: ste_rmi4: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ste_rmi4/synaptics_i2c_r

[PATCH 466/493] staging: xgifb: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/xgifb/XGI_main_26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/sta

[PATCH 467/493] staging: crystalhd: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/crystalhd/crystalhd_cmds.c | 2 +- drivers/staging/crystalhd/crystalhd_lnx.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)

[PATCH 463/493] staging: vme: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: Martyn Welch Cc: Manohar Vanga Cc: de...@driverdev.osuosl.org --- drivers/staging/vme/devices/vme_pio2_core.c | 4 ++-- drivers/staging/vme/devices/vme_user.c | 4 ++-- 2 files

[PATCH 460/493] staging: sm7xxfb: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging

[PATCH 454/493] staging: omap-thermal: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/omap-thermal/omap-bandgap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/omap-thermal/omap-bandgap.

[PATCH 457/493] staging: rtl8192u: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192u/r8192U_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/d

[PATCH 464/493] staging: vt6655: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/vt6655/device_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/device_main.c b/drivers/s

[PATCH 377/493] staging: nvec: remove use of __devinitconst

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton Cc: Julian Andres Klode Cc: Marc Dietrich Cc: ac...@lists.launchpad.net Cc: de...@driverdev.osuosl.org --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH 338/493] staging: wlags49_h2: remove use of __devinitdata

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/wlags49_h2/wl_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers

[PATCH 376/493] staging: ipack: remove use of __devinitconst

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ipack/ipack.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/ipack/ipack.h b/drivers/staging/i

[PATCH 456/493] staging: rtl8192e: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl

[PATCH 452/493] staging: nvec: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: Julian Andres Klode Cc: Marc Dietrich Cc: ac...@lists.launchpad.net Cc: de...@driverdev.osuosl.org --- drivers/staging/nvec/nvec.c | 2 +- drivers/staging/nvec/nvec_kbd.c |

[PATCH 453/493] staging: octeon: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging

[PATCH 458/493] staging: sbe-2t3e3: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sbe-2t3e3/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sbe-2t3e3/module.c b/drivers/stagi

[PATCH 451/493] staging: net: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/net/pc300_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/net/pc300_drv.c b/drivers/staging/net/

[PATCH 455/493] staging: rtl8187se: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8187se/r8180_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/d

[PATCH 448/493] staging: iio: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: linux-...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/iio/accel/adis16201_core.c | 2 +- drivers/staging/iio/accel/adis16203_core.c | 2 +- dri

[PATCH 450/493] staging: ipack: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ipack/carriers/tpci200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ipack/carriers/tpci200.c b/d

[PATCH 449/493] staging: imx-drm: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 2 +- drivers/staging/imx-drm/ipuv3-crtc.c| 2 +- drivers/staging/imx-drm/parallel-display.c | 2 +-

[PATCH 447/493] staging: comedi: remove use of __devexit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/comedi/drivers/8255_pci.c | 2 +- drivers/staging/comedi/drivers/addi_apci_035.c | 2 +- drivers/staging/comedi/drivers/addi_apci_1

[PATCH 337/493] staging: sbe-2t3e3: remove use of __devinitdata

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sbe-2t3e3/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sbe-2t3e3/module.c b/drivers/s

[PATCH 336/493] staging: rtl8192e: remove use of __devinitdata

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl

[PATCH 335/493] staging: rtl8187se: remove use of __devinitdata

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8187se/r8180_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/d

[PATCH 182/493] staging: imx-drm: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 2 +- drivers/staging/imx-drm/ipuv3-crtc.c| 2 +- drivers/staging/imx-drm/parallel-display.c | 2 +-

[PATCH 177/493] staging: octeon: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/octeon/ethernet.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers

[PATCH 186/493] staging: lirc: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/lirc/lirc_parallel.c | 2 +- drivers/staging/media/lirc/lirc_serial.c

[PATCH 181/493] staging: crystalhd: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/crystalhd/crystalhd_cmds.c | 2 +- drivers/staging/crystalhd/crystalhd_lnx.c | 6 +++--- drivers/staging/crystalhd/crystalhd_misc.c | 2 +

[PATCH 185/493] staging: sbe-2t3e3: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sbe-2t3e3/module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sbe-2t3e3/module.c b/drivers/s

[PATCH 188/493] staging: dt3155v4l: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/dt3155v4l/dt3155v4l.c | 6 +++--- 1 file changed, 3 insertions(+), 3 de

[PATCH 187/493] staging: solo6x10: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/solo6x10/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 183/493] staging: et131x: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/et131x/et131x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et13

[PATCH 184/493] staging: omap-thermal: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/omap-thermal/omap-bandgap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/omap-thermal/omap-bandgap.

[PATCH 179/493] staging: rtl8187se: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8187se/r8180_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/d

[PATCH 174/493] staging: sep: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sep/sep_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sep/sep_main.c b/drivers/staging/sep/se

[PATCH 169/493] staging: comedi: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/comedi/drivers/8255_pci.c | 4 ++-- drivers/staging/comedi/drivers/addi-data/addi_common.c | 2 +- drivers/staging/comedi/dri

[PATCH 180/493] staging: net: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/net/pc300_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/net/pc300_drv.c b/drivers/staging/net/

[PATCH 168/493] staging: iio: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: linux-...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/iio/accel/adis16201_core.c | 2 +- drivers/staging/iio/accel/adis16203_core.c | 2 +- dri

[PATCH 176/493] staging: rtl8192e: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl

[PATCH 175/493] staging: rtl8192u: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192u/r8192U_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/d

[PATCH 172/493] staging: sm7xxfb: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging

[PATCH 178/493] staging: nvec: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: Julian Andres Klode Cc: Marc Dietrich Cc: ac...@lists.launchpad.net Cc: de...@driverdev.osuosl.org --- drivers/staging/nvec/nvec.c | 2 +- drivers/staging/nvec/nvec_kbd.c |

[PATCH 171/493] staging: ste_rmi4: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ste_rmi4/synaptics_i2c_r

[PATCH 173/493] staging: slicoss: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging

[PATCH 149/493] staging: iio: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: linux-...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/iio/accel/adis16201_core.c | 2 +- drivers/staging/iio/accel/adis16203_core.c | 2 +- d

[PATCH 170/493] staging: tidspbridge: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/tidspbridge/rmgr/drv_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/tidspbridge/rmgr/drv_

[PATCH 167/493] staging: vme: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: Martyn Welch Cc: Manohar Vanga Cc: de...@driverdev.osuosl.org --- drivers/staging/vme/devices/vme_pio2.h | 2 +- drivers/staging/vme/devices/vme_pio2_core.c | 4 ++-- drivers/s

[PATCH 166/493] staging: vt6656: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/vt6656/main_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging

[PATCH 165/493] staging: vt6655: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/vt6655/device_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/device_main.c b/drive

[PATCH 164/493] staging: wlags49_h2: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/wlags49_h2/wl_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_pci.c b/drivers

[PATCH 163/493] staging: xgifb: remove use of __devinit

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/xgifb/XGI_main_26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/sta

[PATCH 148/493] staging: comedi: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/comedi/drivers/8255_pci.c | 2 +- drivers/staging/comedi/drivers/addi_apci_035.c | 2 +- drivers/staging/comedi/drivers/addi_apci

[PATCH 144/493] staging: ste_rmi4: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ste_rmi4/synaptics_i2c

[PATCH 142/493] staging: ipack: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ipack/carriers/tpci200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ipack/carriers/tpci200.c b

[PATCH 143/493] staging: olpc_dcon: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drive

[PATCH 114/493] staging: vme: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: Martyn Welch Cc: Manohar Vanga Cc: de...@driverdev.osuosl.org --- drivers/staging/vme/devices/vme_pio2_core.c | 2 +- drivers/staging/vme/devices/vme_user.c | 2 +- 2 files c

[PATCH 112/493] staging: tidspbridge: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/tidspbridge/rmgr/drv_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/tidspbridge/rmgr/dr

[PATCH 113/493] staging: usbip: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: Matt Mooney Cc: linux-...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/usbip/vhci_hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH 110/493] staging: slicoss: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/stagi

[PATCH 109/493] staging: rtl8192e: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_c

[PATCH 103/493] staging: dt3155v4l: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/dt3155v4l/dt3155v4l.c | 2 +- 1 file changed, 1 insertion(+), 1 delet

[PATCH 106/493] staging: nvec: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: Julian Andres Klode Cc: Marc Dietrich Cc: ac...@lists.launchpad.net Cc: de...@driverdev.osuosl.org --- drivers/staging/nvec/nvec.c | 2 +- drivers/staging/nvec/nvec_kbd.c

[PATCH 115/493] staging: xgifb: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/xgifb/XGI_main_26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/s

[PATCH 102/493] staging: drm/imx: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/imx-drm/imx-drm-core.c | 2 +- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 2 +- drivers/staging/imx-drm/ipuv3-crtc.c| 2

[PATCH 108/493] staging: octeon_ethernet: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/stagi

[PATCH 111/493] staging: sm7xxfb: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/stagi

[PATCH 105/493] staging: pc300: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/net/pc300_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/net/pc300_drv.c b/drivers/staging/ne

[PATCH 107/493] staging: rtl8187se: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/rtl8187se/r8180_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/dri

[PATCH 100/493] staging: crystalhd: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/crystalhd/crystalhd_lnx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/crystalhd/crystalhd_lnx.c

[PATCH 104/493] staging: lirc: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: de...@driverdev.osuosl.org --- drivers/staging/media/lirc/lirc_parallel.c | 2 +- drivers/staging/media/lirc/lirc_serial.c

[PATCH 025/493] staging: wlags49_h2: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed, remove it. This also changes the syntax for the initialization of the wl_driver struct to match convention. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/wlags49_h2/wl_pci.c | 15 ++

[PATCH 101/493] staging: et131x: remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/et131x/et131x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et

[PATCH 013/493] staging: csr: remove CONFIG_HOTPLUG ifdefs

2012-11-19 Thread Bill Pemberton
Remove conditional code based on CONFIG_HOTPLUG being false. It's always on now in preparation of it going away as an option. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/csr/firmware.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging

[PATCH 011/493] staging: ipack: remove CONFIG_HOTPLUG ifdefs

2012-11-19 Thread Bill Pemberton
Remove conditional code based on CONFIG_HOTPLUG being false. It's always on now in preparation of it going away as an option. Signed-off-by: Bill Pemberton Cc: de...@driverdev.osuosl.org --- drivers/staging/ipack/ipack.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/stagin

[PATCH v2 2/2] Staging: comedi: drivers: Replaced macro dbgcm with direct call to dev_dbg.

2012-11-19 Thread Arpith Easow Alexander
Removed debug control variable and macro for printk statements. Now using direct call to dev_dbg. Signed-off-by: Arpith Easow Alexander --- drivers/staging/comedi/drivers/vmk80xx.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/staging/comedi/dr

Re: [PATCH v2 1/2] Staging: comedi: drivers: replaced printk with dev_dbg

2012-11-19 Thread Joe Perches
On Mon, 2012-11-19 at 20:44 +0530, Arpith Easow Alexander wrote: > This is a patch to the vmk80xx.c file that replaces the printk with dev_dbg. > This fixes the warnings found by the checkpatch.pl tool. The commit message is missing description of why some printk(KERN_INFO are converted to dev_dbg

[PATCH v2 1/2] Staging: comedi: drivers: replaced printk with dev_dbg

2012-11-19 Thread Arpith Easow Alexander
This is a patch to the vmk80xx.c file that replaces the printk with dev_dbg. This fixes the warnings found by the checkpatch.pl tool. Signed-off-by: Arpith Easow Alexander --- drivers/staging/comedi/drivers/vmk80xx.c | 30 ++ 1 file changed, 18 insertions(+), 12 del

  1   2   >