Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-29 Thread Marek Vasut
On 6/29/22 03:31, Jim Liu wrote: Hi Marek Hi, no, not yet. I will add i2c otp aes sha pinctrl usb spi mmc feature to poleg_evb_defconfig in the last commit. about the usb patch if you have any suggestion or need modify please let me know. The usb patch is already in usb/next , thanks.

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-28 Thread Jim Liu
Hi Marek no, not yet. I will add i2c otp aes sha pinctrl usb spi mmc feature to poleg_evb_defconfig in the last commit. about the usb patch if you have any suggestion or need modify please let me know. On Tue, Jun 28, 2022 at 5:39 PM Marek Vasut wrote: > > On 6/28/22 05:49, Jim Liu wrote: >

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-28 Thread Marek Vasut
On 6/28/22 05:49, Jim Liu wrote: Hi Marek Hi, Thank you for your reminder. Dell is use novuton uboot git repo now. and request us upstream it. npcm7xx normal defconfig is poleg_evb_defconfig, so all people use this config to build uboot. and poleg_evb_defconfig is in uboot master now. I

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-27 Thread Jim Liu
Hi Marek Thank you for your reminder. Dell is use novuton uboot git repo now. and request us upstream it. npcm7xx normal defconfig is poleg_evb_defconfig, so all people use this config to build uboot. and poleg_evb_defconfig is in uboot master now. I separate all the drivers to several

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-27 Thread Marek Vasut
On 6/27/22 07:30, Jim Liu wrote: Hi Marek Hello all, Thanks for your reply. The answer is yes. Our customer Dell is using our driver now. so need upstream uboot source to uboot master. All right, so this Dell device is also going to be upstreamed then ? If the driver is just going to be

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-26 Thread Jim Liu
Hi Marek Thanks for your reply. The answer is yes. Our customer Dell is using our driver now. so need upstream uboot source to uboot master. On Sat, Jun 25, 2022 at 2:12 AM Marek Vasut wrote: > > On 6/21/22 11:09, Jim Liu wrote: > > Add nuvoton BMC NPCM750 ehci/ohci driver > > Is there going to

Re: [PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-24 Thread Marek Vasut
On 6/21/22 11:09, Jim Liu wrote: Add nuvoton BMC NPCM750 ehci/ohci driver Is there going to be any user of this driver (soon) ?

[PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver

2022-06-21 Thread Jim Liu
Add nuvoton BMC NPCM750 ehci/ohci driver Signed-off-by: Jim Liu --- drivers/usb/host/Kconfig | 16 + drivers/usb/host/Makefile| 2 + drivers/usb/host/ehci-npcm.c | 119 +++ drivers/usb/host/ohci-npcm.c | 108 +++ 4 files