linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] omap soc changes for v4.17
@ 2018-03-05 18:11 Tony Lindgren
  2018-03-05 18:11 ` [GIT PULL 2/6] omap timer " Tony Lindgren
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fe27f16794f313f5fc16f6d2f42d8c2b2f4d70cc:

  ARM: OMAP2+: Fix sar_base inititalization for HS omaps (2018-02-14 08:35:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-signed

for you to fetch changes up to e33509c19da5931e4363c85f6e83bd11803ba121:

  ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -0800)

----------------------------------------------------------------
SoC changes for omaps for v4.17

This series is mostly a series from Suman Anna to remove now unused
platform data that is now coming from device tree. This also make it
a bit simpler to move the timer code to live under drivers in a
separate series of patches. There are also few minor clean-ups for
omap4 PM code.

----------------------------------------------------------------
Suman Anna (7):
      ARM: OMAP2+: Cleanup omap_gpio_dev_attr usage
      ARM: OMAP2+: Cleanup omap_i2c_dev_attr usage
      ARM: OMAP2+: Cleanup omap_timer_capability_dev_attr usage
      ARM: OMAP2+: Cleanup omap2_spi_dev_attr and other legacy data
      ARM: OMAP2+: Cleanup omap_mcbsp_dev_attr and other legacy data
      ARM: OMAP: Move plat/i2c.h into mach-omap1 folder
      ARM: OMAP2+: Remove unused gpio header file references

Tony Lindgren (3):
      ARM: OMAP2+: Include types.h directly for hwmod data
      ARM: OMAP2+: Use v7_invalidate_l1 in omap4_finish_suspend
      ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr

 arch/arm/mach-omap1/common.h                       |   3 +-
 arch/arm/mach-omap1/i2c.c                          |   2 -
 .../{plat-omap/include/plat => mach-omap1}/i2c.h   |   9 +-
 arch/arm/mach-omap2/devices.c                      |   2 +-
 arch/arm/mach-omap2/hsmmc.c                        |   2 -
 arch/arm/mach-omap2/i2c.h                          |  15 +--
 arch/arm/mach-omap2/msdi.c                         |   1 -
 arch/arm/mach-omap2/omap4-sar-layout.h             |   2 +-
 arch/arm/mach-omap2/omap_hwmod_2420_data.c         |  11 --
 arch/arm/mach-omap2/omap_hwmod_2430_data.c         |  18 ----
 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  61 +----------
 .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h  |   3 -
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  25 +----
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |   4 -
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 116 ---------------------
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         |   8 --
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  75 -------------
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  54 ----------
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |  53 ----------
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c         |  31 +-----
 arch/arm/mach-omap2/omap_hwmod_common_data.h       |   1 -
 arch/arm/mach-omap2/sleep44xx.S                    |   7 +-
 arch/arm/plat-omap/include/plat/dmtimer.h          |   4 -
 include/linux/platform_data/asoc-ti-mcbsp.h        |  12 ---
 include/linux/platform_data/gpio-omap.h            |   5 -
 include/linux/platform_data/spi-omap2-mcspi.h      |   8 --
 26 files changed, 13 insertions(+), 519 deletions(-)
 rename arch/arm/{plat-omap/include/plat => mach-omap1}/i2c.h (90%)

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
@ 2018-03-05 18:11 ` Tony Lindgren
  2018-03-07 15:21   ` Arnd Bergmann
  2018-03-05 18:11 ` [GIT PULL 3/6] am335x and am437x pm " Tony Lindgren
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:

  Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46: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.17/timer-signed

for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:

  clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)

----------------------------------------------------------------
Move omap timer to drivers for 4.17

This series from Keerthy and Ladislav Michl move omap dmtimer code
to drivers. As we don't want to export custom timer functions to
random drivers, we also need to update the related PWM driver to
pass the timer specific functions in platform data.

Note that this series is based on a merge of omap1 specific timer
fix and omap2+ platform data clean-up to keep things working and
make the move a bit simpler.

