mbox series

[GIT,PULL] Bitmain changes for v5.2

Message ID 20190429054325.GA3072@Mani-XPS-13-9360 (mailing list archive)
State Mainlined, archived
Commit 470fa42933dae396860a3409abee9e6c860382a2
Headers show
Series [GIT,PULL] Bitmain changes for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain.git tags/bitmain-soc-5.2

Message

Manivannan Sadhasivam April 29, 2019, 5:43 a.m. UTC
Hi Arnd, Olof,

Please consider pulling the Bitmain SoC changes for v5.2. For this
cycle only gpio and pinctrl changes are added and the details are in
signed tag.

PS: I have added two pinctrl changes in addition to the previous pull request.

Thanks,
Mani

---

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain.git tags/bitmain-soc-5.2

for you to fetch changes up to 470fa42933dae396860a3409abee9e6c860382a2:

  arm64: dts: bitmain: Add UART pinctrl support for Sophon Edge (2019-04-29 10:47:41 +0530)

----------------------------------------------------------------
Bitmain SoC changes for v5.2:

- Added GPIO support for BM1880 SoC based on Designware APB GPIO
  controller
- Added GPIO line names for Sophon Edge board based on 96Boards CE
  specification for accessing GPIOs using line names from userspace
  tools like MRAA.
- Added pinctrl node for BM1880 SoC as a child node of sctrl syscon
  node.
- Added pinctrl support to UARTs exposed on the Sophon Edge board.

----------------------------------------------------------------
Manivannan Sadhasivam (4):
      arm64: dts: bitmain: Add GPIO support for BM1880 SoC
      arm64: dts: bitmain: Add GPIO Line names for Sophon Edge board
      arm64: dts: bitmain: Add pinctrl support for BM1880 SoC
      arm64: dts: bitmain: Add UART pinctrl support for Sophon Edge

 arch/arm64/boot/dts/bitmain/bm1880-sophon-edge.dts | 143 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/bitmain/bm1880.dtsi            |  68 +++++++++++++++
 2 files changed, 211 insertions(+)

Comments

Olof Johansson April 29, 2019, 5:06 p.m. UTC | #1
On Mon, Apr 29, 2019 at 11:13:25AM +0530, Manivannan Sadhasivam wrote:
> Hi Arnd, Olof,
> 
> Please consider pulling the Bitmain SoC changes for v5.2. For this
> cycle only gpio and pinctrl changes are added and the details are in
> signed tag.
> 
> PS: I have added two pinctrl changes in addition to the previous pull request.
> 
> Thanks,
> Mani
> 
> ---
> 
> The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
> 
>   Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain.git tags/bitmain-soc-5.2
> 
> for you to fetch changes up to 470fa42933dae396860a3409abee9e6c860382a2:
> 
>   arm64: dts: bitmain: Add UART pinctrl support for Sophon Edge (2019-04-29 10:47:41 +0530)
> 
> ----------------------------------------------------------------
> Bitmain SoC changes for v5.2:
> 
> - Added GPIO support for BM1880 SoC based on Designware APB GPIO
>   controller
> - Added GPIO line names for Sophon Edge board based on 96Boards CE
>   specification for accessing GPIOs using line names from userspace
>   tools like MRAA.
> - Added pinctrl node for BM1880 SoC as a child node of sctrl syscon
>   node.
> - Added pinctrl support to UARTs exposed on the Sophon Edge board.

Merged, thanks!


-Olof