The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_4.16
for you to fetch changes up to 4fe85b0cdd06f8fef2631923799bdc95380badb5:
ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs (2017-12-16 14:36:57 -0800)
----------------------------------------------------------------
ARM: Keystone DTS update for 4.16
- Enable GPIO bank2 for K2L
- Enable QSPI for K2G & K2G-EVM
- Enable UART1/2 for K2G & K2G-EVM
- Enable peripherals for K2G-ICE
- Fix C1 and C2 DTS warnings
----------------------------------------------------------------
Franklin S Cooper Jr (2):
ARM: dts: k2g: Add UART 1 and 2 instances
ARM: dts: k2g-evm: Enable UART 2
Javier Martinez Canillas (1):
ARM: dts: keystone: Add generic compatible string for I2C EEPROM
Keerthy (1):
ARM: dts: keystone-k2l: Add the second gpio bank node
Nishanth Menon (8):
ARM: dts: keystone*: Standardize license with SPDX tag
ARM: dts: keystone*: Use a single soc0 instance
ARM: dts: keystone: Get rid of usage of skeleton.dtsi
ARM: dts: keystone: Add missing unit name to interrupt controller
ARM: dts: keystone-clocks: Add missing unit name to clock nodes that have regs
ARM: dts: keystone-hk-clocks: Add missing unit name to clock nodes that have regs
ARM: dts: keystone-k2e-clocks: Add missing unit name to clock nodes that have regs
ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs
Vignesh R (5):
ARM: dts: keystone-k2g: Add QSPI DT entry
ARM: dts: keystone-k2g-evm: Fix botched up merge
ARM: dts: keystone-k2g: Move ti,non-removable property to board dts
ARM: dts: keystone-k2g-evm: Add QSPI DT node.
ARM: dts: keystone-k2g-ice: Add DT nodes for few peripherals
arch/arm/boot/dts/keystone-clocks.dtsi | 59 +++--
arch/arm/boot/dts/keystone-k2e-clocks.dtsi | 15 +-
arch/arm/boot/dts/keystone-k2e-evm.dts | 13 +-
arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 7 +-
arch/arm/boot/dts/keystone-k2e.dtsi | 11 +-
arch/arm/boot/dts/keystone-k2g-evm.dts | 115 +++++++---
arch/arm/boot/dts/keystone-k2g-ice.dts | 339 +++++++++++++++++++++++++++-
arch/arm/boot/dts/keystone-k2g.dtsi | 58 +++--
arch/arm/boot/dts/keystone-k2hk-clocks.dtsi | 81 ++++---
arch/arm/boot/dts/keystone-k2hk-evm.dts | 59 +++--
arch/arm/boot/dts/keystone-k2hk-netcp.dtsi | 7 +-
arch/arm/boot/dts/keystone-k2hk.dtsi | 11 +-
arch/arm/boot/dts/keystone-k2l-clocks.dtsi | 51 ++---
arch/arm/boot/dts/keystone-k2l-evm.dts | 13 +-
arch/arm/boot/dts/keystone-k2l-netcp.dtsi | 7 +-
arch/arm/boot/dts/keystone-k2l.dtsi | 55 ++++-
arch/arm/boot/dts/keystone.dtsi | 18 +-
17 files changed, 676 insertions(+), 243 deletions(-)
Also had patch to sync up multi-v7 config but because of conflicts
in next, have to drop it. Will send that post merge window separately
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.16
for you to fetch changes up to 10f06c70f337494fc2fec623542186fec80fc395:
ARM: configs: keystone_defconfig: Enable few peripheral drivers (2017-12-02 19:34:36 -0800)
----------------------------------------------------------------
ARM: Keystone configs for 4.16
- Enable QSPI
- Enable LEDs
- Enable GPIO-decoder
----------------------------------------------------------------
Vignesh R (1):
ARM: configs: keystone_defconfig: Enable few peripheral drivers
arch/arm/configs/keystone_defconfig | 7 +++++++
1 file changed, 7 insertions(+)
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_driver_soc_for_4.16
for you to fetch changes up to aefc5818553680c50c9f6840e47c01b80edd9b3a:
soc: ti: fix max dup length for kstrndup (2017-12-16 14:45:33 -0800)
----------------------------------------------------------------
SOC: Keystone Soc driver updates for 4.16
- TI EMIF-SRAM driver
- TI SCI print format fix
- Navigator strndup lenth fix
----------------------------------------------------------------
Arnd Bergmann (1):
memory: ti-emif-sram: remove unused variable
Dave Gerlach (2):
Documentation: dt: Update ti,emif bindings
memory: ti-emif-sram: introduce relocatable suspend/resume handlers
Ma Shimiao (1):
soc: ti: fix max dup length for kstrndup
Nishanth Menon (1):
firmware: ti_sci: Use %zu for size_t print format
.../bindings/memory-controllers/ti/emif.txt | 17 +-
drivers/firmware/ti_sci.c | 4 +-
drivers/memory/Kconfig | 10 +
drivers/memory/Makefile | 8 +
drivers/memory/Makefile.asm-offsets | 5 +
drivers/memory/emif-asm-offsets.c | 92 ++++++
drivers/memory/emif.h | 17 ++
drivers/memory/ti-emif-pm.c | 324 ++++++++++++++++++++
drivers/memory/ti-emif-sram-pm.S | 334 +++++++++++++++++++++
drivers/soc/ti/knav_qmss_queue.c | 4 +-
include/linux/ti-emif-sram.h | 69 +++++
11 files changed, 879 insertions(+), 5 deletions(-)
create mode 100644 drivers/memory/Makefile.asm-offsets
create mode 100644 drivers/memory/emif-asm-offsets.c
create mode 100644 drivers/memory/ti-emif-pm.c
create mode 100644 drivers/memory/ti-emif-sram-pm.S
create mode 100644 include/linux/ti-emif-sram.h
On Wed, Dec 27, 2017 at 06:07:50PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
> Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_4.16
>
> for you to fetch changes up to 4fe85b0cdd06f8fef2631923799bdc95380badb5:
>
> ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs (2017-12-16 14:36:57 -0800)
>
> ----------------------------------------------------------------
> ARM: Keystone DTS update for 4.16
>
> - Enable GPIO bank2 for K2L
> - Enable QSPI for K2G & K2G-EVM
> - Enable UART1/2 for K2G & K2G-EVM
> - Enable peripherals for K2G-ICE
> - Fix C1 and C2 DTS warnings
Merged, thanks.
-Olof
On Wed, Dec 27, 2017 at 06:07:51PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
> Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_driver_soc_for_4.16
>
> for you to fetch changes up to aefc5818553680c50c9f6840e47c01b80edd9b3a:
>
> soc: ti: fix max dup length for kstrndup (2017-12-16 14:45:33 -0800)
>
> ----------------------------------------------------------------
> SOC: Keystone Soc driver updates for 4.16
>
> - TI EMIF-SRAM driver
> - TI SCI print format fix
> - Navigator strndup lenth fix
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
> memory: ti-emif-sram: remove unused variable
>
> Dave Gerlach (2):
> Documentation: dt: Update ti,emif bindings
> memory: ti-emif-sram: introduce relocatable suspend/resume handlers
>
> Ma Shimiao (1):
> soc: ti: fix max dup length for kstrndup
>
> Nishanth Menon (1):
> firmware: ti_sci: Use %zu for size_t print format
>
> .../bindings/memory-controllers/ti/emif.txt | 17 +-
> drivers/firmware/ti_sci.c | 4 +-
> drivers/memory/Kconfig | 10 +
> drivers/memory/Makefile | 8 +
> drivers/memory/Makefile.asm-offsets | 5 +
> drivers/memory/emif-asm-offsets.c | 92 ++++++
> drivers/memory/emif.h | 17 ++
> drivers/memory/ti-emif-pm.c | 324 ++++++++++++++++++++
> drivers/memory/ti-emif-sram-pm.S | 334 +++++++++++++++++++++
> drivers/soc/ti/knav_qmss_queue.c | 4 +-
> include/linux/ti-emif-sram.h | 69 +++++
Based on the contents, I merged this into next/drivers instead of next/soc.
-Olof
On Wed, Dec 27, 2017 at 06:07:52PM -0800, Santosh Shilimkar wrote:
> Also had patch to sync up multi-v7 config but because of conflicts
> in next, have to drop it. Will send that post merge window separately
>
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
> Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.16
>
> for you to fetch changes up to 10f06c70f337494fc2fec623542186fec80fc395:
>
> ARM: configs: keystone_defconfig: Enable few peripheral drivers (2017-12-02 19:34:36 -0800)
>
> ----------------------------------------------------------------
> ARM: Keystone configs for 4.16
>
> - Enable QSPI
> - Enable LEDs
> - Enable GPIO-decoder
>
> ----------------------------------------------------------------
> Vignesh R (1):
> ARM: configs: keystone_defconfig: Enable few peripheral drivers
Merged, thanks.
-Olof
On 1/4/18 11:12 PM, Olof Johansson wrote:
> On Wed, Dec 27, 2017 at 06:07:50PM -0800, Santosh Shilimkar wrote:
>> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>
>> Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_4.16
>>
>> for you to fetch changes up to 4fe85b0cdd06f8fef2631923799bdc95380badb5:
>>
>> ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs (2017-12-16 14:36:57 -0800)
>>
>> ----------------------------------------------------------------
>> ARM: Keystone DTS update for 4.16
>>
>> - Enable GPIO bank2 for K2L
>> - Enable QSPI for K2G & K2G-EVM
>> - Enable UART1/2 for K2G & K2G-EVM
>> - Enable peripherals for K2G-ICE
>> - Fix C1 and C2 DTS warnings
>
> Merged, thanks.
>
Thanks !!