----------------------------------------------------------------
Keerthy (9):
      ARM: OMAP: dmtimer: Remove all the exports
      ARM: OMAP: timer: Wrap the inline functions under OMAP2PLUS define
      ARM: OMAP: Move dmtimer.h out of plat-omap
      clocksource: timer-ti-dm: Replace architecture
      ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
      clocksource: timer-ti-dm: Add timer ops to the platform data structure
      clocksource: timer-ti-dm: Populate the timer ops to the pdata
      pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
      ARM: OMAP: pdata-quirks: Remove unused timer pdata

Ladislav Michl (4):
      clocksource: timer-ti-dm: Hook device platform data if not already assigned
      clocksource: timer-ti-dm: Make unexported functions static
      clocksource: timer-ti-dm: Consolidate set source
      clocksource: timer-ti-dm: Check prescaler value

 arch/arm/mach-omap1/Kconfig                        |   1 +
 arch/arm/mach-omap1/pm.c                           |   2 +-
 arch/arm/mach-omap1/timer.c                        |   2 +-
 arch/arm/mach-omap2/pdata-quirks.c                 |  32 ---
 arch/arm/mach-omap2/timer.c                        |   2 +-
 arch/arm/plat-omap/Kconfig                         |   6 -
 arch/arm/plat-omap/Makefile                        |   1 -
 drivers/clocksource/Kconfig                        |   3 +
 drivers/clocksource/Makefile                       |   1 +
 .../dmtimer.c => drivers/clocksource/timer-ti-dm.c | 286 ++++++++++-----------
 drivers/pwm/pwm-omap-dmtimer.c                     |  68 +++--
 .../dmtimer.h => include/clocksource/timer-ti-dm.h |  40 +--
 include/linux/platform_data/dmtimer-omap.h         |  38 +++
 13 files changed, 241 insertions(+), 241 deletions(-)
 rename arch/arm/plat-omap/dmtimer.c => drivers/clocksource/timer-ti-dm.c (87%)
 rename arch/arm/plat-omap/include/plat/dmtimer.h => include/clocksource/timer-ti-dm.h (88%)

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 3/6] am335x and am437x pm for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
  2018-03-05 18:11 ` [GIT PULL 2/6] omap timer " Tony Lindgren
@ 2018-03-05 18:11 ` Tony Lindgren
  2018-03-07 15:26   ` Arnd Bergmann
  2018-03-05 18:11 ` [GIT PULL 4/6] ti-sysc changes " Tony Lindgren
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/am-pm-signed

for you to fetch changes up to afe761f8d3e99155b76833421e76553a3ac69577:

  soc: ti: Add pm33xx driver for basic suspend support (2018-02-27 08:53:46 -0800)

----------------------------------------------------------------
Add am335x and am437x PM code for v4.17

This series of changes from Dave Gerlach adds the PM related
code to allow low-power suspend states. The code consists of
the SoC specific assembly code and a related PM driver.

