* [GIT PULL 1/4] soc changes for omaps for v4.16, part 2
@ 2017-12-22 18:14 Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 2/4] driver changes for ti-sysc for v4.16 Tony Lindgren
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Tony Lindgren @ 2017-12-22 18:14 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit fdf3632938a646c13f7407f2f8c33ff81eed9c76:
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/soc-pt2-signed
for you to fetch changes up to 234c91d4a350835df8362f6bc968ccf052c60d58:
ARM: OMAP2+: dra762: Register package specific hwmod (2017-12-21 07:05:15 -0800)
----------------------------------------------------------------
Second set of SoC changes for omaps for v4.16 merge window
We can now drop some more of legacy platform data for omap3 as
it's been booting in device tree only mode for quite a while now.
This clock related data is coming from device tree configured
clocks now.
The other changes add support for detecting new dra762 SoC variant.
----------------------------------------------------------------
Lokesh Vutla (2):
ARM: OMAP2+: dra762: Add support for device package identification
ARM: OMAP2+: dra762: Register package specific hwmod
Tony Lindgren (1):
ARM: OMAP2+: Drop unused legacy data for prcm_reg_id and module_bit
arch/arm/mach-omap2/cm-regbits-24xx.h | 81 -----------
arch/arm/mach-omap2/cm-regbits-34xx.h | 162 ---------------------
arch/arm/mach-omap2/id.c | 17 ++-
arch/arm/mach-omap2/omap_hwmod.h | 6 -
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 14 --
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 28 ----
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 64 --------
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 132 +----------------
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 27 +++-
arch/arm/mach-omap2/soc.h | 16 ++
10 files changed, 51 insertions(+), 496 deletions(-)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 2/4] driver changes for ti-sysc for v4.16
2017-12-22 18:14 [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Tony Lindgren
@ 2017-12-22 18:14 ` Tony Lindgren
2018-01-05 7:06 ` Olof Johansson
2017-12-22 18:14 ` [GIT PULL 3/4] dts changes for omaps for v4.16, part 2 Tony Lindgren
` (2 subsequent siblings)
3 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2017-12-22 18:14 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
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/tmlind/linux-omap tags/omap-for-v4.16/ti-sysc-signed
for you to fetch changes up to c5a2de97fbd2979fab291fb048084d3fddd322dd:
bus: ti-sysc: Add parsing of module capabilities (2017-12-21 07:28:54 -0800)
----------------------------------------------------------------
TI sysc driver updates for v4.16 merge window
We now have gotten ti-sysc driver to the point where it can parse
interconnect target configuration from device tree instead of the
legacy platform data. This series updates the device tree binding
and adds parsing to the driver for quirks and capabilities.
----------------------------------------------------------------
Tony Lindgren (8):
dt-bindings: ti-sysc: Update binding for timers and capabilities
ARM: dts: Add generic ti,sysc compatible in addition to the custom ones
ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c
bus: ti-sysc: Make omap_hwmod_sysc_fields into sysc_regbits platform data
bus: ti-sysc: Add register bits for interconnect target modules
bus: ti-sysc: Detect i2c interconnect target module based on register layout
bus: ti-sysc: Handle module quirks based dts configuration
bus: ti-sysc: Add parsing of module capabilities
Documentation/devicetree/bindings/bus/ti-sysc.txt | 37 ++
arch/arm/boot/dts/dra7.dtsi | 4 +-
arch/arm/boot/dts/omap4.dtsi | 20 +-
arch/arm/mach-omap2/omap_hwmod.c | 2 +
arch/arm/mach-omap2/omap_hwmod.h | 34 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 21 -
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 17 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 7 +-
arch/arm/mach-omap2/omap_hwmod_common_data.c | 40 +-
drivers/bus/ti-sysc.c | 485 ++++++++++++++++++++--
include/dt-bindings/bus/ti-sysc.h | 22 +
include/linux/platform_data/ti-sysc.h | 86 ++++
12 files changed, 666 insertions(+), 109 deletions(-)
create mode 100644 include/dt-bindings/bus/ti-sysc.h
create mode 100644 include/linux/platform_data/ti-sysc.h
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/4] dts changes for omaps for v4.16, part 2
2017-12-22 18:14 [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 2/4] driver changes for ti-sysc for v4.16 Tony Lindgren
@ 2017-12-22 18:14 ` Tony Lindgren
2017-12-22 18:55 ` Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 4/4] defconfig changes for omaps for v4.16 Tony Lindgren
2018-01-05 6:59 ` [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Olof Johansson
3 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2017-12-22 18:14 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit a38867305203ef5a27f0c9ff1e943a0c2fabdbce:
ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit (2017-12-11 09:43:53 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-pt2-signed
for you to fetch changes up to 956979a9382eba1530ffe9d06496924724dd591d:
ARM: dts: am572x-idk: Add cpu0 vdd supply (2017-12-21 07:53:13 -0800)
----------------------------------------------------------------
Second set of device tree changes for omaps for v4.16 merge window
This branch mostly configures more hardware support:
- Clean-up dts files to remove leading 0x and 0s from binding notation
to remove more dtc compiler warnings
- A series of am437x updates for backlight, to fix inverted pad
pull macro, and to configure power management related OPPs
- Configure n950 and droid 4 command mode LCD panels
- Updates to pandora and gta04 LCD panels
- Add support for am574x-idk
- A series of changes to configure more dra7 related PCIe features
- A series of fixes for am335x-boneblue for WLAN, UARTs and CAN
configuration
- A series of changes to configure dra7 OPPs and VDD supplies
----------------------------------------------------------------
Dave Gerlach (11):
ARM: dts: am43xx: Fix inverted DS0_PULL_UP_DOWN_EN macro
ARM: dts: am437x-idk-evm: Disable OPP50 for MPU
ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply
ARM: dts: dra7: Add vbb-supply to cpu and additional voltages
ARM: dts: dra7: Add MPU OPP supply node
ARM: dts: dra7: Enable 1.5 GHz operation for the CPU
ARM: dts: am57xx-beagle-x15-common: Add cpu0 vdd supply
ARM: dts: dra7-evm: Add cpu0 vdd supply
ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply
ARM: dts: am571x-idk: Add cpu0 vdd supply
ARM: dts: am572x-idk: Add cpu0 vdd supply
H. Nikolaus Schaller (2):
ARM: dts: gta04: improve panel compatibility string
ARM: dts: pandora: fix panel compatibility string
Kishon Vijay Abraham I (5):
ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
ARM: dts: DRA74x: Use PCIe compatible specific to dra74
ARM: dts: DRA72x: Use PCIe compatible specific to dra72
ARM: dts: dra76-evm: Enable x2 PCIe lanes
ARM: dts: dra7: Remove deprecated PCI compatible string
Lokesh Vutla (1):
ARM: dts: am57xx: Add support for am574x-idk
Mathieu Malaterre (1):
ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation
Peter Ujfalusi (3):
ARM: dts: am437x-gp-evm: Add phandle for the backlight for the panel
ARM: dts: am437x-sk-evm: Add phandle for the backlight for the panel
ARM: dts: am43xx-epos-evm: Add phandle for the backlight for the panel
Robert Nelson (3):
ARM: dts: am335x-boneblue: fix wl1835 IRQ pin
ARM: dts: am335x-boneblue: enable usarts
ARM: dts: am335x-boneblue: enable can
Sebastian Reichel (2):
ARM: dts: omap4-droid4: improve LCD description
ARM: dts: n950: add display support
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/am335x-boneblue.dts | 79 ++++++++++++++++++-
arch/arm/boot/dts/am33xx.dtsi | 4 +-
arch/arm/boot/dts/am3517.dtsi | 4 +-
arch/arm/boot/dts/am4372.dtsi | 4 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 4 +-
arch/arm/boot/dts/am437x-idk-evm.dts | 14 ++++
arch/arm/boot/dts/am437x-sk-evm.dts | 4 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 8 +-
arch/arm/boot/dts/am571x-idk.dts | 4 +
arch/arm/boot/dts/am572x-idk-common.dtsi | 100 ++++++++++++++++++++++++
arch/arm/boot/dts/am572x-idk.dts | 93 +---------------------
arch/arm/boot/dts/am574x-idk.dts | 22 ++++++
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/dra62x-j5eco-evm.dts | 8 +-
arch/arm/boot/dts/dra7-evm.dts | 2 +-
arch/arm/boot/dts/dra7.dtsi | 40 ++++++++--
arch/arm/boot/dts/dra72-evm-tps65917.dtsi | 4 +
arch/arm/boot/dts/dra72x.dtsi | 12 +++
arch/arm/boot/dts/dra74x.dtsi | 12 +++
arch/arm/boot/dts/dra76-evm.dts | 16 ++++
arch/arm/boot/dts/omap3-cm-t3x.dtsi | 8 +-
arch/arm/boot/dts/omap3-evm-37xx.dts | 8 +-
arch/arm/boot/dts/omap3-gta04.dtsi | 2 +-
arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 8 +-
arch/arm/boot/dts/omap3-n950.dts | 88 +++++++++++++++++++++
arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +-
arch/arm/boot/dts/omap4-droid4-xt894.dts | 6 +-
include/dt-bindings/pinctrl/am43xx.h | 3 +-
29 files changed, 432 insertions(+), 130 deletions(-)
create mode 100644 arch/arm/boot/dts/am572x-idk-common.dtsi
create mode 100644 arch/arm/boot/dts/am574x-idk.dts
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 4/4] defconfig changes for omaps for v4.16
2017-12-22 18:14 [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 2/4] driver changes for ti-sysc for v4.16 Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 3/4] dts changes for omaps for v4.16, part 2 Tony Lindgren
@ 2017-12-22 18:14 ` Tony Lindgren
2018-01-05 7:07 ` Olof Johansson
2018-01-05 6:59 ` [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Olof Johansson
3 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2017-12-22 18:14 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
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/tmlind/linux-omap tags/omap-for-v4.16/defconfig-signed
for you to fetch changes up to d03366dcbffcc3754f9f8a1d8ae74f438312e07d:
ARM: multi_v7_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes) (2017-12-21 07:12:44 -0800)
----------------------------------------------------------------
Two defconfig updates for omaps
These are to configure dra7 PCIe for omap2plus_defconfig and
multi_v7_defconfig.
----------------------------------------------------------------
Kishon Vijay Abraham I (2):
ARM: omap2plus_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes)
ARM: multi_v7_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes)
arch/arm/configs/multi_v7_defconfig | 6 ++++++
arch/arm/configs/omap2plus_defconfig | 8 ++++++++
2 files changed, 14 insertions(+)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/4] dts changes for omaps for v4.16, part 2
2017-12-22 18:14 ` [GIT PULL 3/4] dts changes for omaps for v4.16, part 2 Tony Lindgren
@ 2017-12-22 18:55 ` Tony Lindgren
2017-12-23 16:29 ` Tony Lindgren
0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2017-12-22 18:55 UTC (permalink / raw)
To: linux-arm-kernel
* Tony Lindgren <tony@atomide.com> [171222 18:17]:
> From: "Tony Lindgren" <tony@atomide.com>
> Kishon Vijay Abraham I (5):
> ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
Turns out the binding is still open for this change. So I will
most likely revert this commit and reply with an updated pull
request for this one.
Regards,
Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/4] dts changes for omaps for v4.16, part 2
2017-12-22 18:55 ` Tony Lindgren
@ 2017-12-23 16:29 ` Tony Lindgren
2018-01-05 7:06 ` Olof Johansson
0 siblings, 1 reply; 11+ messages in thread
From: Tony Lindgren @ 2017-12-23 16:29 UTC (permalink / raw)
To: linux-arm-kernel
* Tony Lindgren <tony@atomide.com> [171222 18:58]:
> * Tony Lindgren <tony@atomide.com> [171222 18:17]:
> > From: "Tony Lindgren" <tony@atomide.com>
> > Kishon Vijay Abraham I (5):
> > ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
>
> Turns out the binding is still open for this change. So I will
> most likely revert this commit and reply with an updated pull
> request for this one.
Below is an updated pull request for this with just the above
patch reverted.
8< ------------------
The following changes since commit a38867305203ef5a27f0c9ff1e943a0c2fabdbce:
ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit (2017-12-11 09:43:53 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-pt2-v2-signed
for you to fetch changes up to 1cadb0c341079785182a8d00d12ecb0bbef935fb:
Revert "ARM: dts: dra7: Add properties to enable PCIe x2 lane mode" (2017-12-23 08:18:15 -0800)
----------------------------------------------------------------
Second set of device tree changes for omaps for v4.16 merge window
This branch mostly configures more hardware support:
- Clean-up dts files to remove leading 0x and 0s from binding notation
to remove more dtc compiler warnings
- A series of am437x updates for backlight, to fix inverted pad
pull macro, and to configure power management related OPPs
- Configure n950 and droid 4 command mode LCD panels
- Updates to pandora and gta04 LCD panels
- Add support for am574x-idk
- A series of changes to configure more dra7 related PCIe features
- A series of fixes for am335x-boneblue for WLAN, UARTs and CAN
configuration
- A series of changes to configure dra7 OPPs and VDD supplies
----------------------------------------------------------------
Dave Gerlach (11):
ARM: dts: am43xx: Fix inverted DS0_PULL_UP_DOWN_EN macro
ARM: dts: am437x-idk-evm: Disable OPP50 for MPU
ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply
ARM: dts: dra7: Add vbb-supply to cpu and additional voltages
ARM: dts: dra7: Add MPU OPP supply node
ARM: dts: dra7: Enable 1.5 GHz operation for the CPU
ARM: dts: am57xx-beagle-x15-common: Add cpu0 vdd supply
ARM: dts: dra7-evm: Add cpu0 vdd supply
ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply
ARM: dts: am571x-idk: Add cpu0 vdd supply
ARM: dts: am572x-idk: Add cpu0 vdd supply
H. Nikolaus Schaller (2):
ARM: dts: gta04: improve panel compatibility string
ARM: dts: pandora: fix panel compatibility string
Kishon Vijay Abraham I (5):
ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
ARM: dts: DRA74x: Use PCIe compatible specific to dra74
ARM: dts: DRA72x: Use PCIe compatible specific to dra72
ARM: dts: dra76-evm: Enable x2 PCIe lanes
ARM: dts: dra7: Remove deprecated PCI compatible string
Lokesh Vutla (1):
ARM: dts: am57xx: Add support for am574x-idk
Mathieu Malaterre (1):
ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation
Peter Ujfalusi (3):
ARM: dts: am437x-gp-evm: Add phandle for the backlight for the panel
ARM: dts: am437x-sk-evm: Add phandle for the backlight for the panel
ARM: dts: am43xx-epos-evm: Add phandle for the backlight for the panel
Robert Nelson (3):
ARM: dts: am335x-boneblue: fix wl1835 IRQ pin
ARM: dts: am335x-boneblue: enable usarts
ARM: dts: am335x-boneblue: enable can
Sebastian Reichel (2):
ARM: dts: omap4-droid4: improve LCD description
ARM: dts: n950: add display support
Tony Lindgren (1):
Revert "ARM: dts: dra7: Add properties to enable PCIe x2 lane mode"
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/am335x-boneblue.dts | 79 ++++++++++++++++++-
arch/arm/boot/dts/am33xx.dtsi | 4 +-
arch/arm/boot/dts/am3517.dtsi | 4 +-
arch/arm/boot/dts/am4372.dtsi | 4 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 4 +-
arch/arm/boot/dts/am437x-idk-evm.dts | 14 ++++
arch/arm/boot/dts/am437x-sk-evm.dts | 4 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 8 +-
arch/arm/boot/dts/am571x-idk.dts | 4 +
arch/arm/boot/dts/am572x-idk-common.dtsi | 100 ++++++++++++++++++++++++
arch/arm/boot/dts/am572x-idk.dts | 93 +---------------------
arch/arm/boot/dts/am574x-idk.dts | 22 ++++++
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/dra62x-j5eco-evm.dts | 8 +-
arch/arm/boot/dts/dra7-evm.dts | 2 +-
arch/arm/boot/dts/dra7.dtsi | 36 +++++++--
arch/arm/boot/dts/dra72-evm-tps65917.dtsi | 4 +
arch/arm/boot/dts/dra72x.dtsi | 12 +++
arch/arm/boot/dts/dra74x.dtsi | 12 +++
arch/arm/boot/dts/dra76-evm.dts | 16 ++++
arch/arm/boot/dts/omap3-cm-t3x.dtsi | 8 +-
arch/arm/boot/dts/omap3-evm-37xx.dts | 8 +-
arch/arm/boot/dts/omap3-gta04.dtsi | 2 +-
arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 8 +-
arch/arm/boot/dts/omap3-n950.dts | 88 +++++++++++++++++++++
arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +-
arch/arm/boot/dts/omap4-droid4-xt894.dts | 6 +-
include/dt-bindings/pinctrl/am43xx.h | 3 +-
29 files changed, 428 insertions(+), 130 deletions(-)
create mode 100644 arch/arm/boot/dts/am572x-idk-common.dtsi
create mode 100644 arch/arm/boot/dts/am574x-idk.dts
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 1/4] soc changes for omaps for v4.16, part 2
2017-12-22 18:14 [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Tony Lindgren
` (2 preceding siblings ...)
2017-12-22 18:14 ` [GIT PULL 4/4] defconfig changes for omaps for v4.16 Tony Lindgren
@ 2018-01-05 6:59 ` Olof Johansson
2018-01-05 18:20 ` Tony Lindgren
3 siblings, 1 reply; 11+ messages in thread
From: Olof Johansson @ 2018-01-05 6:59 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 22, 2017 at 10:14:24AM -0800, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit fdf3632938a646c13f7407f2f8c33ff81eed9c76:
>
> Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/soc-pt2-signed
>
> for you to fetch changes up to 234c91d4a350835df8362f6bc968ccf052c60d58:
>
> ARM: OMAP2+: dra762: Register package specific hwmod (2017-12-21 07:05:15 -0800)
>
> ----------------------------------------------------------------
> Second set of SoC changes for omaps for v4.16 merge window
>
> We can now drop some more of legacy platform data for omap3 as
> it's been booting in device tree only mode for quite a while now.
> This clock related data is coming from device tree configured
> clocks now.
>
> The other changes add support for detecting new dra762 SoC variant.
>
> ----------------------------------------------------------------
> Lokesh Vutla (2):
> ARM: OMAP2+: dra762: Add support for device package identification
> ARM: OMAP2+: dra762: Register package specific hwmod
>
> Tony Lindgren (1):
> ARM: OMAP2+: Drop unused legacy data for prcm_reg_id and module_bit
Nice cleanup. Merged. It had a conflict with an earlier fixes branch, please
double-check my resolution.
-Olof
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 2/4] driver changes for ti-sysc for v4.16
2017-12-22 18:14 ` [GIT PULL 2/4] driver changes for ti-sysc for v4.16 Tony Lindgren
@ 2018-01-05 7:06 ` Olof Johansson
0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2018-01-05 7:06 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 22, 2017 at 10:14:25AM -0800, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> 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/tmlind/linux-omap tags/omap-for-v4.16/ti-sysc-signed
>
> for you to fetch changes up to c5a2de97fbd2979fab291fb048084d3fddd322dd:
>
> bus: ti-sysc: Add parsing of module capabilities (2017-12-21 07:28:54 -0800)
>
> ----------------------------------------------------------------
> TI sysc driver updates for v4.16 merge window
>
> We now have gotten ti-sysc driver to the point where it can parse
> interconnect target configuration from device tree instead of the
> legacy platform data. This series updates the device tree binding
> and adds parsing to the driver for quirks and capabilities.
>
> ----------------------------------------------------------------
> Tony Lindgren (8):
> dt-bindings: ti-sysc: Update binding for timers and capabilities
> ARM: dts: Add generic ti,sysc compatible in addition to the custom ones
> ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c
> bus: ti-sysc: Make omap_hwmod_sysc_fields into sysc_regbits platform data
> bus: ti-sysc: Add register bits for interconnect target modules
> bus: ti-sysc: Detect i2c interconnect target module based on register layout
> bus: ti-sysc: Handle module quirks based dts configuration
> bus: ti-sysc: Add parsing of module capabilities
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 3/4] dts changes for omaps for v4.16, part 2
2017-12-23 16:29 ` Tony Lindgren
@ 2018-01-05 7:06 ` Olof Johansson
0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2018-01-05 7:06 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Dec 23, 2017 at 08:29:18AM -0800, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [171222 18:58]:
> > * Tony Lindgren <tony@atomide.com> [171222 18:17]:
> > > From: "Tony Lindgren" <tony@atomide.com>
> > > Kishon Vijay Abraham I (5):
> > > ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
> >
> > Turns out the binding is still open for this change. So I will
> > most likely revert this commit and reply with an updated pull
> > request for this one.
>
> Below is an updated pull request for this with just the above
> patch reverted.
>
> 8< ------------------
> The following changes since commit a38867305203ef5a27f0c9ff1e943a0c2fabdbce:
>
> ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit (2017-12-11 09:43:53 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-pt2-v2-signed
>
> for you to fetch changes up to 1cadb0c341079785182a8d00d12ecb0bbef935fb:
>
> Revert "ARM: dts: dra7: Add properties to enable PCIe x2 lane mode" (2017-12-23 08:18:15 -0800)
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 4/4] defconfig changes for omaps for v4.16
2017-12-22 18:14 ` [GIT PULL 4/4] defconfig changes for omaps for v4.16 Tony Lindgren
@ 2018-01-05 7:07 ` Olof Johansson
0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2018-01-05 7:07 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 22, 2017 at 10:14:27AM -0800, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> 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/tmlind/linux-omap tags/omap-for-v4.16/defconfig-signed
>
> for you to fetch changes up to d03366dcbffcc3754f9f8a1d8ae74f438312e07d:
>
> ARM: multi_v7_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes) (2017-12-21 07:12:44 -0800)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT PULL 1/4] soc changes for omaps for v4.16, part 2
2018-01-05 6:59 ` [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Olof Johansson
@ 2018-01-05 18:20 ` Tony Lindgren
0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2018-01-05 18:20 UTC (permalink / raw)
To: linux-arm-kernel
* Olof Johansson <olof@lixom.net> [180105 07:38]:
> On Fri, Dec 22, 2017 at 10:14:24AM -0800, Tony Lindgren wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> > Tony Lindgren (1):
> > ARM: OMAP2+: Drop unused legacy data for prcm_reg_id and module_bit
>
> Nice cleanup. Merged. It had a conflict with an earlier fixes branch, please
> double-check my resolution.
Thanks looks good to me.
Regards,
Tony
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2018-01-05 18:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22 18:14 [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Tony Lindgren
2017-12-22 18:14 ` [GIT PULL 2/4] driver changes for ti-sysc for v4.16 Tony Lindgren
2018-01-05 7:06 ` Olof Johansson
2017-12-22 18:14 ` [GIT PULL 3/4] dts changes for omaps for v4.16, part 2 Tony Lindgren
2017-12-22 18:55 ` Tony Lindgren
2017-12-23 16:29 ` Tony Lindgren
2018-01-05 7:06 ` Olof Johansson
2017-12-22 18:14 ` [GIT PULL 4/4] defconfig changes for omaps for v4.16 Tony Lindgren
2018-01-05 7:07 ` Olof Johansson
2018-01-05 6:59 ` [GIT PULL 1/4] soc changes for omaps for v4.16, part 2 Olof Johansson
2018-01-05 18:20 ` Tony Lindgren
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).