]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branches 'next/cleanup', 'next/defconfig', 'next/dt', 'next/soc' and 'next...
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Oct 2015 14:49:04 +0000 (16:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Oct 2015 14:49:04 +0000 (16:49 +0200)
* next/cleanup: (23 commits)
  ARM: shmobile: Remove legacy clock support leftovers
  ARM: shmobile: remove Makefile.boot
  ARM: shmobile: Kconfig: remove unused SHMOBILE_TIMER_HZ section
  ARM: shmobile: bockw: remove legacy DTB build target
  MAINTAINERS: remove references to dropped marzen and bockw defconfigs
  ARM: shmobile: bockw: remove legacy defconfig
  ARM: shmobile: remove ARCH_SHMOBILE_LEGACY option
  ARM: shmobile: r8a7778: remove legacy clock implementation
  ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778
  ARM: shmobile: r8a7778: remove obsolete setup code
  ARM: shmobile: bockw: remove legacy board file and config
  ARM: shmobile: remove paragraph on DT reference platforms
  ARM: shmobile: bockw: remove "reference" board file and config
  ARM: shmobile: bockw: remove "reference" device tree
  ARM: shmobile: Remove obsolete twd_local_timer declaration
  ARM: shmobile: Remove obsolete earlytimer registration
  ARM: shmobile: Remove obsolete legacy PM Domain leftovers
  ARM: shmobile: Remove obsolete intc.h
  ARM: shmobile: Remove obsolete custom earlyprintk code
  ARM: shmobile: Remove obsolete sh-gpio.h
  ...

* next/defconfig:
  ARM: multi_v7_defconfig: Support RTC devices commonly used on Rockchip boards
  ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy
  ARM: multi_v7_defconfig: Enable Rockchip display support
  ARM: multi_v7_defconfig: Enable common regulators for rockchip boards
  ARM: multi_v7_defconfig: Enable common Rockchip devices/busses
  ARM: multi_v7_defconfig: Add missing QCOM APQ8064 configs
  ARM: multi_v7_defconfig: Add NSP to defconfig
  ARM: multi_v7_defconfig: Remove Marzen
  ARM: shmobile: Remove Marzen from shmobile_defconfig

* next/dt: (46 commits)
  arm64: dts: add all hi6220 uart nodes
  arm64: dts: Add base stratix 10 dtsi
  ARM: socfpga: dts: enable USB and I2C on Arria10 SoCDK
  ARM: socfpga: dts: add clock fields for I2C, UART and USB on Arria10
  ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}
  ARM: DT: STi: STiH418: Fix mmc0 clock configuration
  ARM: STi: DT: STiH407: Rename incorrect interrupt related binding
  ARM: STi: STiH407: Add spi default pinctrl groups.
  ARM: DT: STiH407: Add RMII pinctrl support
  ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX
  ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller
  ARM: DT: STiH407: Add systrace pin configuration
  ARM: DT: STiH407: Add NAND flash controller pin configuration
  ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config
  ARM: DT: STiH407: Add serial3 pinctrl configuration
  ARM: DT: STiH407: Add SPI 3 wire and 4 wire pinctrl configs
  ARM: STi: DT: STiH407: Add i2c3 alternate pin configs
  ARM: STi: DT: STiH407: Add a cec0 pin definition
  ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level
  ARM: dts: stih407/410: Tidy up display nodes
  ...

* next/soc:
  ARM: at91: debug: use DEBUG_UART_PHYS
  ARM: at91: remove useless includes in platform_data/atmel.h
  MAINTAINERS: explicitly add Atmel SAMA5
  ARM: shmobile: R-Mobile: Use CPG/MSTP Clock Domain attach/detach helpers
  clk: shmobile: mstp: Consider "zb_clk" suitable for power management

* next/drivers:
  clk: shmobile: mstp: Consider "zb_clk" suitable for power management

1  2  3  4  5  6 
MAINTAINERS
arch/arm/Kconfig.debug
arch/arm/boot/dts/Makefile

diff --cc MAINTAINERS
Simple merge
index 0cfd7f947f6b9955bb4e16ee8e96fd8461a29474,40a3c25c1e0d0f75a50d3b7337c3fa887f4c4a05,0cfd7f947f6b9955bb4e16ee8e96fd8461a29474,0cfd7f947f6b9955bb4e16ee8e96fd8461a29474,abf65b67d5e09e67a1dbcde9313b9d4f4e205788,0cfd7f947f6b9955bb4e16ee8e96fd8461a29474..259c0ca9c99a8f510410d3b1e9f2dd40707555ca
                    0x80020000      | 0xf0020000     | UART8
                    0x80024000      | 0xf0024000     | UART9
      
---- -  config AT91_DEBUG_LL_DBGU0
---- -          bool "Kernel low-level debugging on rm9200, 9260/9g20, 9261/9g10, 9rl, 9x5, 9n12"
---- -          select DEBUG_AT91_UART
++++ +  config DEBUG_AT91_UART
++++ +          bool "Kernel low-level debugging on Atmel SoCs"
                depends on ARCH_AT91
---- -          depends on SOC_AT91RM9200 || SOC_AT91SAM9
 -    
 -      config AT91_DEBUG_LL_DBGU1
 -              bool "Kernel low-level debugging on 9263, 9g45 and sama5d3"
 -              select DEBUG_AT91_UART
 -              depends on ARCH_AT91
 -              depends on SOC_AT91SAM9 || SOC_SAMA5
++++ +          help
++++ +            Say Y here if you want the debug print routines to direct
++++ +            their output to the serial port on atmel devices.
      
- -- -  config AT91_DEBUG_LL_DBGU1
- -- -          bool "Kernel low-level debugging on 9263, 9g45 and sama5d3"
 -      config AT91_DEBUG_LL_DBGU2
 -              bool "Kernel low-level debugging on sama5d4"
---- -          select DEBUG_AT91_UART
---- -          depends on ARCH_AT91
- -- -          depends on SOC_AT91SAM9 || SOC_SAMA5
 -              depends on SOC_SAMA5
++++ +            SOC                  DEBUG_UART_PHYS   DEBUG_UART_VIRT  PORT
++++ +            rm9200, 9260/9g20,   0xfffff200        0xfefff200       DBGU
++++ +            9261/9g10, 9rl
++++ +            9263, 9g45, sama5d3  0xffffee00        0xfeffee00       DBGU
++++ +            sama5d4              0xfc00c000        0xfb00c000       USART3
++++ +            sama5d4              0xfc069000        0xfb069000       DBGU
++++ +            sama5d2              0xf8020000        0xf7020000       UART1
      
- -- -  config AT91_DEBUG_LL_DBGU2
- -- -          bool "Kernel low-level debugging on sama5d4"
- -- -          select DEBUG_AT91_UART
- -- -          depends on ARCH_AT91
- -- -          depends on SOC_SAMA5
- -- -
---- -  config AT91_DEBUG_LL_DBGU3
---- -          bool "Kernel low-level debugging on sama5d2"
---- -          select DEBUG_AT91_UART
---- -          depends on ARCH_AT91
---- -          depends on SOC_SAMA5
++++ +            Please adjust DEBUG_UART_PHYS configuration options based on
++++ +            your needs.
      
        config DEBUG_BCM2835
                bool "Kernel low-level debugging on BCM2835 PL011 UART"
Simple merge