----------------------------------------------------------------
Dave Gerlach (4):
      ARM: OMAP2+: Introduce low-level suspend code for AM33XX
      ARM: OMAP2+: Introduce low-level suspend code for AM43XX
      ARM: OMAP2+: pm33xx-core: Add platform code needed for PM
      soc: ti: Add pm33xx driver for basic suspend support

 Documentation/devicetree/bindings/arm/omap/mpu.txt |  16 +
 arch/arm/mach-omap2/Kconfig                        |   1 +
 arch/arm/mach-omap2/Makefile                       |  16 +
 arch/arm/mach-omap2/common.h                       |   7 +
 arch/arm/mach-omap2/io.c                           |   2 +
 arch/arm/mach-omap2/pm-asm-offsets.c               |  31 ++
 arch/arm/mach-omap2/pm.h                           |   3 +
 arch/arm/mach-omap2/pm33xx-core.c                  | 189 ++++++++++
 arch/arm/mach-omap2/sleep33xx.S                    | 214 ++++++++++++
 arch/arm/mach-omap2/sleep43xx.S                    | 387 +++++++++++++++++++++
 drivers/soc/ti/Kconfig                             |   9 +
 drivers/soc/ti/Makefile                            |   1 +
 drivers/soc/ti/pm33xx.c                            | 349 +++++++++++++++++++
 include/linux/platform_data/pm33xx.h               |  42 +++
 14 files changed, 1267 insertions(+)
 create mode 100644 arch/arm/mach-omap2/pm-asm-offsets.c
 create mode 100644 arch/arm/mach-omap2/pm33xx-core.c
 create mode 100644 arch/arm/mach-omap2/sleep33xx.S
 create mode 100644 arch/arm/mach-omap2/sleep43xx.S
 create mode 100644 drivers/soc/ti/pm33xx.c
 create mode 100644 include/linux/platform_data/pm33xx.h

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 4/6] ti-sysc changes for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
  2018-03-05 18:11 ` [GIT PULL 2/6] omap timer " Tony Lindgren
  2018-03-05 18:11 ` [GIT PULL 3/6] am335x and am437x pm " Tony Lindgren
