Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2018-01-02 Thread Andreas Färber
Am 02.01.2018 um 15:29 schrieb Andrew F. Davis: > On 12/29/2017 10:10 AM, Adam Ford wrote: >> On Fri, Dec 29, 2017 at 10:04 AM, Andreas Färber wrote: >>> Hi, >>> >>> Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski: Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit : > This co

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2018-01-02 Thread Dr. Philipp Tomsich
> On 2 Jan 2018, at 15:35, Andreas Färber wrote: > > Am 02.01.2018 um 15:29 schrieb Andrew F. Davis: >> On 12/29/2017 10:10 AM, Adam Ford wrote: >>> On Fri, Dec 29, 2017 at 10:04 AM, Andreas Färber wrote: Hi, Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski: > Le vendredi 29

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2018-01-02 Thread Adam Ford
Thanks all. I was able to fix my script. For what it's worth if anyone wants to see how I was automating git send-email, I used: --cc-cmd='./scripts/get_maintainer.pl --nogit-fallback --norolestats xxx.patch' Adding the --nogit-fallback flag removed a lot of the people on the list. I'll use t

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2018-01-02 Thread Andrew F. Davis
On 12/29/2017 10:10 AM, Adam Ford wrote: > On Fri, Dec 29, 2017 at 10:04 AM, Andreas Färber wrote: >> Hi, >> >> Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski: >>> Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit : This converts the following to Kconfig: CONFIG_USB_MUSB

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2017-12-29 Thread Adam Ford
On Fri, Dec 29, 2017 at 10:04 AM, Andreas Färber wrote: > Hi, > > Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski: >> Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit : >>> This converts the following to Kconfig: >>>CONFIG_USB_MUSB_OMAP2PLUS >>>CONFIG_USB_MUSB_AM35X >>>CO

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2017-12-29 Thread Andreas Färber
Hi, Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski: > Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit : >> This converts the following to Kconfig: >>CONFIG_USB_MUSB_OMAP2PLUS >>CONFIG_USB_MUSB_AM35X >>CONFIG_USB_MUSB_DSPS >>CONFIG_USB_MUSB_PIO_ONLY > > Thanks for m

Re: [U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2017-12-29 Thread Paul Kocialkowski
Hi, Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit : > This converts the following to Kconfig: >CONFIG_USB_MUSB_OMAP2PLUS >CONFIG_USB_MUSB_AM35X >CONFIG_USB_MUSB_DSPS >CONFIG_USB_MUSB_PIO_ONLY Thanks for making the change! See more comments below for two minor chang

[U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2017-12-29 Thread Adam Ford
This converts the following to Kconfig: CONFIG_USB_MUSB_OMAP2PLUS CONFIG_USB_MUSB_AM35X CONFIG_USB_MUSB_DSPS CONFIG_USB_MUSB_PIO_ONLY Signed-off-by: Adam Ford --- Changes to V2: Add AM35X and DSPS. Make CONFIG_USB_MUSB_PIO_ONLY enabled when USB_MUSB_PIC32, USB_MUSB_O