[U-Boot] [PATCH v6 1/5] dma: lpc32xx: add DMA driver

2015-08-10 Thread slemieux . tyco
From: Sylvain Lemieux slemi...@tycoint.com Incorporate DMA driver from legacy LPCLinux NXP BSP. The files taken from the legacy patch are: - lpc32xx DMA driver - lpc3250 header file DMA registers definition. The legacy driver was updated and clean-up as part of the integration with the latest

[U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

2015-08-10 Thread Kishon Vijay Abraham I
populate _reset_ callback to the USB ethernet gadget since UDC core expects every gadget driver to have the reset callback. This shouldn't be needed once the ethernet gadget driver is adapted to use the composite driver. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[U-Boot] [PATCH 2/5] ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2

2015-08-10 Thread Kishon Vijay Abraham I
Enabled clocks for the second dwc3 controller and second USB PHY present in DRA7. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/cpu/armv7/omap5/hw_data.c | 16 arch/arm/cpu/armv7/omap5/prcm-regs.c|2 ++ arch/arm/include/asm/arch-omap5/clock.h |

[U-Boot] [PATCH 1/5] usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts

2015-08-10 Thread Kishon Vijay Abraham I
Writing 0x00 to the USBOTGSS_IRQENABLE_SET_MISC and USBOTGSS_IRQENABLE_SET_0 doesn't disable the interrupts. Used USBOTGSS_IRQENABLE_CLR_MISC and USBOTGSS_IRQENABLE_CLR_0 instead. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Marek Vasut ma...@denx.de ---

[U-Boot] [PATCH 0/5] ti: usb (dwc3) peripheral mode fixes

2015-08-10 Thread Kishon Vijay Abraham I
Patch series enables the 2nd PHY present in DRA7 SoC so that the 2nd instance of USB DWC3 can be used in peripheral mode. It also contains minor fixes and cleanups. This patch series is split from [1] to contain only fixes specific to TI platforms. [1] -

[U-Boot] [PATCH 4/5] board: ti: remove duplicate initialization of vbus_id_status

2015-08-10 Thread Kishon Vijay Abraham I
vbus_id_status is initialized in board_usb_init. So remove it while creating dwc3_device objects. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- board/ti/am43xx/board.c |2 -- board/ti/dra7xx/evm.c |2 -- 2 files changed, 4 deletions(-) diff --git a/board/ti/am43xx/board.c

[U-Boot] [PATCH 3/5] TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx

2015-08-10 Thread Kishon Vijay Abraham I
Added support to power on/power off the second USB PHY present in DRA7xx and AM57xx. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- drivers/usb/dwc3/ti_usb_phy.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/usb/dwc3/ti_usb_phy.c

Re: [U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver

2015-08-10 Thread Simon Glass
Hi Marek, On 10 August 2015 at 07:57, Marek Vasut ma...@denx.de wrote: On Monday, August 10, 2015 at 03:39:33 PM, Simon Glass wrote: Hi Marek, Hi Simon, On 2 August 2015 at 17:52, Simon Glass s...@chromium.org wrote: On 2 August 2015 at 17:15, Marek Vasut ma...@denx.de wrote: Add

Re: [U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver

2015-08-10 Thread Marek Vasut
On Monday, August 10, 2015 at 04:00:47 PM, Simon Glass wrote: Hi Marek, Hi Simon, On 10 August 2015 at 07:57, Marek Vasut ma...@denx.de wrote: On Monday, August 10, 2015 at 03:39:33 PM, Simon Glass wrote: Hi Marek, Hi Simon, On 2 August 2015 at 17:52, Simon Glass

Re: [U-Boot] [PATCH v6 2/5] nand: lpc32xx: add hardware ECC support

2015-08-10 Thread Vladimir Zapolskiy
Hi Sylvain, On 10.08.2015 15:16, slemieux.t...@gmail.com wrote: From: Sylvain Lemieux slemi...@tycoint.com Incorporate NAND SLC hardware ECC support from legacy LPCLinux NXP BSP. The code taken from the legacy patch is: - lpc32xx SLC NAND driver (hardware ECC support) - lpc3250 header

<    1   2   3