@ 2018-03-05 18:11 ` Tony Lindgren
  2018-03-07 15:27   ` Arnd Bergmann
  2018-03-05 18:11 ` [GIT PULL 5/6] omap dts " Tony Lindgren
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/ti-sysc-signed

for you to fetch changes up to 695eea3d2c7f3e70e852226c338d464a6251c70b:

  ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflex (2018-02-28 20:03:21 -0800)

----------------------------------------------------------------
Driver changes for ti-sysc for v4.17

This series of changes enables the use device tree based sysconfig
data for ti-sysc driver. As we already have SmartReflex data configured,
we use that as the first driver to enable. To do that in a way where
SmartReflex is not probed twice, we need to prepare the SmartReflex
driver before flipping dts data on for it in the last patch of the
series.

To avoid regressions, we are checking the passed dts data against
existing platform data since we still have it available. Then after the
dts files are converted, we can simply drop the related platform data
at some point in the future.

----------------------------------------------------------------
Tony Lindgren (13):
      ARM: OMAP2+: Prepare to pass auxdata for smartreflex
      bus: ti-sysc: Add fck clock alias for children with notifier_block
      bus: ti-sysc: Add suspend and resume handling
      bus: ti-sysc: Handle stdout-path for debug console
      bus: ti-sysc: Improve handling for no-reset-on-init and no-idle-on-init
      bus: ti-sysc: Remove unnecessary debugging statements
      bus: ti-sysc: Add support for platform data callbacks
      bus: ti-sysc: Handle some devices in omap_device compatible way
      ARM: OMAP2+: Add functions to allocate module data from device tree
      ARM: OMAP2+: Add checks for device tree based sysconfig data
      ARM: OMAP2+: Try to parse earlycon from parent too
      PM / AVS: SmartReflex: Prepare to use device tree based probing
      ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflex

 arch/arm/mach-omap2/board-n8x0.c      |   4 +-
 arch/arm/mach-omap2/omap_device.c     |   5 +
 arch/arm/mach-omap2/omap_hwmod.c      | 418 ++++++++++++++++++++++++++-
 arch/arm/mach-omap2/omap_hwmod.h      |   7 +
 arch/arm/mach-omap2/pdata-quirks.c    |  54 +++-
 arch/arm/mach-omap2/sr_device.c       |  27 +-
 drivers/bus/ti-sysc.c                 | 526 +++++++++++++++++++++++++++++++---
 drivers/power/avs/smartreflex.c       |  41 ++-
 include/linux/platform_data/ti-sysc.h |  50 ++++
 include/linux/power/smartreflex.h     |  10 +-
 10 files changed, 1086 insertions(+), 56 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 5/6] omap dts changes for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
                   ` (2 preceding siblings ...)
  2018-03-05 18:11 ` [GIT PULL 4/6] ti-sysc changes " Tony Lindgren
@ 2018-03-05 18:11 ` Tony Lindgren
  2018-03-07 14:39   ` Arnd Bergmann
  2018-03-05 18:11 ` [GIT PULL 6/6] dra7 sdhci " Tony Lindgren
  2018-03-07 15:15 ` [GIT PULL 1/6] omap soc " Arnd Bergmann
  5 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-signed

for you to fetch changes up to 47eee072bf90374ce98a15668e6b450de313100a:

  ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55:14 -0800)

----------------------------------------------------------------
Device tree changes for omap variants for v4.17

This series of changes updates the device tree files for omaps:

- Nokia N9 support for magnetometer

- Update at24 to use atmel as manufacturer for am335x-boneblue

- Add support for am33xx based PDU001 board

- Update Droid 4 touchscreen for reset-gpios and add audio
  codec and soundcard

- Remove unused dra7 cooling level nodes

- A series of changes to configure am335x and am437x for PM

- Add pinmuxing for i2c2 and 3 for LogicPD boards

- Add EMIF interrupt infor for am437x and am335x

- Add missing omap3 sound-dai-cells

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD torpedo
      ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV

Bartosz Golaszewski (1):
      ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue

Dave Gerlach (9):
      ARM: dts: am33xx: Reserve pm code and data regions in ocmcram sram node
      ARM: dts: am4372: Reserve pm code and data regions in ocmcram sram node
      ARM: dts: am33xx: Update emif node
      ARM: dts: am4372: Update emif node
      ARM: dts: am33xx: Add pm-sram phandle to soc node
      ARM: dts: am4372: Add soc node
      ARM: dts: am33xx: Mark emif with ti,no-idle
      ARM: dts: am4372: Mark emif with ti,no-idle
      ARM: dts: am4372: Mark omap_l3_noc with ti,no-idle

Felix Brack (1):
      ARM: dts: am33xx: add PDU001 board

Pavel Machek (1):
      ARM: dts: nokia N9: Add support for magnetometer

Rob Herring (1):
      ARM: dts: omap3: Add missing #sound-dai-cells

Sebastian Reichel (3):
      ARM: dts: omap4-droid4: update touchscreen
      ARM: dts: motorola-cpcap-mapphone: add audio-codec
      ARM: dts: omap4-droid4: add soundcard

Tero Kristo (2):
      ARM: dts: am33xx: add emif interrupt info
      ARM: dts: am43xx: add emif interrupt info

Viresh Kumar (1):
      ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes

 arch/arm/boot/dts/Makefile                     |   1 +
 arch/arm/boot/dts/am335x-boneblue.dts          |   2 +-
 arch/arm/boot/dts/am335x-pdu001.dts            | 595 +++++++++++++++++++++++++
 arch/arm/boot/dts/am33xx.dtsi                  |  21 +
 arch/arm/boot/dts/am4372.dtsi                  |  30 ++
 arch/arm/boot/dts/dra7.dtsi                    |   2 -
 arch/arm/boot/dts/logicpd-som-lv.dtsi          |  16 +
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi     |  16 +
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi |  13 +
 arch/arm/boot/dts/omap3-n9.dts                 |   7 +
 arch/arm/boot/dts/omap3.dtsi                   |   1 +
 arch/arm/boot/dts/omap4-droid4-xt894.dts       | 100 ++++-
 arch/arm/boot/dts/omap443x.dtsi                |   2 -
 arch/arm/boot/dts/omap4460.dtsi                |   2 -
 arch/arm/boot/dts/omap5.dtsi                   |   2 -
 15 files changed, 785 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-pdu001.dts

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 6/6] dra7 sdhci dts changes for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
                   ` (3 preceding siblings ...)
  2018-03-05 18:11 ` [GIT PULL 5/6] omap dts " Tony Lindgren
@ 2018-03-05 18:11 ` Tony Lindgren
  2018-03-07 14:40   ` Arnd Bergmann
  2018-03-07 15:15 ` [GIT PULL 1/6] omap soc " Arnd Bergmann
  5 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-05 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 5bfd9c8e7bfcba36bfbe24e967bf42de83c7f56c:

  ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP (2018-02-28 14:24:57 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.17/dt-sdhci

for you to fetch changes up to 18aa0f4bca701cb078a6d58a3ed804aa6a4690c7:

  ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode (2018-02-28 14:27:15 -0800)

----------------------------------------------------------------
Kishon Vijay Abraham I (7):
      ARM: dts: am57xx-beagle-x15: Add "vqmmc-supply" property for mmc2
      ARM: dts: dra7-evm: Remove mmc specific pinmux
      ARM: dts: dra7-evm: Add "vqmmc-supply" property for mmc2
      ARM: dts: am57xx-idk: Add "vqmmc-supply" property for mmc2
      ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2
      ARM: dts: dra71-evm: Select pull down for mmc1_clk line in default mode
      ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode

Ravikumar Kattekola (1):
      ARM: dts: dra71-evm: Correct evm_sd regulator max voltage

Sekhar Nori (3):
      ARM: dts: dra76x: Create a common file with MMC/SD IOdelay data
      ARM: dts: dra76-evm: Shift to using common IOdelay data
      ARM: dts: dra76-evm: Add pinctrl data for higher speed MMC/SD modes

 arch/arm/boot/dts/am571x-idk.dts                |   2 +-
 arch/arm/boot/dts/am572x-idk.dts                |   3 +-
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |   1 +
 arch/arm/boot/dts/am57xx-idk-common.dtsi        |  12 +
 arch/arm/boot/dts/dra7-evm.dts                  |  28 +--
 arch/arm/boot/dts/dra71-evm.dts                 |  17 +-
 arch/arm/boot/dts/dra76-evm.dts                 |  50 +----
 arch/arm/boot/dts/dra76x-mmc-iodelay.dtsi       | 285 ++++++++++++++++++++++++
 8 files changed, 324 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra76x-mmc-iodelay.dtsi

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 5/6] omap dts changes for v4.17
  2018-03-05 18:11 ` [GIT PULL 5/6] omap dts " Tony Lindgren
@ 2018-03-07 14:39   ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 14:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
>
> This series of changes updates the device tree files for omaps:
>
> - Nokia N9 support for magnetometer
>
> - Update at24 to use atmel as manufacturer for am335x-boneblue
>
> - Add support for am33xx based PDU001 board
>
> - Update Droid 4 touchscreen for reset-gpios and add audio
>   codec and soundcard
>
> - Remove unused dra7 cooling level nodes
>
> - A series of changes to configure am335x and am437x for PM
>
> - Add pinmuxing for i2c2 and 3 for LogicPD boards
>
> - Add EMIF interrupt infor for am437x and am335x
>
> - Add missing omap3 sound-dai-cells

Pulled into next/dt with a simple conflict resolution as shown
below, thanks!

      Arnd

diff --cc arch/arm/boot/dts/logicpd-torpedo-som.dtsi
index 47915447a826,d2135c2f4a37..3e174e474d3d
--- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
+++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
@@@ -138,12 -140,18 +142,24 @@@
                        OMAP3_CORE1_IOPAD(0x21b8, PIN_INPUT |
MUX_MODE0)        /* hsusb0_data7.hsusb0_data7 */
                >;
        };
 +      i2c1_pins: pinmux_i2c1_pins {
 +              pinctrl-single,pins = <
 +                      OMAP3_CORE1_IOPAD(0x21ba, PIN_INPUT |
MUX_MODE0)        /* i2c1_scl.i2c1_scl */
 +                      OMAP3_CORE1_IOPAD(0x21bc, PIN_INPUT |
MUX_MODE0)        /* i2c1_sda.i2c1_sda */
 +              >;
 +      };
+       i2c2_pins: pinmux_i2c2_pins {
+               pinctrl-single,pins = <
+                       OMAP3_CORE1_IOPAD(0x21be, PIN_INPUT |
MUX_MODE0)        /* i2c2_scl */
+                       OMAP3_CORE1_IOPAD(0x21c0, PIN_INPUT |
MUX_MODE0)        /* i2c2_sda */
+               >;
+       };
+       i2c3_pins: pinmux_i2c3_pins {
+               pinctrl-single,pins = <
+                       OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT |
MUX_MODE0)        /* i2c3_scl */
+                       OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT |
MUX_MODE0)        /* i2c3_sda */
+               >;
+       };
  };

  &uart2 {

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 6/6] dra7 sdhci dts changes for v4.17
  2018-03-05 18:11 ` [GIT PULL 6/6] dra7 sdhci " Tony Lindgren
