mbox series

[U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20181207

Message ID e0806f82-a792-a875-87d7-7c11255b869a@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20181207 | expand

Pull-request

git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181207

Message

Neil Armstrong Dec. 7, 2018, 10:02 a.m. UTC
Hi Tom,

Two simple fixes for the pinctrl driver.

Thanks,
Neil

The following changes since commit d452f27b3ea806fd99aee4b73a723318032c1d5c:

  Prepare v2019.01-rc1 (2018-12-03 23:50:13 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181207

for you to fetch changes up to 139ebe9eb9dac96ab72680e7e8ba77ef9b4cc88b:

  pinctrl: meson: axg: Fix GPIO pin offsets (2018-12-07 11:01:09 +0100)

----------------------------------------------------------------
Two fixes for the Amlogic Pinctrl driver :
- bad usage of clrsetbits_le32
- bad pin definition for AXG Family

----------------------------------------------------------------
Carlo Caione (2):
      pinctrl: meson: Fix GPIO direction registers access
      pinctrl: meson: axg: Fix GPIO pin offsets

 drivers/pinctrl/meson/pinctrl-meson-axg.c | 22 +++++++++++-----------
 drivers/pinctrl/meson/pinctrl-meson.c     |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

Comments

Tom Rini Dec. 8, 2018, 1:49 p.m. UTC | #1
On Fri, Dec 07, 2018 at 11:02:03AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> Two simple fixes for the pinctrl driver.
> 
> Thanks,
> Neil
> 
> The following changes since commit d452f27b3ea806fd99aee4b73a723318032c1d5c:
> 
>   Prepare v2019.01-rc1 (2018-12-03 23:50:13 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181207
> 
> for you to fetch changes up to 139ebe9eb9dac96ab72680e7e8ba77ef9b4cc88b:
> 
>   pinctrl: meson: axg: Fix GPIO pin offsets (2018-12-07 11:01:09 +0100)
> 

Applied to u-boot/master, thanks!