All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [GIT PULL 1/4] omap soc changes for v4.5 merge window
       [not found] <567869ec.c694420a.6ab0f.7fabSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-12-22 22:49   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-12-22 22:49 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Mon, Dec 21, 2015 at 01:06:34PM -0800, Tony Lindgren wrote:
> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
> 
>   Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.5/soc-initcall
> 
> for you to fetch changes up to f2e6a0a913b53f5af87c7e9a783ceae5bb4ae2c4:
> 
>   ARM: OMAP2+: Remove device creation for omap-pcm-audio (2015-12-17 10:34:41 -0800)
> 
> ----------------------------------------------------------------
> SoC changes for omaps for v4.5 merge window. The main change here is to
> change the omap initcall levels a bit to initialize things later to allow
> early device drivers at core_initcall level. This makes things easier
> for us as most clocks can be made into regular device drivers except for
> a few early clocks needed to initialize system timers. I wanted to have
> these changes sit in Linux next for a few weeks before sending out a pull
> request, and so far now issues have showed up.
> 
> The other changes in this series are timer changes for making use of the
> new PWM driver, and timer changes to support more high security SoCs.
> Also few minor improvments for module autoidle settings for ti81xx spinbox
> and dra7 debug on uart4 in hwmod code. The rest is pretty much just removal
> of platform data for SoCs that are all device tree only nowadays.

Thanks, merged.


-Olof

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

* [GIT PULL 1/4] omap soc changes for v4.5 merge window
@ 2015-12-22 22:49   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-12-22 22:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 01:06:34PM -0800, Tony Lindgren wrote:
> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
> 
>   Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.5/soc-initcall
> 
> for you to fetch changes up to f2e6a0a913b53f5af87c7e9a783ceae5bb4ae2c4:
> 
>   ARM: OMAP2+: Remove device creation for omap-pcm-audio (2015-12-17 10:34:41 -0800)
> 
> ----------------------------------------------------------------
> SoC changes for omaps for v4.5 merge window. The main change here is to
> change the omap initcall levels a bit to initialize things later to allow
> early device drivers at core_initcall level. This makes things easier
> for us as most clocks can be made into regular device drivers except for
> a few early clocks needed to initialize system timers. I wanted to have
> these changes sit in Linux next for a few weeks before sending out a pull
> request, and so far now issues have showed up.
> 
> The other changes in this series are timer changes for making use of the
> new PWM driver, and timer changes to support more high security SoCs.
> Also few minor improvments for module autoidle settings for ti81xx spinbox
> and dra7 debug on uart4 in hwmod code. The rest is pretty much just removal
> of platform data for SoCs that are all device tree only nowadays.

Thanks, merged.


-Olof

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

* [GIT PULL 1/4] omap soc changes for v4.5 merge window
@ 2015-12-21 21:06 Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-12-21 21:06 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to f2e6a0a913b53f5af87c7e9a783ceae5bb4ae2c4:

  ARM: OMAP2+: Remove device creation for omap-pcm-audio (2015-12-17 10:34:41 -0800)

----------------------------------------------------------------
SoC changes for omaps for v4.5 merge window. The main change here is to
change the omap initcall levels a bit to initialize things later to allow
early device drivers at core_initcall level. This makes things easier
for us as most clocks can be made into regular device drivers except for
a few early clocks needed to initialize system timers. I wanted to have
these changes sit in Linux next for a few weeks before sending out a pull
request, and so far now issues have showed up.

The other changes in this series are timer changes for making use of the
new PWM driver, and timer changes to support more high security SoCs.
Also few minor improvments for module autoidle settings for ti81xx spinbox
and dra7 debug on uart4 in hwmod code. The rest is pretty much just removal
of platform data for SoCs that are all device tree only nowadays.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP: RX-51: fix a typo in log writing

Franklin S Cooper Jr (1):
      ARM: omap4: hwmod: Remove elm address space from hwmod data

J.D. Schroeder (1):
      ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

Neil Armstrong (3):
      ARM: OMAP: dmtimer: Add clock source from DT
      ARM: OMAP: add DT support for ti,dm816-timer
      ARM: OMAP2+: Add hwmod spinbox support for dm816x

Peter Ujfalusi (2):
      ARM: OMAP1: Remove device creation for omap-pcm-audio
      ARM: OMAP2+: Remove device creation for omap-pcm-audio

Suman Anna (6):
      ARM: OMAP2+: Remove legacy device instantiation of IOMMUs
      ARM: OMAP3: hwmod data: Remove legacy IOMMU data
      ARM: OMAP4: hwmod data: Remove legacy IOMMU attr and addrs
      ARM: OMAP2+: Remove omap_mmu_dev_attr structure
      ARM: OMAP: dmtimer: check for fixed timers during config
      ARM: OMAP2+: timer: Remove secure timer for DRA7xx HS devices

