soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window
@ 2020-11-27  7:38 Tony Lindgren
  2020-11-27  7:38 ` Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2e023b938048c9857af09b96ce672e9a31dbfb38:

  ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code (2020-11-19 11:45:42 +0200)

----------------------------------------------------------------
SoC changes for omaps for v5.11 merge window:

Several non-urgent fixes for various issues found by automated tests.
So far we have not been hitting any of these so these can wait for the
merge window no problem.

----------------------------------------------------------------
Jing Xiangfeng (1):
      ARM: OMAP2+: Remove redundant assignment to variable ret

Tang Bin (1):
      ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code

Xu Wang (1):
      ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare

Youling Tang (2):
      ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init
      ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init

 arch/arm/mach-omap1/clock.c                  | 14 +++++++-------
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 11 +++++++----
 arch/arm/mach-omap2/display.c                |  6 ++----
 arch/arm/mach-omap2/omap_device.c            |  5 ++---
 4 files changed, 18 insertions(+), 18 deletions(-)

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

* [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window
  2020-11-27  7:38 [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window Tony Lindgren
@ 2020-11-27  7:38 ` Tony Lindgren
  2020-11-27  7:38 ` [GIT PULL 2/3] Devicetree " Tony Lindgren
  2020-11-27  7:38 ` [GIT PULL 3/3] Defconfig " Tony Lindgren
  2 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2e023b938048c9857af09b96ce672e9a31dbfb38:

  ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code (2020-11-19 11:45:42 +0200)

----------------------------------------------------------------
SoC changes for omaps for v5.11 merge window:

Several non-urgent fixes for various issues found by automated tests.
So far we have not been hitting any of these so these can wait for the
merge window no problem.

----------------------------------------------------------------
Jing Xiangfeng (1):
      ARM: OMAP2+: Remove redundant assignment to variable ret

Tang Bin (1):
      ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code

Xu Wang (1):
      ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare

