* Re: [GIT PULL 2/7] omap serial pm cleanup for v3.11 merge window
[not found] <0Lwpku-1UDWoh3rPk-016pC6@mx.kundenserver.de>
@ 2013-06-20 14:56 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Olof Johansson, linux-arm-kernel, linux-omap
On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
>
> Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-serial-signed
>
> for you to fetch changes up to 1e383d7bdd988b1453a3a86f5e14b012700f7dff:
>
> Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-serial (2013-06-17 04:03:14 -0700)
>
> ----------------------------------------------------------------
>
> Serial driver platform init code clean-up via Kevin Hilman <khilman@linaro.org>:
>
> OMAP: PM: the serial core + driver can no handle no_console_suspend support
> without any SoC specific handlding or SoC-specific DT bindings. Remove
> the now unused SoC specifics for OMAP.
>
Pulled into next/cleanup, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/7] omap serial pm cleanup for v3.11 merge window
@ 2013-06-20 14:56 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
>
> Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-serial-signed
>
> for you to fetch changes up to 1e383d7bdd988b1453a3a86f5e14b012700f7dff:
>
> Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-serial (2013-06-17 04:03:14 -0700)
>
> ----------------------------------------------------------------
>
> Serial driver platform init code clean-up via Kevin Hilman <khilman@linaro.org>:
>
> OMAP: PM: the serial core + driver can no handle no_console_suspend support
> without any SoC specific handlding or SoC-specific DT bindings. Remove
> the now unused SoC specifics for OMAP.
>
Pulled into next/cleanup, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/7] omap soc fixes for v3.11 merge window
@ 2013-06-18 18:07 Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 2/7] omap serial pm cleanup " Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren
0 siblings, 2 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 4f288f081bb67813d35c10d1b2fa68e863c4b188:
ARM: OMAP2+: AM43x: SRAM base and size (2013-06-12 08:07:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/soc-part2-signed
for you to fetch changes up to 7bcad170154f1302aeeced4f236588091a261fbf:
ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature (2013-06-18 03:04:07 -0700)
----------------------------------------------------------------
Fix am43x minimal booting as I accidentally left out one
patch from the already merged omap-for-v3.11/soc-signed branch.
Also fixes for ti81x booting and revision check updates.
These are based on omap-for-v3.11/soc-signed because of the
am43x dependency to earlier patches.
----------------------------------------------------------------
Afzal Mohammed (1):
ARM: OMAP2+: AM43x: basic dt support
Aida Mynzhasova (2):
ARM: OMAP2: TI81XX: id: Add cpu id for TI816x ES2.0 and ES2.1
ARM: OMAP: TI816X: add powerdomains for TI816x
Vaibhav Hiremath (1):
ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature
arch/arm/mach-omap2/board-generic.c | 16 ++++++++
arch/arm/mach-omap2/control.h | 4 ++
arch/arm/mach-omap2/id.c | 24 ++++++++++-
arch/arm/mach-omap2/io.c | 2 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 62 +++++++++++++++++++++++++++++
arch/arm/mach-omap2/prcm-common.h | 11 +++++
arch/arm/mach-omap2/soc.h | 3 ++
arch/arm/mach-omap2/timer.c | 2 +-
8 files changed, 120 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/7] omap serial pm cleanup for v3.11 merge window
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-serial-signed
for you to fetch changes up to 1e383d7bdd988b1453a3a86f5e14b012700f7dff:
Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-serial (2013-06-17 04:03:14 -0700)
----------------------------------------------------------------
Serial driver platform init code clean-up via Kevin Hilman <khilman@linaro.org>:
OMAP: PM: the serial core + driver can no handle no_console_suspend support
without any SoC specific handlding or SoC-specific DT bindings. Remove
the now unused SoC specifics for OMAP.
----------------------------------------------------------------
Sourav Poddar (3):
arm: omap2+: serial: remove no_console_suspend support
arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property.
arm: omap2+: omap_device: remove no_idle_on_suspend
Tony Lindgren (1):
Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.11/pm-serial
arch/arm/boot/dts/am33xx.dtsi | 1 -
arch/arm/mach-omap2/omap_device.c | 9 ++-------
arch/arm/mach-omap2/omap_device.h | 10 ----------
arch/arm/mach-omap2/serial.c | 7 -------
4 files changed, 2 insertions(+), 25 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/7] omap serial pm cleanup for v3.11 merge window
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 2/7] omap serial pm cleanup " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-serial-signed
for you to fetch changes up to 1e383d7bdd988b1453a3a86f5e14b012700f7dff:
Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-serial (2013-06-17 04:03:14 -0700)
----------------------------------------------------------------
Serial driver platform init code clean-up via Kevin Hilman <khilman@linaro.org>:
OMAP: PM: the serial core + driver can no handle no_console_suspend support
without any SoC specific handlding or SoC-specific DT bindings. Remove
the now unused SoC specifics for OMAP.
----------------------------------------------------------------
Sourav Poddar (3):
arm: omap2+: serial: remove no_console_suspend support
arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property.
arm: omap2+: omap_device: remove no_idle_on_suspend
Tony Lindgren (1):
Merge tag 'omap-pm-v3.11/cleanup/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.11/pm-serial
arch/arm/boot/dts/am33xx.dtsi | 1 -
arch/arm/mach-omap2/omap_device.c | 9 ++-------
arch/arm/mach-omap2/omap_device.h | 10 ----------
arch/arm/mach-omap2/serial.c | 7 -------
4 files changed, 2 insertions(+), 25 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-20 14:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0Lwpku-1UDWoh3rPk-016pC6@mx.kundenserver.de>
2013-06-20 14:56 ` [GIT PULL 2/7] omap serial pm cleanup for v3.11 merge window Arnd Bergmann
2013-06-20 14:56 ` Arnd Bergmann
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 2/7] omap serial pm cleanup " Tony Lindgren
2013-06-18 18:07 ` 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.