@ 2018-03-07 14:40   ` Arnd Bergmann
  2018-03-07 15:04     ` Tony Lindgren
  0 siblings, 1 reply; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 5bfd9c8e7bfcba36bfbe24e967bf42de83c7f56c:
>
>   ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP (2018-02-28 14:24:57 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.17/dt-sdhci
>
> for you to fetch changes up to 18aa0f4bca701cb078a6d58a3ed804aa6a4690c7:

I suspect you created a signed tag but forgot to upload it, can you check?

I did not pull this yet, but will do so once I get an update.

       Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 6/6] dra7 sdhci dts changes for v4.17
  2018-03-07 14:40   ` Arnd Bergmann
@ 2018-03-07 15:04     ` Tony Lindgren
  2018-03-07 15:07       ` Arnd Bergmann
  0 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-07 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [180307 14:41]:
> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit 5bfd9c8e7bfcba36bfbe24e967bf42de83c7f56c:
> >
> >   ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP (2018-02-28 14:24:57 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.17/dt-sdhci
> >
> > for you to fetch changes up to 18aa0f4bca701cb078a6d58a3ed804aa6a4690c7:
> 
> I suspect you created a signed tag but forgot to upload it, can you check?
> 
> I did not pull this yet, but will do so once I get an update.

Oops, sorry about that. Yes I signed a tag for it, but then
probably got interrupted and forgot to push it and update my
list of branches :)

The signed tag to use is omap-for-v4.17/dt-sdhci-signed, just
pushed it so it might take few minutes to propagate.

Regards,

Tony

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 6/6] dra7 sdhci dts changes for v4.17
  2018-03-07 15:04     ` Tony Lindgren