Youling Tang (2):
      ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init
      ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init

 arch/arm/mach-omap1/clock.c                  | 14 +++++++-------
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 11 +++++++----
 arch/arm/mach-omap2/display.c                |  6 ++----
 arch/arm/mach-omap2/omap_device.c            |  5 ++---
 4 files changed, 18 insertions(+), 18 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/3] Devicetree changes for omaps for v5.11 merge window
  2020-11-27  7:38 [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window Tony Lindgren
  2020-11-27  7:38 ` Tony Lindgren
@ 2020-11-27  7:38 ` Tony Lindgren
  2020-11-27  7:38   ` Tony Lindgren
  2020-11-27  7:38 ` [GIT PULL 3/3] Defconfig " Tony Lindgren
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d7356a7ab125c3a4fee521b7530f3122bc842ac4:

  ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode (2020-11-16 13:38:29 +0200)

----------------------------------------------------------------
Devicetree changes for omaps for v5.11 merge window

- Two non-urgent pandaboard updates to get gpio button and bluetooth
  working on pandaboard-es

- Updates to follow devicetree binding docs for dwc3 and pwm-leds

- Add initial support for droid bionic based on what we have for droid4

- Add second sha instance for dra7

- Add eQEP nodes for am335x for boneblue

- Fix wrong comments for am335x gpio_31

----------------------------------------------------------------
Alexander Dahl (1):
      ARM: dts: omap: Fix schema warnings for pwm-leds

Alexander Shiyan (1):
      ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode

Carl Philipp Klemm (2):
      ARM: dts: mapphone: separate out xt894 specific things
      ARM: dts: xt875: add section for kionix kxtf9

David Lechner (2):
      ARM: dts: am33xx: Add nodes for eQEP
      ARM: dts: am335x-boneblue: Enable eQEP

H. Nikolaus Schaller (2):
      ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
      ARM: dts: pandaboard es: add bluetooth uart for HCI

Serge Semin (2):
      ARM: dts: am437x: Correct DWC USB3 compatible string
      ARM: dts: omap5: Harmonize DWC USB3 DT nodes name

Tero Kristo (1):
      ARM: dts: dra7: add second SHA instance

Tony Lindgren (1):
      Merge branch 'omap-for-v5.11/dt-mot-take2' into omap-for-v5.11/dt

 arch/arm/boot/dts/am335x-baltos.dtsi            |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts           |  54 +++++++++
 arch/arm/boot/dts/am335x-cm-t335.dts            |   2 +-
 arch/arm/boot/dts/am335x-evm.dts                |   2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi          |   2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                |  27 +++++
 arch/arm/boot/dts/am437x-l4.dtsi                |   4 +-
 arch/arm/boot/dts/dra7.dtsi                     |  34 +++++-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi | 141 +----------------------
 arch/arm/boot/dts/omap3-beagle-xm.dts           |  10 +-
 arch/arm/boot/dts/omap3-overo-base.dtsi         |   4 +-
 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts  |  46 ++++++++
 arch/arm/boot/dts/omap4-droid4-xt894.dts        | 143 ++++++++++++++++++++++++
 arch/arm/boot/dts/omap4-kc1.dts                 |   6 +-
 arch/arm/boot/dts/omap4-panda-es.dts            |  34 +++++-
 arch/arm/boot/dts/omap4-sdp.dts                 |  26 +++--
 arch/arm/boot/dts/omap5-l4.dtsi                 |   2 +-
 17 files changed, 367 insertions(+), 172 deletions(-)

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

* [GIT PULL 2/3] Devicetree changes for omaps for v5.11 merge window
  2020-11-27  7:38 ` [GIT PULL 2/3] Devicetree " Tony Lindgren
@ 2020-11-27  7:38   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d7356a7ab125c3a4fee521b7530f3122bc842ac4:

  ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode (2020-11-16 13:38:29 +0200)

----------------------------------------------------------------
Devicetree changes for omaps for v5.11 merge window

- Two non-urgent pandaboard updates to get gpio button and bluetooth
  working on pandaboard-es

- Updates to follow devicetree binding docs for dwc3 and pwm-leds

- Add initial support for droid bionic based on what we have for droid4

- Add second sha instance for dra7

- Add eQEP nodes for am335x for boneblue

- Fix wrong comments for am335x gpio_31

----------------------------------------------------------------
Alexander Dahl (1):
      ARM: dts: omap: Fix schema warnings for pwm-leds

Alexander Shiyan (1):
      ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode

Carl Philipp Klemm (2):
      ARM: dts: mapphone: separate out xt894 specific things
      ARM: dts: xt875: add section for kionix kxtf9

David Lechner (2):
      ARM: dts: am33xx: Add nodes for eQEP
      ARM: dts: am335x-boneblue: Enable eQEP

H. Nikolaus Schaller (2):
      ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
      ARM: dts: pandaboard es: add bluetooth uart for HCI

Serge Semin (2):
      ARM: dts: am437x: Correct DWC USB3 compatible string
      ARM: dts: omap5: Harmonize DWC USB3 DT nodes name

Tero Kristo (1):
      ARM: dts: dra7: add second SHA instance

Tony Lindgren (1):
      Merge branch 'omap-for-v5.11/dt-mot-take2' into omap-for-v5.11/dt

 arch/arm/boot/dts/am335x-baltos.dtsi            |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts           |  54 +++++++++
 arch/arm/boot/dts/am335x-cm-t335.dts            |   2 +-
 arch/arm/boot/dts/am335x-evm.dts                |   2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi          |   2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                |  27 +++++
 arch/arm/boot/dts/am437x-l4.dtsi                |   4 +-
 arch/arm/boot/dts/dra7.dtsi                     |  34 +++++-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi | 141 +----------------------
 arch/arm/boot/dts/omap3-beagle-xm.dts           |  10 +-
 arch/arm/boot/dts/omap3-overo-base.dtsi         |   4 +-
 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts  |  46 ++++++++
 arch/arm/boot/dts/omap4-droid4-xt894.dts        | 143 ++++++++++++++++++++++++
 arch/arm/boot/dts/omap4-kc1.dts                 |   6 +-
 arch/arm/boot/dts/omap4-panda-es.dts            |  34 +++++-
 arch/arm/boot/dts/omap4-sdp.dts                 |  26 +++--
 arch/arm/boot/dts/omap5-l4.dtsi                 |   2 +-
 17 files changed, 367 insertions(+), 172 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 3/3] Defconfig changes for omaps for v5.11 merge window
  2020-11-27  7:38 [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window Tony Lindgren
  2020-11-27  7:38 ` Tony Lindgren
  2020-11-27  7:38 ` [GIT PULL 2/3] Devicetree " Tony Lindgren
@ 2020-11-27  7:38 ` Tony Lindgren
  2020-11-27  7:38   ` Tony Lindgren
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/defconfig-signed

for you to fetch changes up to eaf7697b6febe2b086503f525f070d8e3ca1ea0f:

  ARM: omap2plus_defconfig: Enable TI eQEP counter driver (2020-11-24 11:04:12 +0200)

----------------------------------------------------------------
Defconfig changes for omaps for v5.11 merge window

- Enable thermal support for omap3 now that the driver changes have
  been merged

- Enable magnetometer and accelerometer support as loadable modules
  for Motorola mapphone devices

- Enable eQEP counter for beaglebone blue as loadable modules

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Enable OMAP3_THERMAL

Carl Philipp Klemm (1):
      ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m

David Lechner (1):
      ARM: omap2plus_defconfig: Enable TI eQEP counter driver

 arch/arm/configs/omap2plus_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

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

* [GIT PULL 3/3] Defconfig changes for omaps for v5.11 merge window
  2020-11-27  7:38 ` [GIT PULL 3/3] Defconfig " Tony Lindgren
@ 2020-11-27  7:38   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2020-11-27  7:38 UTC (permalink / raw)
  To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel

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

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/defconfig-signed

for you to fetch changes up to eaf7697b6febe2b086503f525f070d8e3ca1ea0f:

  ARM: omap2plus_defconfig: Enable TI eQEP counter driver (2020-11-24 11:04:12 +0200)

----------------------------------------------------------------
Defconfig changes for omaps for v5.11 merge window

- Enable thermal support for omap3 now that the driver changes have
  been merged

- Enable magnetometer and accelerometer support as loadable modules
  for Motorola mapphone devices

- Enable eQEP counter for beaglebone blue as loadable modules

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Enable OMAP3_THERMAL

Carl Philipp Klemm (1):
      ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m

David Lechner (1):
      ARM: omap2plus_defconfig: Enable TI eQEP counter driver

 arch/arm/configs/omap2plus_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-11-27  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27  7:38 [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window Tony Lindgren
2020-11-27  7:38 ` Tony Lindgren
2020-11-27  7:38 ` [GIT PULL 2/3] Devicetree " Tony Lindgren
2020-11-27  7:38   ` Tony Lindgren
2020-11-27  7:38 ` [GIT PULL 3/3] Defconfig " Tony Lindgren
2020-11-27  7:38   ` 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).