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

2017-04-27 Thread Tomohiro Yoshidomi
Mr. Torokhov Hi. I'm AZO = Tomohiro Yoshidomi. I use handle name in my work. I'll use my real name in Linux development. I'm sorry to confuse you. I fixed my source to PATCH V4, and sent you. Please check and let me know if you notice further. 2017-04-27 17:17 GMT+09:00 Dmitry Torokhov : > Hi,

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

2017-04-27 Thread Dmitry Torokhov
Hi, Thank you for making the changes. I have some more comments though. On Tue, Apr 25, 2017 at 11:44:22PM +0900, AZO wrote: > PSX pads can be connected directry SPI bus. > > Signed-off-by: AZO Please use your real name on the signoffs (apologies in advance in case it is your proper name). >

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

2017-04-26 Thread AZO
Mr.Ospite Hi. Thanks to teaching me a lot. I as much as possible comply rule for Linux developing. I can't write my mind in English, as you said. (XD) But, I'll continuously study more Linux and Git and English! And I can write in C language to work some devices. >> PSX pads can be connected dir

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

2017-04-26 Thread Antonio Ospite
On Tue, 25 Apr 2017 23:44:22 +0900 AZO wrote: > PSX pads can be connected directry SPI bus. ^ "directly" and add "to the" before SPI. > > Signed-off-by: AZO > --- Hi, I haven't looked at the code but I have some general comments.

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

2017-04-25 Thread AZO
Mr. Torokhov >> make[4]: *** No rule to make target 'drivers/input/joystick/rpisense-js.c', >> needed by 'drivers/input/joystick/rpisense-js.o'. Sorry to my mistake. I sended 2nd patch is, between Generic kernel source and Raspberry Pi's kernel source. I sended 3rd patch is for Generic kernel s

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

2017-04-25 Thread 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 help improve the system] url: https://github.com/0day-ci/linux/commits/AZO/drivers-input-joystick-Add-PSX-Play-Station-1-

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

2017-04-25 Thread 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 help improve the system] url: https://github.com/0day-ci/linux/commits/AZO/drivers-input-joystick-Add-PSX-Play-Station-1-

[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 driv

[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 dri