[GIT PULL] ARM: uniphier: fixes for v4.9

Masahiro Yamada yamada.masahiro at socionext.com
Sat Oct 22 07:28:51 PDT 2016


Hi Arnd, Olof,

Here are some fixes for v4.9.
It is touching a reset controller driver, but Philipp gave me Acked-by
for including it in my pull-request.


Here is a question; do you have a chance to send a pull-request for fixes
to Linus before -rc4?  In my understanding, pull requests for the next merge
window are generally required to be based on a tag prior to -rc4.
In the previous development cycle, I remember the fixes pull-request was
sent around v4.8-rc7.  In this case, it would be a problem if a fixup commit
and a new-development commit have a conflict with each other.
If the first round of fixes pull-request is sent before -rc4, commits for
the next merge window can be queued up based on -rc4 without any conflicts.

Thanks,



The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-fixes-v4.9

for you to fetch changes up to 8e68c65d111a57a4cbe41dc886bb2a1e671e0b6e:

  arm64: dts: uniphier: change MIO node to SD control node (2016-10-22
21:59:21 +0900)

----------------------------------------------------------------
UniPhier ARM SoC fixes for v4.9

- Add "select ARCH_HAS_RESET_CONTROLLER" in Kconfig
- Rename wrongly-named mioctrl to sdctrl

----------------------------------------------------------------
Masahiro Yamada (5):
      ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER
      arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER
      reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCs
      ARM: dts: uniphier: change MIO node to SD control node
      arm64: dts: uniphier: change MIO node to SD control node

 .../devicetree/bindings/reset/uniphier-reset.txt   | 62 +++++++++++-----------
 arch/arm/boot/dts/uniphier-pro5.dtsi               |  4 +-
 arch/arm/boot/dts/uniphier-pxs2.dtsi               |  4 +-
 arch/arm/mach-uniphier/Kconfig                     |  1 +
 arch/arm64/Kconfig.platforms                       |  1 +
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   | 12 ++---
 drivers/reset/reset-uniphier.c                     | 16 +++---
 7 files changed, 51 insertions(+), 49 deletions(-)



-- 
Best Regards
Masahiro Yamada



More information about the linux-arm-kernel mailing list