mbox series

[GIT,PULL] DaVinci SoC updates for v5.2

Message ID 19d86e1e-bbae-b24d-a9ed-ae68777b5997@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci SoC updates for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.2/soc

Message

Sekhar Nori April 15, 2019, 3:42 p.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.2/soc

for you to fetch changes up to 512de1ce7bb71972e223ec179fced1945221522d:

  usb: ohci-da8xx: drop the vbus GPIO (2019-04-12 19:46:48 +0530)

----------------------------------------------------------------
This update for DaVinci SoC support simplifies the VBUS enable
and overcurrent handling code in DA8XX OHCI driver by modeling
vbus GPIO as a regulator. This unifies code for all users, device
tree and non-device-tree.

The OHCI driver patches have been acked by its maintainer.

----------------------------------------------------------------
Bartosz Golaszewski (6):
      ARM: davinci: add missing sentinels to GPIO lookup tables
      usb: ohci-da8xx: let the regulator framework keep track of use count
      usb: ohci-da8xx: disable the regulator if the overcurrent irq fired
      ARM: davinci: omapl138-hawk: add a fixed regulator for ohci-da8xx
      ARM: davinci: da830-evm: add a fixed regulator for ohci-da8xx
      usb: ohci-da8xx: drop the vbus GPIO

 arch/arm/mach-davinci/board-da830-evm.c     | 51 +++++++++++++++++++++++++++--
 arch/arm/mach-davinci/board-da850-evm.c     |  1 +
 arch/arm/mach-davinci/board-dm355-evm.c     |  1 +
 arch/arm/mach-davinci/board-dm644x-evm.c    |  1 +
 arch/arm/mach-davinci/board-omapl138-hawk.c | 50 ++++++++++++++++++++++++++--
 drivers/usb/host/ohci-da8xx.c               | 42 ++++++++----------------
 6 files changed, 112 insertions(+), 34 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:07 a.m. UTC | #1
On Mon, Apr 15, 2019 at 09:12:47PM +0530, Sekhar Nori wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.2/soc
> 
> for you to fetch changes up to 512de1ce7bb71972e223ec179fced1945221522d:
> 
>   usb: ohci-da8xx: drop the vbus GPIO (2019-04-12 19:46:48 +0530)
> 
> ----------------------------------------------------------------
> This update for DaVinci SoC support simplifies the VBUS enable
> and overcurrent handling code in DA8XX OHCI driver by modeling
> vbus GPIO as a regulator. This unifies code for all users, device
> tree and non-device-tree.
> 
> The OHCI driver patches have been acked by its maintainer.

Thanks, merged.


-Olof