[PATCH] iio: adc: Move mxs-lradc out of staging

2016-02-06 Thread Ksenija Stanojevic
Move mxs-lradc driver from drivers/staging/iio/adc to drivers/iio/adc. Signed-off-by: Ksenija Stanojevic --- drivers/iio/adc/Kconfig | 14 + drivers/iio/adc/Makefile|1 + drivers/iio/adc/mxs-lradc.c | 1770

Re: [PATCH v2 20/51] mtd: docg3: switch to mtd_ooblayout_ops

2016-02-06 Thread Robert Jarzmik
Boris Brezillon writes: > Replace the nand_ecclayout definition by the equivalent mtd_ooblayout_ops > definition. > > Signed-off-by: Boris Brezillon Acked-by: Robert Jarzmik Cheers. -- Robert

Re: [PATCH v2 18/51] mtd: docg3: use mtd_set_ecclayout() where appropriate

2016-02-06 Thread Robert Jarzmik
Boris Brezillon writes: > Use the mtd_set_ecclayout() helper instead of directly assigning the > mtd->ecclayout field. > > Signed-off-by: Boris Brezillon Acked-by: Robert Jarzmik Cheers. -- Robert

Re: [RFC PATCH 1/2] iio: hmc5843 Add channel attribute for bias configuration

2016-02-06 Thread Jonathan Cameron
On 04/02/16 17:45, Lars-Peter Clausen wrote: > On 02/04/2016 03:50 PM, Cristina Moraru wrote: >> Replace non standard meas_conf attribute with the standard IIO >> calibbias attribute. >> >> API for setting bias measurement configuration: >> >> 0 - Normal measurement configuration (default): In

Re: [RFC PATCH 1/2] iio: hmc5843 Add channel attribute for bias configuration

2016-02-06 Thread Jonathan Cameron
On 05/02/16 09:58, Daniel Baluta wrote: > On Thu, Feb 4, 2016 at 7:45 PM, Lars-Peter Clausen wrote: >> On 02/04/2016 03:50 PM, Cristina Moraru wrote: >>> Replace non standard meas_conf attribute with the standard IIO >>> calibbias attribute. >>> >>> API for setting bias

Re: [PATCH] Staging:iio:Remove exceptional & on function name

2016-02-06 Thread Jonathan Cameron
On 05/02/16 03:53, Bhumika Goyal wrote: > In this file,function names are otherwise used as pointers without &. > Found using coccinelle. > // > @r@ > identifier f; > @@ > > f(...) { ... } > @@ > identifier r.f; > @@ > > - > + f > // > > Signed-off-by: Bhumika Goyal Nice

Re: [PATCHv3] staging: iio: replace clk_get() with devm_clk_get()

2016-02-06 Thread Jonathan Cameron
On 02/02/16 12:56, Gujulan Elango, Hari Prasath (H.) wrote: > This patch replaces the clk_get() with devm_clk_get().Accordingly,modified > the error paths,rename error labels and removed clk_put() in probe() & > remove functions. > > Signed-off-by: Hari Prasath Gujulan Elango

Re: [PATCH] staging: wilc1000: fix compilation without CONFIG_PM

2016-02-06 Thread Greg Kroah-Hartman
On Fri, Feb 05, 2016 at 04:21:50PM +0100, Arnd Bergmann wrote: > After the addition of the wakeup code in wilc1000, it no longer > builds when CONFIG_PM is disabled: > > drivers/staging/wilc1000/wilc_wfi_cfgoperations.c: In function > 'wilc_create_wiphy': >

[GIT PULL] Staging driver fixes for 4.5-rc3

2016-02-06 Thread Greg KH
The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.5-rc3 for you to fetch changes up to

Re: [PATCH] iio: adc: Move mxs-lradc out of staging

2016-02-06 Thread Greg KH
On Sat, Feb 06, 2016 at 11:23:23PM +0100, Ksenija Stanojevic wrote: > Move mxs-lradc driver from drivers/staging/iio/adc to drivers/iio/adc. > > Signed-off-by: Ksenija Stanojevic Acked-by: Greg Kroah-Hartman

