* [GIT PULL 1/3] omap device tree changes for v4.2, part 2
@ 2015-06-02 17:22 Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 2/3] omap defconfig changes for v4.2 Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 3/3] omap soc " Tony Lindgren
0 siblings, 2 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-06-02 17:22 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 52dfcbfc94833b0192d439127ee9ff46023cdbb2:
ARM: dts: am335x-evm: add mmc3 and wlan definitions to dts (2015-05-21 12:05:59 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/dt-pt2
for you to fetch changes up to 8584d4fcab2222e2501e1c95b4d063cd4a76891d:
ARM: dts: am335x-sl50: Add Toby-Churchill SL50 board support. (2015-05-28 09:49:50 -0700)
----------------------------------------------------------------
Few more omap device tree changes for v4.2 merge window:
- Add dm9000 Ethernet support to omap3-devkit8000
- Add Toby-Churchill SL50 board support
- Add vendor prefix for Toby Churchill Ltd
----------------------------------------------------------------
Anthoine Bourgeois (1):
ARM: dts: omap3-devkit8000: Add dm9000 support
Enric Balletbo i Serra (2):
of: Add vendor prefix for Toby Churchill Ltd.
ARM: dts: am335x-sl50: Add Toby-Churchill SL50 board support.
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/am335x-sl50.dts | 482 +++++++++++++++++++++
arch/arm/boot/dts/omap3-devkit8000.dts | 41 ++
4 files changed, 525 insertions(+)
create mode 100644 arch/arm/boot/dts/am335x-sl50.dts
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/3] omap defconfig changes for v4.2
2015-06-02 17:22 [GIT PULL 1/3] omap device tree changes for v4.2, part 2 Tony Lindgren
@ 2015-06-02 17:22 ` Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 3/3] omap soc " Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-06-02 17:22 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/o2_dc
for you to fetch changes up to 4cbb08336f506cde30c0dfb3e49c55a52842fb5c:
ARM: omap2plus_defconfig: Enable TOUCHSCREEN_PIXCIR (2015-06-02 07:54:50 -0700)
----------------------------------------------------------------
Few omap2plus_defconfig changes for v4.2 merge window:
- Enable dm9000 as built-in for NFSroot
- Enable dm816x USB phy as a loadable module
- Enable Pixcir touch screen as a loadable module
----------------------------------------------------------------
Anthoine Bourgeois (1):
ARM: omap2plus_defconifg: Enable DM9000 in omap2plus_defconfig
Roger Quadros (1):
ARM: omap2plus_defconfig: Enable TOUCHSCREEN_PIXCIR
Tony Lindgren (1):
ARM: omap2plus_defconfig: Add dm816x USB PHY as a loadable module
arch/arm/configs/omap2plus_defconfig | 3 +++
1 file changed, 3 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 3/3] omap soc changes for v4.2
2015-06-02 17:22 [GIT PULL 1/3] omap device tree changes for v4.2, part 2 Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 2/3] omap defconfig changes for v4.2 Tony Lindgren
@ 2015-06-02 17:22 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-06-02 17:22 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118:
Linux 4.1-rc4 (2015-05-18 10:13:47 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/soc-pt1-take2
for you to fetch changes up to 436bbc12452c23b9e7385f3fcabc82fdd387a55a:
Merge tag 'for-v4.2/omap-hwmod-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v4.2/soc (2015-06-02 07:42:43 -0700)
----------------------------------------------------------------
Omap hwmod changes for v4.2 via Paul Walmsley <paul@pwsan.com>:
Several OMAP2+ hwmod changes for v4.2. One patch cleans up a nasty
interaction between the OMAP GPMC and the hwmod code when debugging is
enabled. IP block integration data has been added for the AM43xx EMIF
RAM controller. There's also a fix for the omap-aes driver when used in
QEMU. And finally, some changes to the OMAP3 hwmod code to support the
use of the security IP blocks (AES and SHA) on GP devices, or when they've
specifically been enabled in the DT data.
Basic build, boot, and power management test results are here:
http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v4.2/20150601192349/
----------------------------------------------------------------
Dave Gerlach (1):
ARM: OMAP: AM43xx hwmod: Add data for am43xx emif hwmod
Pali Roh?r (2):
ARM: OMAP2+: Return correct error values from device and hwmod
ARM: OMAP3: Fix crypto support for HS devices
Tony Lindgren (2):
memory: omap-gpmc: Add Kconfig option for debug
Merge tag 'for-v4.2/omap-hwmod-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.2/soc
arch/arm/mach-omap2/omap_device.c | 30 +++---
arch/arm/mach-omap2/omap_hwmod.c | 10 +-
arch/arm/mach-omap2/omap_hwmod.h | 6 ++
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 12 +--
.../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 1 +
.../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 16 ++-
arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 13 ---
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 119 +++++++++++++++++----
arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 22 ++++
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 11 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 4 +-
arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 +
arch/arm/mach-omap2/prcm43xx.h | 2 +
drivers/memory/Kconfig | 8 ++
drivers/memory/omap-gpmc.c | 6 +-
15 files changed, 184 insertions(+), 78 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/3] omap defconfig changes for v4.2
[not found] <556de668.8f9c6b0a.05a4.ffffe794SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-06-11 23:34 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2015-06-11 23:34 UTC (permalink / raw)
To: linux-arm-kernel
Tony Lindgren <tony@atomide.com> writes:
> The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
>
> Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/o2_dc
>
> for you to fetch changes up to 4cbb08336f506cde30c0dfb3e49c55a52842fb5c:
>
> ARM: omap2plus_defconfig: Enable TOUCHSCREEN_PIXCIR (2015-06-02 07:54:50 -0700)
>
> ----------------------------------------------------------------
> Few omap2plus_defconfig changes for v4.2 merge window:
>
> - Enable dm9000 as built-in for NFSroot
>
> - Enable dm816x USB phy as a loadable module
>
> - Enable Pixcir touch screen as a loadable module
>
> ----------------------------------------------------------------
Pulled into next/defconfig.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-11 23:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 17:22 [GIT PULL 1/3] omap device tree changes for v4.2, part 2 Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 2/3] omap defconfig changes for v4.2 Tony Lindgren
2015-06-02 17:22 ` [GIT PULL 3/3] omap soc " Tony Lindgren
[not found] <556de668.8f9c6b0a.05a4.ffffe794SMTPIN_ADDED_BROKEN@mx.google.com>
2015-06-11 23:34 ` [GIT PULL 2/3] omap defconfig " Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox