All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] aux control module changes for v4.17
@ 2018-03-22 16:43 ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:

  ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -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-pt2-signed

for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:

  ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)

----------------------------------------------------------------
Two omap5 specific aux control module patches for v4.17

On omap5 there is an aux control module that we are not handling
currently for clocks, so let's add support for it.

----------------------------------------------------------------
Tero Kristo (2):
      ARM: omap2+: control: add support for auxiliary control module instances
      ARM: OMAP5: control: add support for control module wkup pad config

 arch/arm/mach-omap2/control.c | 20 ++++++++++++++++----
 include/linux/clk/ti.h        |  1 +
 2 files changed, 17 insertions(+), 4 deletions(-)

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

* [GIT PULL 1/3] aux control module changes for v4.17
@ 2018-03-22 16:43 ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:

  ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -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-pt2-signed

for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:

  ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)

----------------------------------------------------------------
Two omap5 specific aux control module patches for v4.17

On omap5 there is an aux control module that we are not handling
currently for clocks, so let's add support for it.

----------------------------------------------------------------
Tero Kristo (2):
      ARM: omap2+: control: add support for auxiliary control module instances
      ARM: OMAP5: control: add support for control module wkup pad config

 arch/arm/mach-omap2/control.c | 20 ++++++++++++++++----
 include/linux/clk/ti.h        |  1 +
 2 files changed, 17 insertions(+), 4 deletions(-)

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

* [GIT PULL 2/3] omap dts changes for v4.17, part 2
  2018-03-22 16:43 ` Tony Lindgren
@ 2018-03-22 16:43   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 47eee072bf90374ce98a15668e6b450de313100a:

  ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55: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/dt-pt2-signed

for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576:

  ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700)

----------------------------------------------------------------
Second set of dts changes for omap variants for v4.17

This series of patches configures few new drivers and adds
omap5 specific nodes:

- Enable USB OTG mode for xhci on am437x

- A series of changes to configure aux control module instance
  on omap5 mostly to get the audio clocks configured

- A series of changes to update droid4 for MDM6600 modem USB PHY
  and UART1 pinctrl

----------------------------------------------------------------
Peter Ujfalusi (1):
      ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040

Roger Quadros (1):
      ARM: dts: am43xx: Enable dual-role mode for USB1

Tero Kristo (3):
      dt-bindings: omap5: ctrl: Support for control module wkup pad config
      ARM: dts: omap5: add support for control module wkup pad config
      ARM: dts: omap5: add fref_xtal_ck support

Tony Lindgren (3):
      ARM: dts: omap4-droid4: Fix USB PHY port naming
      ARM: dts: omap4-droid4: Configure MDM6600 USB PHY
      ARM: dts: omap4-droid4: Configure uart1 pins

 .../devicetree/bindings/arm/omap/ctrl.txt          |   1 +
 arch/arm/boot/dts/am437x-gp-evm.dts                |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |   2 +-
 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 103 ++++++++++++++++++++-
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +-
 arch/arm/boot/dts/omap5.dtsi                       |  22 +++++
 arch/arm/boot/dts/omap54xx-clocks.dtsi             |  10 ++
 8 files changed, 138 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/3] omap dts changes for v4.17, part 2
@ 2018-03-22 16:43   ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 47eee072bf90374ce98a15668e6b450de313100a:

  ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55: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/dt-pt2-signed

for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576:

  ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700)

----------------------------------------------------------------
Second set of dts changes for omap variants for v4.17

This series of patches configures few new drivers and adds
omap5 specific nodes:

- Enable USB OTG mode for xhci on am437x

- A series of changes to configure aux control module instance
  on omap5 mostly to get the audio clocks configured

- A series of changes to update droid4 for MDM6600 modem USB PHY
  and UART1 pinctrl

----------------------------------------------------------------
Peter Ujfalusi (1):
      ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040

Roger Quadros (1):
      ARM: dts: am43xx: Enable dual-role mode for USB1

Tero Kristo (3):
      dt-bindings: omap5: ctrl: Support for control module wkup pad config
      ARM: dts: omap5: add support for control module wkup pad config
      ARM: dts: omap5: add fref_xtal_ck support

Tony Lindgren (3):
      ARM: dts: omap4-droid4: Fix USB PHY port naming
      ARM: dts: omap4-droid4: Configure MDM6600 USB PHY
      ARM: dts: omap4-droid4: Configure uart1 pins

 .../devicetree/bindings/arm/omap/ctrl.txt          |   1 +
 arch/arm/boot/dts/am437x-gp-evm.dts                |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |   2 +-
 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 103 ++++++++++++++++++++-
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +-
 arch/arm/boot/dts/omap5.dtsi                       |  22 +++++
 arch/arm/boot/dts/omap54xx-clocks.dtsi             |  10 ++
 8 files changed, 138 insertions(+), 8 deletions(-)

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

* [GIT PULL 3/3] droid4 defconfig changes for v4.17
  2018-03-22 16:43 ` Tony Lindgren
@ 2018-03-22 16:43   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 740c01f76ab3712a45c2f02233c800829626e9ba:

  ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -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/defconfig-pt2-signed

for you to fetch changes up to 372bed66bfbbc867c085c655b927a4c7fdb4870c:

  ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules (2018-03-20 07:10:24 -0700)

----------------------------------------------------------------
Second set of defconfig changes for omap variants for v4.17

This series enables more devices working on droid4 to make it easier
for people and distros to use out of the box.

----------------------------------------------------------------
Tony Lindgren (5):
      ARM: omap2plus_defconfig: Enable PWM_VIBRA
      ARM: omap2plus_defconfig: Add AUDIO_GRAPH_CARD
      ARM: omap2plus_defconfig: Enable MDM6600 USB PHY
      ARM: omap2plus_defconfig: Add UINPUT
      ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules

 arch/arm/configs/multi_v7_defconfig  | 9 +++++++++
 arch/arm/configs/omap2plus_defconfig | 5 +++++
 2 files changed, 14 insertions(+)

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

* [GIT PULL 3/3] droid4 defconfig changes for v4.17
@ 2018-03-22 16:43   ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-03-22 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 740c01f76ab3712a45c2f02233c800829626e9ba:

  ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -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/defconfig-pt2-signed

for you to fetch changes up to 372bed66bfbbc867c085c655b927a4c7fdb4870c:

  ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules (2018-03-20 07:10:24 -0700)

----------------------------------------------------------------
Second set of defconfig changes for omap variants for v4.17

This series enables more devices working on droid4 to make it easier
for people and distros to use out of the box.

----------------------------------------------------------------
Tony Lindgren (5):
      ARM: omap2plus_defconfig: Enable PWM_VIBRA
      ARM: omap2plus_defconfig: Add AUDIO_GRAPH_CARD
      ARM: omap2plus_defconfig: Enable MDM6600 USB PHY
      ARM: omap2plus_defconfig: Add UINPUT
      ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules

 arch/arm/configs/multi_v7_defconfig  | 9 +++++++++
 arch/arm/configs/omap2plus_defconfig | 5 +++++
 2 files changed, 14 insertions(+)

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

* Re: [GIT PULL 2/3] omap dts changes for v4.17, part 2
  2018-03-22 16:43   ` Tony Lindgren
@ 2018-03-27 13:00     ` Arnd Bergmann
  -1 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> Second set of dts changes for omap variants for v4.17
>
> This series of patches configures few new drivers and adds
> omap5 specific nodes:
>
> - Enable USB OTG mode for xhci on am437x
>
> - A series of changes to configure aux control module instance
>   on omap5 mostly to get the audio clocks configured
>
> - A series of changes to update droid4 for MDM6600 modem USB PHY
>   and UART1 pinctrl

Pulled into next/dt, thanks!

        Arnd

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

* [GIT PULL 2/3] omap dts changes for v4.17, part 2
@ 2018-03-27 13:00     ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> Second set of dts changes for omap variants for v4.17
>
> This series of patches configures few new drivers and adds
> omap5 specific nodes:
>
> - Enable USB OTG mode for xhci on am437x
>
> - A series of changes to configure aux control module instance
>   on omap5 mostly to get the audio clocks configured
>
> - A series of changes to update droid4 for MDM6600 modem USB PHY
>   and UART1 pinctrl

