Re: [PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-26 Thread AZO
ot > comply (for example about using an interrupt instead of polling). I get diff usually, between original source and my changed it. But developing on Git, I know not recommend this method, developing must as time goes by. I just worry to send my code rightly. I thanks you and maintainer Mr.Tor

Re: [PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-26 Thread AZO
ot > comply (for example about using an interrupt instead of polling). I get diff usually, between original source and my changed it. But developing on Git, I know not recommend this method, developing must as time goes by. I just worry to send my code rightly. I thanks you and maintainer Mr.Tor

Re: [PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
neric kernel source. Try build this. I'm sorry. Regard. 2017-04-26 7:24 GMT+09:00 kbuild test robot <l...@intel.com>: > Hi AZO, > > [auto build test ERROR on input/next] > [also build test ERROR on v4.11-rc8 next-20170424] > [if your patch is applied to the wrong git tree,

Re: [PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
neric kernel source. Try build this. I'm sorry. Regard. 2017-04-26 7:24 GMT+09:00 kbuild test robot : > Hi AZO, > > [auto build test ERROR on input/next] > [also build test ERROR on v4.11-rc8 next-20170424] > [if your patch is applied to the wrong git tree, please drop us a note to

[PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
PSX pads can be connected directry SPI bus. Signed-off-by: AZO <typesy...@gmail.com> --- drivers/input/joystick/Kconfig | 16 + drivers/input/joystick/Makefile | 1 + drivers/input/joystick/psxpad-spi.c | 671 3 files changed, 688 inse

[PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
PSX pads can be connected directry SPI bus. Signed-off-by: AZO --- drivers/input/joystick/Kconfig | 16 + drivers/input/joystick/Makefile | 1 + drivers/input/joystick/psxpad-spi.c | 671 3 files changed, 688 insertions(+) create mode 100644

[PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
PSX pads can be connected directry SPI bus. Signed-off-by: AZO <typesy...@gmail.com> --- drivers/input/joystick/Kconfig | 24 ++ drivers/input/joystick/Makefile | 2 + drivers/input/joystick/psxpad-spi.c | 671 3 files changed, 697 inse

[PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver.

2017-04-25 Thread AZO
PSX pads can be connected directry SPI bus. Signed-off-by: AZO --- drivers/input/joystick/Kconfig | 24 ++ drivers/input/joystick/Makefile | 2 + drivers/input/joystick/psxpad-spi.c | 671 3 files changed, 697 insertions(+) create mode 100644

[PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-23 Thread AZO
c b/drivers/input/joystick/psxpad-spi.c new file mode 100644 index ..c5b497b2352e --- /dev/null +++ b/drivers/input/joystick/psxpad-spi.c @@ -0,0 +1,679 @@ +/* + * PSX(Play Station 1/2) pad (SPI Interface) + * + * Copyright (C) 2017 AZO <typesy...@gmail.com> + * Licensed

[PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-23 Thread AZO
c b/drivers/input/joystick/psxpad-spi.c new file mode 100644 index ..c5b497b2352e --- /dev/null +++ b/drivers/input/joystick/psxpad-spi.c @@ -0,0 +1,679 @@ +/* + * PSX(Play Station 1/2) pad (SPI Interface) + * + * Copyright (C) 2017 AZO + * Licensed under the GPL-2 or later. +

[RE][PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-20 Thread AZO
To Linux kernel input driver mainteners I mailed to mainteners a week ago. Please can anyone answer? Regard. = AZO<typesy...@gmail.com> 2017-04-14 13:28 GMT+09:00 AZO <typesy...@gmail.com>: > --- > drivers/input/joystick/Kconfig | 11 +- > drivers/input/joysti

[RE][PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-20 Thread AZO
To Linux kernel input driver mainteners I mailed to mainteners a week ago. Please can anyone answer? Regard. = AZO 2017-04-14 13:28 GMT+09:00 AZO : > --- > drivers/input/joystick/Kconfig | 11 +- > drivers/input/joystick/Makefile | 1 + > drivers/input/joystick/

[PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-13 Thread AZO
ck/psxpad-spi.c b/drivers/input/joystick/psxpad-spi.c new file mode 100644 index 000..c5b497b --- /dev/null +++ b/drivers/input/joystick/psxpad-spi.c @@ -0,0 +1,679 @@ +/* + * PSX(Play Station 1/2) pad (SPI Interface) + * + * Copyright (C) 2017 AZO <typesy...@gmail.com> + * Licensed

[PATCH] drivers: input: joystick: Add PSX(Play Staion 1/2) pad with SPI driver Add PSX(Play Staion 1/2) pad with SPI driver. Pads can be connected directry SPI bus.

2017-04-13 Thread AZO
ck/psxpad-spi.c b/drivers/input/joystick/psxpad-spi.c new file mode 100644 index 000..c5b497b --- /dev/null +++ b/drivers/input/joystick/psxpad-spi.c @@ -0,0 +1,679 @@ +/* + * PSX(Play Station 1/2) pad (SPI Interface) + * + * Copyright (C) 2017 AZO + * Licensed under the GPL-2 or later. +