[PATCH v3 1/3] staging: rtl8723au: use list_for_each_entry*()

2016-02-06 Thread Geliang Tang
Use list_for_each_entry*() instead of list_for_each*() to simplify the code. Signed-off-by: Geliang Tang --- Changes in v3: - split it into three patches. Changes in v2: - drop the coding style fixing in v1. --- drivers/staging/rtl8723au/core/rtw_ap.c | 55

[PATCH v3 2/3] staging: rtl8723au: core: rtw_recv: remove useless codes

2016-02-06 Thread Geliang Tang
There are some useless codes in rtw_free_recvframe23a_queue() and recvframe_defrag(), so remove them. Signed-off-by: Geliang Tang --- Changes in v3: - split it into three patches. Changes in v2: - drop the coding style fixing in v1. ---

[PATCH v3 3/3] staging: rtl8723au: whitespace and blank line cleaning

2016-02-06 Thread Geliang Tang
This patch cleans whitespaces and blank lines surrounding list_for_each_entry*(). Signed-off-by: Geliang Tang --- Changes in v3: - split it into three patches. Changes in v2: - drop the coding style fixing in v1. --- drivers/staging/rtl8723au/core/rtw_ap.c | 41

Re: [PATCH] staging: wilc1000: Fix compilation error when CONFIG_PM disabled

2016-02-06 Thread Greg KH
On Fri, Feb 05, 2016 at 02:40:27PM +0900, Glen Lee wrote: > Commit 73584a40d748 ("staging: wilc1000: add ops resuem/suspend/wakeup in > cfg80211") causes following compilation error. This patch fixes this by > using suspend/resume under CONFIG_PM. > >

[PATCH] staging: rtl8712: Fix Comparison with constant warning.

2016-02-06 Thread Pinkesh Badjatiya
Fix Comparisons with constant on the left side of the test. Checkpatch.pl warning. -- WARNING: Comparisons should place the constant on the right side of the test 296: FILE: ./rtl8712_cmd.c:296: while ((0 != r8712_read32(pAdapter, IOCMD_CTRL_REG)) && Signed-off-by: Pinkesh Badjatiya

Re: rtlwifi: fix broken VHT support

2016-02-06 Thread Kalle Valo
> When using a 5G-capable device with VHT (802.11ac) rates enabled was not > working (packets were not delivered) and the following mac80211 warning > was printed: > > WARNING: CPU: 3 PID: 2253 at net/mac80211/rate.c:625 > ieee80211_get_tx_rates+0x22e/0x620 [mac80211]() > Modules linked in:

[PATCH] rdma: amso1100: c2_provider: Use netdev_dbg()

2016-02-06 Thread Amitoj Kaur Chawla
Replace generic pr_debug() with netdev_dbg() for net devices. Found using Coccinelle. The semantic patch used to find this is as follows: // @@ expression e; identifier f,i; position p; @@ f(...,struct net_device *i,...) { ... - pr_debug@p(e); + netdev_dbg(i, e); ... } // Signed-off-by:

Re: [PATCH] staging: rtl8712: Fix Comparison with constant warning.

2016-02-06 Thread Larry Finger
On 02/06/2016 08:41 AM, Pinkesh Badjatiya wrote: Fix Comparisons with constant on the left side of the test. Checkpatch.pl warning. -- WARNING: Comparisons should place the constant on the right side of the test 296: FILE: ./rtl8712_cmd.c:296: while ((0 != r8712_read32(pAdapter,

Administrador do sistema

2016-02-06 Thread ADMIN
Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB como conjunto pelo administrador, você está atualmente em execução no 20,9 GB, você pode não ser capaz de Enviar ou receber novas mensagens até que você re-validar sua caixa de correio. Para Revalide sua caixa de correio, por

Administrador do sistema

2016-02-06 Thread ADMIN
Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB como conjunto pelo administrador, você está atualmente em execução no 20,9 GB, você pode não ser capaz de Enviar ou receber novas mensagens até que você re-validar sua caixa de correio. Para Revalide sua caixa de correio, por