@ 2018-03-07 15:07       ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 7, 2018 at 4:04 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Arnd Bergmann <arnd@arndb.de> [180307 14:41]:
>> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
>> > From: "Tony Lindgren" <tony@atomide.com>
>> >
>> > The following changes since commit 5bfd9c8e7bfcba36bfbe24e967bf42de83c7f56c:
>> >
>> >   ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP (2018-02-28 14:24:57 -0800)
>> >
>> > are available in the Git repository at:
>> >
>> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.17/dt-sdhci
>> >
>> > for you to fetch changes up to 18aa0f4bca701cb078a6d58a3ed804aa6a4690c7:
>>
>> I suspect you created a signed tag but forgot to upload it, can you check?
>>
>> I did not pull this yet, but will do so once I get an update.
>
> Oops, sorry about that. Yes I signed a tag for it, but then
> probably got interrupted and forgot to push it and update my
> list of branches :)
>
> The signed tag to use is omap-for-v4.17/dt-sdhci-signed, just
> pushed it so it might take few minutes to propagate.

Pulled now, thanks for the quick update!

       Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 1/6] omap soc changes for v4.17
  2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
                   ` (4 preceding siblings ...)
  2018-03-05 18:11 ` [GIT PULL 6/6] dra7 sdhci " Tony Lindgren
