* [GIT PULL] Bitmain changes for v5.2
@ 2019-04-23 15:37 Manivannan Sadhasivam
2019-04-28 19:56 ` Olof Johansson
0 siblings, 1 reply; 5+ messages in thread
From: Manivannan Sadhasivam @ 2019-04-23 15:37 UTC (permalink / raw)
To: arm, linux-arm-kernel, olof, arnd; +Cc: linux-unisoc
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(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Bitmain changes for v5.2
2019-04-23 15:37 [GIT PULL] Bitmain changes for v5.2 Manivannan Sadhasivam
@ 2019-04-28 19:56 ` Olof Johansson
2019-04-29 5:05 ` Manivannan Sadhasivam
0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2019-04-28 19:56 UTC (permalink / raw)
To: Manivannan Sadhasivam; +Cc: linux-unisoc, arm, arnd, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Bitmain changes for v5.2
2019-04-28 19:56 ` Olof Johansson
@ 2019-04-29 5:05 ` Manivannan Sadhasivam
0 siblings, 0 replies; 5+ messages in thread
From: Manivannan Sadhasivam @ 2019-04-29 5:05 UTC (permalink / raw)
To: Olof Johansson; +Cc: linux-unisoc, arm, arnd, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Bitmain changes for v5.2
@ 2019-04-29 5:43 Manivannan Sadhasivam
2019-04-29 17:06 ` Olof Johansson
0 siblings, 1 reply; 5+ messages in thread
From: Manivannan Sadhasivam @ 2019-04-29 5:43 UTC (permalink / raw)
To: arm, linux-arm-kernel, olof, arnd
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(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Bitmain changes for v5.2
2019-04-29 5:43 Manivannan Sadhasivam
@ 2019-04-29 17:06 ` Olof Johansson
0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-04-29 17:06 UTC (permalink / raw)
To: Manivannan Sadhasivam; +Cc: arm, arnd, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-04-29 17:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 15:37 [GIT PULL] Bitmain changes for v5.2 Manivannan Sadhasivam
2019-04-28 19:56 ` Olof Johansson
2019-04-29 5:05 ` Manivannan Sadhasivam
-- strict thread matches above, loose matches on Subject: below --
2019-04-29 5:43 Manivannan Sadhasivam
2019-04-29 17:06 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).