Pulled into next/dt, thanks!

        Arnd

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

* Re: [GIT PULL 3/3] droid4 defconfig changes for v4.17
  2018-03-22 16:43   ` Tony Lindgren
@ 2018-03-27 13:28     ` Arnd Bergmann
  -1 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:28 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 740c01f76ab3712a45c2f02233c800829626e9ba:
>
>   ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -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/defconfig-pt2-signed
>
> for you to fetch changes up to 372bed66bfbbc867c085c655b927a4c7fdb4870c:
>
>   ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules (2018-03-20 07:10:24 -0700)
>
> ----------------------------------------------------------------
> Second set of defconfig changes for omap variants for v4.17
>
> This series enables more devices working on droid4 to make it easier
> for people and distros to use out of the box.

Pulled into next/soc, thanks!

      Arnd

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

* [GIT PULL 3/3] droid4 defconfig changes for v4.17
@ 2018-03-27 13:28     ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 740c01f76ab3712a45c2f02233c800829626e9ba:
>
>   ARM: multi_v7_defconfig: Enable USB gadget configfs as loadable module (2018-03-06 11:25:37 -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/defconfig-pt2-signed
>
> for you to fetch changes up to 372bed66bfbbc867c085c655b927a4c7fdb4870c:
>
>   ARM: multi_v7_defconfig: Enable CPCAP related options mostly as loadable modules (2018-03-20 07:10:24 -0700)
>
> ----------------------------------------------------------------
> Second set of defconfig changes for omap variants for v4.17
>
> This series enables more devices working on droid4 to make it easier
> for people and distros to use out of the box.

Pulled into next/soc, thanks!

      Arnd

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

* Re: [GIT PULL 1/3] aux control module changes for v4.17
  2018-03-22 16:43 ` Tony Lindgren
@ 2018-03-27 13:49   ` Arnd Bergmann
  -1 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:49 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:
>
>   ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -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-pt2-signed
>
> for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:
>
>   ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)
>
> ----------------------------------------------------------------
> Two omap5 specific aux control module patches for v4.17
>
> On omap5 there is an aux control module that we are not handling
> currently for clocks, so let's add support for it.

Pulled into next/soc, thanks!

     Arnd

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

* [GIT PULL 1/3] aux control module changes for v4.17
@ 2018-03-27 13:49   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit e33509c19da5931e4363c85f6e83bd11803ba121:
>
>   ARM: OMAP2+: Fix typo for wakeup_ns_pa_addr (2018-02-28 14:47:13 -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-pt2-signed
>
> for you to fetch changes up to 5aa6d80624d54d8aefaed8a4798b7aaa56290ccc:
>
>   ARM: OMAP5: control: add support for control module wkup pad config (2018-03-20 08:06:18 -0700)
>
> ----------------------------------------------------------------
> Two omap5 specific aux control module patches for v4.17
>
> On omap5 there is an aux control module that we are not handling
> currently for clocks, so let's add support for it.

Pulled into next/soc, thanks!

     Arnd

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

end of thread, other threads:[~2018-03-27 13:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 16:43 [GIT PULL 1/3] aux control module changes for v4.17 Tony Lindgren
2018-03-22 16:43 ` Tony Lindgren
2018-03-22 16:43 ` [GIT PULL 2/3] omap dts changes for v4.17, part 2 Tony Lindgren
2018-03-22 16:43   ` Tony Lindgren
2018-03-27 13:00   ` Arnd Bergmann
2018-03-27 13:00     ` Arnd Bergmann
2018-03-22 16:43 ` [GIT PULL 3/3] droid4 defconfig changes for v4.17 Tony Lindgren
2018-03-22 16:43   ` Tony Lindgren
2018-03-27 13:28   ` Arnd Bergmann
2018-03-27 13:28     ` Arnd Bergmann
2018-03-27 13:49 ` [GIT PULL 1/3] aux control module " Arnd Bergmann
2018-03-27 13:49   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.