@ 2018-03-07 15:15 ` Arnd Bergmann
  5 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit fe27f16794f313f5fc16f6d2f42d8c2b2f4d70cc:
>
>   ARM: OMAP2+: Fix sar_base inititalization for HS omaps (2018-02-14 08:35:14 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/soc-signed
>
> for you to fetch changes up to e33509c19da5931e4363c85f6e83bd11803ba121:
>
>   ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -0800)
>
> ----------------------------------------------------------------
> SoC changes for omaps for v4.17
>
> This series is mostly a series from Suman Anna to remove now unused
> platform data that is now coming from device tree. This also make it
> a bit simpler to move the timer code to live under drivers in a
> separate series of patches. There are also few minor clean-ups for
> omap4 PM code.

Nice cleanup! Pulled into next/soc now, thanks!

       Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-05 18:11 ` [GIT PULL 2/6] omap timer " Tony Lindgren
@ 2018-03-07 15:21   ` Arnd Bergmann
  2018-03-07 15:28     ` Tony Lindgren
  0 siblings, 1 reply; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
>
>   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46: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.17/timer-signed
>
> for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
>
>   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
>
> ----------------------------------------------------------------
> Move omap timer to drivers for 4.17
>
> This series from Keerthy and Ladislav Michl move omap dmtimer code
> to drivers. As we don't want to export custom timer functions to
> random drivers, we also need to update the related PWM driver to
> pass the timer specific functions in platform data.
>
> Note that this series is based on a merge of omap1 specific timer
> fix and omap2+ platform data clean-up to keep things working and
> make the move a bit simpler.

I was undecided whether this should be in next/drivers or next/soc,
ended up putting it into the latter.

I don't see the clocksource maintainers involved in the patch series,
so I added them to Cc now to make sure they are aware of the move
of the driver.

       Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 3/6] am335x and am437x pm for v4.17
  2018-03-05 18:11 ` [GIT PULL 3/6] am335x and am437x pm " Tony Lindgren
@ 2018-03-07 15:26   ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/am-pm-signed
>
> for you to fetch changes up to afe761f8d3e99155b76833421e76553a3ac69577:
>
>   soc: ti: Add pm33xx driver for basic suspend support (2018-02-27 08:53:46 -0800)
>
> ----------------------------------------------------------------
> Add am335x and am437x PM code for v4.17
>
> This series of changes from Dave Gerlach adds the PM related
> code to allow low-power suspend states. The code consists of
> the SoC specific assembly code and a related PM driver.

Pulled into next/soc, thanks!

        Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 4/6] ti-sysc changes for v4.17
  2018-03-05 18:11 ` [GIT PULL 4/6] ti-sysc changes " Tony Lindgren
@ 2018-03-07 15:27   ` Arnd Bergmann
  0 siblings, 0 replies; 16+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:

> ----------------------------------------------------------------
> Driver changes for ti-sysc for v4.17
>
> This series of changes enables the use device tree based sysconfig
> data for ti-sysc driver. As we already have SmartReflex data configured,
> we use that as the first driver to enable. To do that in a way where
> SmartReflex is not probed twice, we need to prepare the SmartReflex
> driver before flipping dts data on for it in the last patch of the
> series.
>
> To avoid regressions, we are checking the passed dts data against
> existing platform data since we still have it available. Then after the
> dts files are converted, we can simply drop the related platform data
> at some point in the future.

Pulled into next/soc, thanks!

        Arnd

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-07 15:21   ` Arnd Bergmann
@ 2018-03-07 15:28     ` Tony Lindgren
  2018-03-07 16:21       ` Daniel Lezcano
  0 siblings, 1 reply; 16+ messages in thread
From: Tony Lindgren @ 2018-03-07 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [180307 15:22]:
> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
> >
> >   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46: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.17/timer-signed
> >
> > for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
> >
> >   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
> >
> > ----------------------------------------------------------------
> > Move omap timer to drivers for 4.17
> >
> > This series from Keerthy and Ladislav Michl move omap dmtimer code
> > to drivers. As we don't want to export custom timer functions to
> > random drivers, we also need to update the related PWM driver to
> > pass the timer specific functions in platform data.
> >
> > Note that this series is based on a merge of omap1 specific timer
> > fix and omap2+ platform data clean-up to keep things working and
> > make the move a bit simpler.
> 
> I was undecided whether this should be in next/drivers or next/soc,
> ended up putting it into the latter.
> 
> I don't see the clocksource maintainers involved in the patch series,
> so I added them to Cc now to make sure they are aware of the move
> of the driver.

