mbox series

[GIT,PULL] DaVinci SoC updates for v5.1 (part 2)

Message ID 53340003-0b43-7b5c-9a24-5f2e4d8f8a3a@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci SoC updates for v5.1 (part 2) | expand

Pull-request

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

Message

Sekhar Nori Feb. 12, 2019, 10:40 a.m. UTC
The following changes since commit e430685f496928240a328708b976c17929541011:

  ARM: davinci: mityomapl138: use device properties for at24 eeprom (2019-01-10 13:58:00 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 23fa70e40a42e8dfeac654b8cc0e5b463e54af25:

  usb: ohci-da8xx: remove unused callbacks from platform data (2019-02-12 13:48:59 +0530)

----------------------------------------------------------------
DaVinci SoC updates for v5.1 (part 2)

This pull request contains changes needed to help get rid of
hard-coded GPIO base value passed from DaVinci platform data.

The OHCI related changes also help by moving over-current support
from board-files to OHCI driver making future DT-coversion easy.

The OHCI parts are acked by its maintainer.

----------------------------------------------------------------
Bartosz Golaszewski (9):
      ARM: davinci: da850-evm: use GPIO hogs instead of the legacy API
      usb: ohci-da8xx: add a new line after local variables
      usb: ohci-da8xx: add a helper pointer to &pdev->dev
      ARM: davinci: omapl138-hawk: use gpio lookup entries for usb gpios
      ARM: davinci: da830-evm: use gpio lookup entries for usb gpios
      usb: ohci-da8xx: add vbus and overcurrent gpios
      ARM: davinci: omapl138-hawk: remove legacy usb helpers
      ARM: davinci: da830-evm: remove legacy usb helpers
      usb: ohci-da8xx: remove unused callbacks from platform data

 arch/arm/mach-davinci/board-da830-evm.c     |  73 ++---------------
 arch/arm/mach-davinci/board-da850-evm.c     |  22 ++++--
 arch/arm/mach-davinci/board-omapl138-hawk.c |  81 +++----------------
 drivers/usb/host/ohci-da8xx.c               | 118 ++++++++++++++--------------
 include/linux/platform_data/usb-davinci.h   |  14 ----
 5 files changed, 91 insertions(+), 217 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 4:42 p.m. UTC | #1
On Tue, Feb 12, 2019 at 11:40 AM Sekhar Nori <nsekhar@ti.com> wrote:
>
> The following changes since commit e430685f496928240a328708b976c17929541011:
>
>   ARM: davinci: mityomapl138: use device properties for at24 eeprom (2019-01-10 13:58:00 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.1/soc-part2
>
> for you to fetch changes up to 23fa70e40a42e8dfeac654b8cc0e5b463e54af25:
>
>   usb: ohci-da8xx: remove unused callbacks from platform data (2019-02-12 13:48:59 +0530)
>
> ----------------------------------------------------------------
> DaVinci SoC updates for v5.1 (part 2)
>
> This pull request contains changes needed to help get rid of
> hard-coded GPIO base value passed from DaVinci platform data.
>
> The OHCI related changes also help by moving over-current support
> from board-files to OHCI driver making future DT-coversion easy.
>
> The OHCI parts are acked by its maintainer.
>

Pulled into arm/soc, thanks!

    Arnd