[U-Boot] [PATCH v2 05/18] usb: ulpi: Add Kconfig options for ULPI

2016-02-07 Thread Mateusz Kulikowski
The following options can be now enabled via defconfig: - CONFIG_USB_ULPI - CONFIG_USB_ULPI_VIEWPORT - CONFIG_USB_ULPI_VIEWPORT_OMAP Signed-off-by: Mateusz Kulikowski Reviewed-by: Simon Glass --- Changes in v3: None Changes in v2: - Add better (any) descriptions for Kconfig items. Changes in v

[U-Boot] [PATCH v2 05/18] usb: ulpi: Add Kconfig options for ULPI

2016-01-24 Thread Mateusz Kulikowski
The following options can be now enabled via defconfig: - CONFIG_USB_ULPI - CONFIG_USB_ULPI_VIEWPORT - CONFIG_USB_ULPI_VIEWPORT_OMAP Signed-off-by: Mateusz Kulikowski --- Changes in v2: - Add better (any) descriptions for Kconfig items. Changes in v1: None drivers/usb/Kconfig | 2 ++ dr

Re: [U-Boot] [PATCH v2 05/18] usb: ulpi: Add Kconfig options for ULPI

2016-02-08 Thread Marek Vasut
On Sunday, February 07, 2016 at 09:57:25 PM, Mateusz Kulikowski wrote: > The following options can be now enabled via defconfig: > - CONFIG_USB_ULPI > - CONFIG_USB_ULPI_VIEWPORT > - CONFIG_USB_ULPI_VIEWPORT_OMAP > > Signed-off-by: Mateusz Kulikowski > Reviewed-by: Simon Glass Acked-by: Marek Va

Re: [U-Boot] [PATCH v2 05/18] usb: ulpi: Add Kconfig options for ULPI

2016-01-31 Thread Simon Glass
On 24 January 2016 at 13:52, Mateusz Kulikowski wrote: > The following options can be now enabled via defconfig: > - CONFIG_USB_ULPI > - CONFIG_USB_ULPI_VIEWPORT > - CONFIG_USB_ULPI_VIEWPORT_OMAP > > Signed-off-by: Mateusz Kulikowski > --- > > Changes in v2: > - Add better (any) descriptions for