mbox series

[GIT,PULL] Gemini changes for v4.21

Message ID CACRpkdaoLLt6CZ0OT=cRgg0R0435hdx3hdTdEvW4Wk-6S80bwA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Gemini changes for v4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git

Message

Linus Walleij Dec. 8, 2018, 10:33 p.m. UTC
Hi ARM SoC folks,

here are some Gemini patches for v4.21, mostly
related to me getting flash to alternate properly on
two routers and the USB bindings being in place so
we can at least register the blocks. Then some additional
flash-related partitioning and parsing fix-up.

Please pull it in on some appropriate DTS branch!

Yours,
Linus Walleij

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/gemini-dts

for you to fetch changes up to f18fd0f560eb3b798f9835fbd09fad1a27235e13:

  ARM: dts: Bump Gemini platforms to use 100ms debounce (2018-12-08
23:21:49 +0100)

----------------------------------------------------------------
Gemini DTS updates for v4.21:
- Fix the erroneous partition table on D-Link DIR-685
- Multiplex flash usage with other usage using pin control
  handling (merged to the MTD tree)
- Use the RedBoot partition parser on SQ201
- Add the USB blocks (DT bindings merged in the last merge
  window)
- Bump the debounce times a bit to avoid bouncing

----------------------------------------------------------------
Linus Walleij (5):
      ARM: dts: Fix up the D-Link DIR-685 MTD partition info
      ARM: dts: Enable Gemini flash access
      ARM: dts: Fix up SQ201 flash access
      ARM: dts: Add the FOTG210 USB host to Gemini boards
      ARM: dts: Bump Gemini platforms to use 100ms debounce

 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 63 +++++++++++++++---------
 arch/arm/boot/dts/gemini-dlink-dns-313.dts |  2 +-
 arch/arm/boot/dts/gemini-nas4220b.dts      | 12 ++++-
 arch/arm/boot/dts/gemini-rut1xx.dts        | 22 ++++++++-
 arch/arm/boot/dts/gemini-sl93512r.dts      |  8 +++
 arch/arm/boot/dts/gemini-sq201.dts         | 78 ++++++++++++------------------
 arch/arm/boot/dts/gemini-wbd111.dts        | 10 +++-
 arch/arm/boot/dts/gemini-wbd222.dts        | 10 +++-
 arch/arm/boot/dts/gemini.dtsi              | 32 ++++++++++++
 9 files changed, 161 insertions(+), 76 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 10:02 p.m. UTC | #1
On Sat, Dec 08, 2018 at 11:33:54PM +0100, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> here are some Gemini patches for v4.21, mostly
> related to me getting flash to alternate properly on
> two routers and the USB bindings being in place so
> we can at least register the blocks. Then some additional
> flash-related partitioning and parsing fix-up.
> 
> Please pull it in on some appropriate DTS branch!
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> tags/gemini-dts
> 
> for you to fetch changes up to f18fd0f560eb3b798f9835fbd09fad1a27235e13:
> 
>   ARM: dts: Bump Gemini platforms to use 100ms debounce (2018-12-08
> 23:21:49 +0100)
> 
> ----------------------------------------------------------------
> Gemini DTS updates for v4.21:
> - Fix the erroneous partition table on D-Link DIR-685
> - Multiplex flash usage with other usage using pin control
>   handling (merged to the MTD tree)
> - Use the RedBoot partition parser on SQ201
> - Add the USB blocks (DT bindings merged in the last merge
>   window)
> - Bump the debounce times a bit to avoid bouncing
> 
> ----------------------------------------------------------------
> Linus Walleij (5):
>       ARM: dts: Fix up the D-Link DIR-685 MTD partition info
>       ARM: dts: Enable Gemini flash access
>       ARM: dts: Fix up SQ201 flash access
>       ARM: dts: Add the FOTG210 USB host to Gemini boards
>       ARM: dts: Bump Gemini platforms to use 100ms debounce

Merged, thanks!

It might be a good idea to previs these patches with the platform (most others
do), so "ARM: dts: gemini: ...". Something to think about for future material,
this is fine for now.


-Olof