[PATCH] phy: lpc18xx-usb-otg: fix clock order in phy init

2015-08-08 Thread Joachim Eastwood
Changing the frequency of the USB clock must be done before the PLL is powered on (prepared). This matters when the USB clock is not setup by either boot ROM or boot loader. Reorder the function calls to adhere to the order noted in the user manual. Signed-off-by: Joachim Eastwood manab

Re: [PATCH v4 0/2] USB OTG PHY driver for NXP LPC18xx family

2015-07-15 Thread Joachim Eastwood
On 15 July 2015 at 12:50, Kishon Vijay Abraham I kis...@ti.com wrote: On Friday 10 July 2015 02:18 AM, Joachim Eastwood wrote: This patch set adds support for the internal USB OTG PHY found on NXP LPC18xx and LPC43xx devices. Driver takes care of enabling the PHY and setting the clock rate

[PATCH v4 1/2] phy: add lpc18xx usb otg phy driver

2015-07-09 Thread Joachim Eastwood
Add PHY driver for the internal USB OTG PHY found on NXP LPC18xx and LPC43xx devices. This driver takes care of enabling the PHY in CREG (syscon) and setting the required clock frequency. Signed-off-by: Joachim Eastwood manab...@gmail.com --- drivers/phy/Kconfig | 11 +++ drivers

[PATCH v4 2/2] phy: dt bindings: add NXP LPC18xx/43xx USB OTG PHY bindings

2015-07-09 Thread Joachim Eastwood
Add binding documentation for NXP LPC18xx/43xx USB OTG PHY. This PHY can found on NXP LPC18xx and LPC43xx devices with USB support. Signed-off-by: Joachim Eastwood manab...@gmail.com --- .../bindings/phy/phy-lpc18xx-usb-otg.txt | 26 ++ 1 file changed, 26 insertions

[PATCH v4 0/2] USB OTG PHY driver for NXP LPC18xx family

2015-07-09 Thread Joachim Eastwood
set on 4.2-rc1. Changes in v4: - rebase on 4.2-rc1 - move dt node under creg where the control reg is Changes in v3: - depend on MFD_SYSCON Changes in v2: - use PTR_ERR_OR_ZERO in phy driver - rename binding doc - update doc commit message Joachim Eastwood (2): phy: add lpc18xx usb otg

Re: [RFC 3/3] ARM/AVR32: get rid of serial_at91.h

2012-11-16 Thread Joachim Eastwood
. There are also some other code that uses the variables that can be dropped. Should shave another 22 lines of code off atmel_serial.c I can send out a patch on top of yours if you prefer that. regards Joachim Eastwood -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body

Re: [PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h

2012-11-10 Thread Joachim Eastwood
since it all mach includes has already been removed by other patches and it includes linux/platform_data/macb.h directly. What tree was these patches based on? The at91_ether driver changes has been in linux-next for a long while now. regards Joachim Eastwood -- To unsubscribe from this list

[PATCH] USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irq

2012-09-23 Thread Joachim Eastwood
fixed the issue by adding the gpio valid check. Signed-off-by: Joachim Eastwood joachim.eastw...@jotron.com --- Note: If 6fffb77c goes into stable please either include this patch also or fold it into 6fffb77c to avoid regressions. drivers/usb/host/ohci-at91.c | 3 ++- 1 file changed, 2 insertions

Re: [PATCH] USB: ohci-at91: fix PIO handling in relation with number of ports

2012-09-22 Thread Joachim Eastwood
a custom board with AT91RM9200 and 1 USB host port. regards Joachim Eastwood -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html