Tony Lindgren (2):
      ARM: OMAP2+: Change core_initcall levels to postcore_initcall
      Merge branch 'omap-for-v4.5/initcall' into omap-for-v4.5/soc-v2

 arch/arm/mach-omap1/devices.c                | 19 --------
 arch/arm/mach-omap2/Makefile                 |  2 -
 arch/arm/mach-omap2/board-rx51-peripherals.c |  2 +-
 arch/arm/mach-omap2/devices.c                | 25 ++---------
 arch/arm/mach-omap2/omap-iommu.c             | 66 ----------------------------
 arch/arm/mach-omap2/omap2-restart.c          |  2 +-
 arch/arm/mach-omap2/omap_device.c            |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c             |  2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   | 42 ------------------
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   | 41 -----------------
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c    |  2 +-
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c   | 35 +++++++++++++++
 arch/arm/mach-omap2/pdata-quirks.c           |  2 +-
 arch/arm/mach-omap2/serial.c                 |  2 +-
 arch/arm/mach-omap2/timer.c                  |  6 +--
 arch/arm/plat-omap/dmtimer.c                 | 42 +++++++++++++++++-
 include/linux/platform_data/iommu-omap.h     |  9 ----
 17 files changed, 90 insertions(+), 211 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/omap-iommu.c

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

* [GIT PULL 1/4] omap soc changes for v4.5 merge window
@ 2015-12-21 21:06 Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-12-21 21:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to f2e6a0a913b53f5af87c7e9a783ceae5bb4ae2c4:

  ARM: OMAP2+: Remove device creation for omap-pcm-audio (2015-12-17 10:34:41 -0800)

----------------------------------------------------------------
SoC changes for omaps for v4.5 merge window. The main change here is to
change the omap initcall levels a bit to initialize things later to allow
early device drivers at core_initcall level. This makes things easier
for us as most clocks can be made into regular device drivers except for
a few early clocks needed to initialize system timers. I wanted to have
these changes sit in Linux next for a few weeks before sending out a pull
request, and so far now issues have showed up.

The other changes in this series are timer changes for making use of the
new PWM driver, and timer changes to support more high security SoCs.
Also few minor improvments for module autoidle settings for ti81xx spinbox
and dra7 debug on uart4 in hwmod code. The rest is pretty much just removal
of platform data for SoCs that are all device tree only nowadays.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP: RX-51: fix a typo in log writing

Franklin S Cooper Jr (1):
      ARM: omap4: hwmod: Remove elm address space from hwmod data

J.D. Schroeder (1):
      ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

Neil Armstrong (3):
      ARM: OMAP: dmtimer: Add clock source from DT
      ARM: OMAP: add DT support for ti,dm816-timer
      ARM: OMAP2+: Add hwmod spinbox support for dm816x

Peter Ujfalusi (2):
      ARM: OMAP1: Remove device creation for omap-pcm-audio
      ARM: OMAP2+: Remove device creation for omap-pcm-audio

Suman Anna (6):
      ARM: OMAP2+: Remove legacy device instantiation of IOMMUs
      ARM: OMAP3: hwmod data: Remove legacy IOMMU data
      ARM: OMAP4: hwmod data: Remove legacy IOMMU attr and addrs
      ARM: OMAP2+: Remove omap_mmu_dev_attr structure
      ARM: OMAP: dmtimer: check for fixed timers during config
      ARM: OMAP2+: timer: Remove secure timer for DRA7xx HS devices

Tony Lindgren (2):
      ARM: OMAP2+: Change core_initcall levels to postcore_initcall
      Merge branch 'omap-for-v4.5/initcall' into omap-for-v4.5/soc-v2

 arch/arm/mach-omap1/devices.c                | 19 --------
 arch/arm/mach-omap2/Makefile                 |  2 -
 arch/arm/mach-omap2/board-rx51-peripherals.c |  2 +-
 arch/arm/mach-omap2/devices.c                | 25 ++---------
 arch/arm/mach-omap2/omap-iommu.c             | 66 ----------------------------
 arch/arm/mach-omap2/omap2-restart.c          |  2 +-
 arch/arm/mach-omap2/omap_device.c            |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c             |  2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   | 42 ------------------
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   | 41 -----------------
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c    |  2 +-
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c   | 35 +++++++++++++++
 arch/arm/mach-omap2/pdata-quirks.c           |  2 +-
 arch/arm/mach-omap2/serial.c                 |  2 +-
 arch/arm/mach-omap2/timer.c                  |  6 +--
 arch/arm/plat-omap/dmtimer.c                 | 42 +++++++++++++++++-
 include/linux/platform_data/iommu-omap.h     |  9 ----
 17 files changed, 90 insertions(+), 211 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/omap-iommu.c

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

end of thread, other threads:[~2015-12-22 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <567869ec.c694420a.6ab0f.7fabSMTPIN_ADDED_BROKEN@mx.google.com>
2015-12-22 22:49 ` [GIT PULL 1/4] omap soc changes for v4.5 merge window Olof Johansson
2015-12-22 22:49   ` Olof Johansson
2015-12-21 21:06 Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2015-12-21 21:06 Tony Lindgren

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.