* [GIT PULL 2/4] defconfig changes for omaps for v4.14
[not found] <-2831898822533480273@unknownmsgid>
@ 2017-08-16 20:44 ` Arnd Bergmann
2017-08-16 20:47 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2017-08-16 20:44 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 15, 2017 at 6:52 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 9b51f04424e17051a89ab32d892ca66b2a104825:
>
> Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2017-07-05 17:41:31 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.14/defconfig-signed
>
> for you to fetch changes up to 6a60a2aca111fd71c5229dbcb3de8ecf0e0e9a12:
>
> ARM: omap2plus_defconfig: Enable LP87565 (2017-08-14 10:33:49 -0700)
>
> ----------------------------------------------------------------
> Defconfig updates for omaps for v4.14 to enable DP83867
> phy driver on dra72x and dra71x evm, and LP87565 that is
> on dra76-evm.
Pulled into next/defconfig, thanks!
Should we enable those drivers on multi_v7_defconfig as well?
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL 2/4] defconfig changes for omaps for v4.14
2017-08-16 20:44 ` [GIT PULL 2/4] defconfig changes for omaps for v4.14 Arnd Bergmann
@ 2017-08-16 20:47 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2017-08-16 20:47 UTC (permalink / raw)
To: linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [170816 13:45]:
> On Tue, Aug 15, 2017 at 6:52 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit 9b51f04424e17051a89ab32d892ca66b2a104825:
> >
> > Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2017-07-05 17:41:31 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.14/defconfig-signed
> >
> > for you to fetch changes up to 6a60a2aca111fd71c5229dbcb3de8ecf0e0e9a12:
> >
> > ARM: omap2plus_defconfig: Enable LP87565 (2017-08-14 10:33:49 -0700)
> >
> > ----------------------------------------------------------------
> > Defconfig updates for omaps for v4.14 to enable DP83867
> > phy driver on dra72x and dra71x evm, and LP87565 that is
> > on dra76-evm.
>
> Pulled into next/defconfig, thanks!
>
> Should we enable those drivers on multi_v7_defconfig as well?
Yeah, I actually started a series enabling options for
multi_v7_defconfig from omap2plus_defconfig before I went
offline :) Will continue on that at some point.
Regards,
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 1/4] soc changes for omaps for v4.14
@ 2017-08-15 16:52 Tony Lindgren
2017-08-15 16:52 ` [GIT PULL 2/4] defconfig " Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2017-08-15 16:52 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22: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.14/soc-signed
for you to fetch changes up to 3af6ccc3d1b167c14fd195341092073820361de1:
ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains (2017-08-14 10:33:29 -0700)
----------------------------------------------------------------
SoC updates for omaps for v4.14. Most of the chages are to add
support for new dra762 SoC. The other changes are are for legacy
DMA code removal, and MMC quirk and iodelay config for dra7.
----------------------------------------------------------------
Kishon Vijay Abraham I (1):
ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX
Lokesh Vutla (5):
ARM: OMAP2+: board-generic: add support for dra762 family
ARM: dra762: Add support for device identification
ARM: dra7: hwmod: Register dra76x specific hwmod
ARM: dra762: Enable SMP for dra762
ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains
Sekhar Nori (1):
ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM
Tony Lindgren (1):
ARM: OMAP2+: Remove unused legacy code for DMA
.../devicetree/bindings/arm/omap/omap.txt | 3 +
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/board-generic.c | 1 +
arch/arm/mach-omap2/dma.c | 148 +--------------------
arch/arm/mach-omap2/id.c | 9 ++
arch/arm/mach-omap2/omap-smp.c | 4 +-
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 11 +-
arch/arm/mach-omap2/pdata-quirks.c | 31 +++++
arch/arm/mach-omap2/powerdomains7xx_data.c | 33 ++++-
arch/arm/mach-omap2/soc.h | 5 +
include/linux/platform_data/hsmmc-omap.h | 3 +
11 files changed, 101 insertions(+), 148 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL 2/4] defconfig changes for omaps for v4.14
2017-08-15 16:52 [GIT PULL 1/4] soc " Tony Lindgren
@ 2017-08-15 16:52 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2017-08-15 16:52 UTC (permalink / raw)
To: linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9b51f04424e17051a89ab32d892ca66b2a104825:
Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2017-07-05 17:41:31 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.14/defconfig-signed
for you to fetch changes up to 6a60a2aca111fd71c5229dbcb3de8ecf0e0e9a12:
ARM: omap2plus_defconfig: Enable LP87565 (2017-08-14 10:33:49 -0700)
----------------------------------------------------------------
Defconfig updates for omaps for v4.14 to enable DP83867
phy driver on dra72x and dra71x evm, and LP87565 that is
on dra76-evm.
----------------------------------------------------------------
Lokesh Vutla (1):
ARM: omap2plus_defconfig: Enable LP87565
Sekhar Nori (1):
ARM: omap2plus_defconfig: enable DP83867 phy driver
arch/arm/configs/omap2plus_defconfig | 4 ++++
1 file changed, 4 insertions(+)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-16 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <-2831898822533480273@unknownmsgid>
2017-08-16 20:44 ` [GIT PULL 2/4] defconfig changes for omaps for v4.14 Arnd Bergmann
2017-08-16 20:47 ` Tony Lindgren
2017-08-15 16:52 [GIT PULL 1/4] soc " Tony Lindgren
2017-08-15 16:52 ` [GIT PULL 2/4] defconfig " 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).