mbox series

[GIT,PULL] Bitmain changes for v5.2

Message ID 20190423153720.GA4496@Mani-XPS-13-9360
State New
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 23, 2019, 3:37 p.m. UTC
Hi Arnd, Olof,

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

Thanks,
Mani

---

The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:

  Linux 5.1-rc6 (2019-04-21 10:45:57 -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 d4da4edcadf9917325ee1d8bee9973ea0673b6e2:

  arm64: dts: bitmain: Add GPIO Line names for Sophon Edge board (2019-04-23 20:48:38 +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.

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

 arch/arm64/boot/dts/bitmain/bm1880-sophon-edge.dts | 114 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/bitmain/bm1880.dtsi            |  54 +++++++++++++++
 2 files changed, 168 insertions(+)

Comments

Olof Johansson April 28, 2019, 7:56 p.m. UTC | #1
Hi Mani,


On Tue, Apr 23, 2019 at 09:07:20PM +0530, Manivannan Sadhasivam wrote:
> Hi Arnd, Olof,
> 
> Please consider pulling the Bitmain SoC changes for v5.2. For this
> cycle only couple of dts changes are added and the details are in
> signed tag.
> 
> Thanks,
> Mani
> 
> ---
> 
> The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:
> 
>   Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)

Unfortunately you based your branch on a very recent -rc. We always strive to
keep most new branches based on older -rcs, to avoid polluting our tree with
repeated back-merges of mainline to make diffstats easier to parse.

Would you mind respinning this with -rc3 or so as a base? Thanks!


-Olof
Manivannan Sadhasivam April 29, 2019, 5:05 a.m. UTC | #2
Hi Olof,

On Sun, Apr 28, 2019 at 12:56:31PM -0700, Olof Johansson wrote:
> Hi Mani,
> 
> 
> On Tue, Apr 23, 2019 at 09:07:20PM +0530, Manivannan Sadhasivam wrote:
> > Hi Arnd, Olof,
> > 
> > Please consider pulling the Bitmain SoC changes for v5.2. For this
> > cycle only couple of dts changes are added and the details are in
> > signed tag.
> > 
> > Thanks,
> > Mani
> > 
> > ---
> > 
> > The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:
> > 
> >   Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)
> 
> Unfortunately you based your branch on a very recent -rc. We always strive to
> keep most new branches based on older -rcs, to avoid polluting our tree with
> repeated back-merges of mainline to make diffstats easier to parse.
> 

Sorry, I'm not aware of that!

> Would you mind respinning this with -rc3 or so as a base? Thanks!
> 

Sure, I'll send a PR with -rc3 as a base.

Thanks,
Mani

> 
> -Olof