On Sat, Jul 19, 2014 at 03:11:22PM +1000, ress...@ausics.net wrote:
> Since upgrading from 3.12.24 kernel to 3.14.10, and today, .12 kernel log
> and dmesg are flooded with constant messages
>
> option1 ttyUSB0: option_instat_callback: error -2
>
> The device still works, it sends and receives SM
PL2303HX has two GPIOs, this patch add driver for it.
Signed-off-by: Wang YanQing
---
MAINTAINERS | 5 +
drivers/gpio/Kconfig| 7 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-pl2303.c | 238
drivers/usb/serial
On Sun, Jul 20, 2014 at 08:01:31AM +0800, Wang YanQing wrote:
> PL2303HX has two GPIOs, this patch add driver for it.
>
> Signed-off-by: Wang YanQing
> ---
> MAINTAINERS | 5 +
> drivers/gpio/Kconfig| 7 ++
> drivers/gpio/Makefile | 1 +
> drivers/gpio/gpio-pl
From: Wei Yongjun
In case of error, the function devm_ioremap_nocache() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Signed-off-by: Wei Yongjun
---
drivers/usb/phy/phy-msm-usb.c | 4 ++--
1 file changed, 2 insertions(+), 2 d
From: Wei Yongjun
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Signed-off-by: Wei Yongjun
---
drivers/usb/gadget/udc/r8a66597-udc.c | 4 ++--
1 file changed, 2 insertio
From: Wei Yongjun
In case of error, the function memdup_user() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun
---
drivers/usb/gadget/legacy/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion
On 2014-07-20 03:21, Greg KH wrote:
On Sat, Jul 19, 2014 at 03:11:22PM +1000, ress...@ausics.net wrote:
Since upgrading from 3.12.24 kernel to 3.14.10, and today, .12 kernel log
and dmesg are flooded with constant messages
option1 ttyUSB0: option_instat_callback: error -2
The device still work
On Sun, Jul 20, 2014 at 10:43:44AM +0700, Lars Melin wrote:
> On 2014-07-20 03:21, Greg KH wrote:
> >On Sat, Jul 19, 2014 at 03:11:22PM +1000, ress...@ausics.net wrote:
> >>Since upgrading from 3.12.24 kernel to 3.14.10, and today, .12 kernel log
> >>and dmesg are flooded with constant messages
> >
From: Wei Yongjun
Fixes the following sparse warnings:
drivers/usb/chipidea/debug.c:211:5: warning:
symbol 'ci_otg_show' was not declared. Should it be static?
drivers/usb/chipidea/debug.c:334:5: warning:
symbol 'ci_registers_show' was not declared. Should it be static?
Signed-off-by: Wei Yon
On 2014-07-20 11:10, Greg KH wrote:
On Sun, Jul 20, 2014 at 10:43:44AM +0700, Lars Melin wrote:
On 2014-07-20 03:21, Greg KH wrote:
On Sat, Jul 19, 2014 at 03:11:22PM +1000, ress...@ausics.net wrote:
Since upgrading from 3.12.24 kernel to 3.14.10, and today, .12 kernel log
and dmesg are floode
PL2303HX has two GPIOs, this patch add interface for it.
Signed-off-by: Wang YanQing
---
Changes v1-v2:
1:drop gpio-pl2303.c and relation stuff
2:hang gpio stuff off of pl2303.c
drivers/usb/serial/Kconfig | 7 ++
drivers/usb/serial/pl2303.c | 153 ++
11 matches
Mail list logo