OK thanks. We got some comments from Daniel for an earlier set of
patches in December. No acks though, but hopefully it's good enough
for further work to happen under drivers/clocksource :)

Regards,

Tony

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [GIT PULL 2/6] omap timer changes for v4.17
  2018-03-07 15:28     ` Tony Lindgren
@ 2018-03-07 16:21       ` Daniel Lezcano
  0 siblings, 0 replies; 16+ messages in thread
From: Daniel Lezcano @ 2018-03-07 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/03/2018 16:28, Tony Lindgren wrote:
> * Arnd Bergmann <arnd@arndb.de> [180307 15:22]:
>> On Mon, Mar 5, 2018 at 7:11 PM, Tony Lindgren <tony@atomide.com> wrote:
>>> From: "Tony Lindgren" <tony@atomide.com>
>>>
>>> The following changes since commit 2fdc82776ac2ac49c5ee666d834718ac36420e49:
>>>
>>>   Merge branch 'omap-for-v.16/dmtimer-fix' into omap-for-v4.17/timer (2018-02-22 10:46: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.17/timer-signed
>>>
>>> for you to fetch changes up to 58a54f03e73d67432216931854363e4ba15839b9:
>>>
>>>   clocksource: timer-ti-dm: Check prescaler value (2018-02-28 13:41:30 -0800)
>>>
>>> ----------------------------------------------------------------
>>> Move omap timer to drivers for 4.17
>>>
>>> This series from Keerthy and Ladislav Michl move omap dmtimer code
>>> to drivers. As we don't want to export custom timer functions to
>>> random drivers, we also need to update the related PWM driver to
>>> pass the timer specific functions in platform data.
>>>
>>> Note that this series is based on a merge of omap1 specific timer
>>> fix and omap2+ platform data clean-up to keep things working and
>>> make the move a bit simpler.
>>
>> I was undecided whether this should be in next/drivers or next/soc,
>> ended up putting it into the latter.
>>
>> I don't see the clocksource maintainers involved in the patch series,
>> so I added them to Cc now to make sure they are aware of the move
>> of the driver.
> 
> OK thanks. We got some comments from Daniel for an earlier set of
> patches in December. No acks though, but hopefully it's good enough
> for further work to happen under drivers/clocksource :)

Yeah, I had a look at the series. There is still work to do but IMO it
is preferable to move it to drivers/clocksource and then continue the
cleanup from there. So I'm fine with it.

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>



-- 
 <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-03-07 16:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 18:11 [GIT PULL 1/6] omap soc changes for v4.17 Tony Lindgren
2018-03-05 18:11 ` [GIT PULL 2/6] omap timer " Tony Lindgren
2018-03-07 15:21   ` Arnd Bergmann
2018-03-07 15:28     ` Tony Lindgren
2018-03-07 16:21       ` Daniel Lezcano
2018-03-05 18:11 ` [GIT PULL 3/6] am335x and am437x pm " Tony Lindgren
2018-03-07 15:26   ` Arnd Bergmann
2018-03-05 18:11 ` [GIT PULL 4/6] ti-sysc changes " Tony Lindgren
2018-03-07 15:27   ` Arnd Bergmann
2018-03-05 18:11 ` [GIT PULL 5/6] omap dts " Tony Lindgren
2018-03-07 14:39   ` Arnd Bergmann
2018-03-05 18:11 ` [GIT PULL 6/6] dra7 sdhci " Tony Lindgren
2018-03-07 14:40   ` Arnd Bergmann
2018-03-07 15:04     ` Tony Lindgren
2018-03-07 15:07       ` Arnd Bergmann
2018-03-07 15:15 ` [GIT PULL 1/6] omap soc " Arnd Bergmann

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).