* [GIT PULL 2/3] omap defconfig changes for v3.20
[not found] <pull-1421777718-852183>
@ 2015-01-20 18:25 ` Tony Lindgren
2015-01-20 18:25 ` Tony Lindgren
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-01-20 18:25 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/defconfig-modular
for you to fetch changes up to 697549cdd637841e7c88d0014fe25dfbb72565de:
ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support (2015-01-20 09:46:31 -0800)
----------------------------------------------------------------
Defconfig changes for omap2plus_defconfig to make it more modular,
and to add few more drivers found on various boards.
----------------------------------------------------------------
Felipe Balbi (2):
ARM: omap2plus_defconfig: reduce zImage size on omap2plus_defconfig
ARM: omap2plus_defconfig: enable TPS65218 power button
Nishanth Menon (1):
ARM: omap2plus_defconfig: Enable misc options for BeagleBoard-X15 platform
Sjoerd Simons (1):
ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support
Tony Lindgren (3):
ARM: omap2plus_defconfig: Enable support for davinci_emac
ARM: omap2plus_defconfig: Add NOR flash support
ARM: omap2plus_defconfig: Enable pcf857x
arch/arm/configs/omap2plus_defconfig | 128 +++++++++++++++++++++++------------
1 file changed, 84 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 2/3] omap defconfig changes for v3.20
[not found] <pull-1421777718-852183>
2015-01-20 18:25 ` [GIT PULL 2/3] omap defconfig changes for v3.20 Tony Lindgren
@ 2015-01-20 18:25 ` Tony Lindgren
2015-01-20 18:25 ` [GIT PULL 3/3] omap device tree changes for v3.20, part 2 Tony Lindgren
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-01-20 18:25 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/defconfig-modular
for you to fetch changes up to 697549cdd637841e7c88d0014fe25dfbb72565de:
ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support (2015-01-20 09:46:31 -0800)
----------------------------------------------------------------
Defconfig changes for omap2plus_defconfig to make it more modular,
and to add few more drivers found on various boards.
----------------------------------------------------------------
Felipe Balbi (2):
ARM: omap2plus_defconfig: reduce zImage size on omap2plus_defconfig
ARM: omap2plus_defconfig: enable TPS65218 power button
Nishanth Menon (1):
ARM: omap2plus_defconfig: Enable misc options for BeagleBoard-X15 platform
Sjoerd Simons (1):
ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support
Tony Lindgren (3):
ARM: omap2plus_defconfig: Enable support for davinci_emac
ARM: omap2plus_defconfig: Add NOR flash support
ARM: omap2plus_defconfig: Enable pcf857x
arch/arm/configs/omap2plus_defconfig | 128 +++++++++++++++++++++++------------
1 file changed, 84 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/3] omap device tree changes for v3.20, part 2
[not found] <pull-1421777718-852183>
2015-01-20 18:25 ` [GIT PULL 2/3] omap defconfig changes for v3.20 Tony Lindgren
2015-01-20 18:25 ` Tony Lindgren
@ 2015-01-20 18:25 ` Tony Lindgren
2015-01-20 18:25 ` Tony Lindgren
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-01-20 18:25 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 7300bfff886a1340cfeb252035303e265cd556d9:
ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt2
for you to fetch changes up to 1f43c45df7afb706470f7d81d983dd7763a9452f:
ARM: dts: dra72-evm: Add qspi device (2015-01-20 10:07:25 -0800)
----------------------------------------------------------------
More changes for omap dts files mostly to add support for
dm816x devices and clocks. Also adds a qspi device for
dra72x-evm.
----------------------------------------------------------------
Mugunthan V N (1):
ARM: dts: dra72-evm: Add qspi device
Tony Lindgren (3):
ARM: dts: Add basic dm816x device tree configuration
ARM: dts: Add basic clocks for dm816x
ARM: dts: Add minimal support for dm8168-evm
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/dm8168-evm.dts | 129 ++++++++++++
arch/arm/boot/dts/dm816x-clocks.dtsi | 250 ++++++++++++++++++++++
arch/arm/boot/dts/dm816x.dtsi | 387 +++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/dra72-evm.dts | 77 +++++++
include/dt-bindings/pinctrl/omap.h | 1 +
6 files changed, 845 insertions(+)
create mode 100644 arch/arm/boot/dts/dm8168-evm.dts
create mode 100644 arch/arm/boot/dts/dm816x-clocks.dtsi
create mode 100644 arch/arm/boot/dts/dm816x.dtsi
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/3] omap device tree changes for v3.20, part 2
[not found] <pull-1421777718-852183>
` (2 preceding siblings ...)
2015-01-20 18:25 ` [GIT PULL 3/3] omap device tree changes for v3.20, part 2 Tony Lindgren
@ 2015-01-20 18:25 ` Tony Lindgren
[not found] ` <54be9e8c.6a58460a.68af.68a6SMTPIN_ADDED_BROKEN@mx.google.com>
[not found] ` <54be9e8f.6a58460a.68af.68c1SMTPIN_ADDED_BROKEN@mx.google.com>
5 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-01-20 18:25 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 7300bfff886a1340cfeb252035303e265cd556d9:
ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt2
for you to fetch changes up to 1f43c45df7afb706470f7d81d983dd7763a9452f:
ARM: dts: dra72-evm: Add qspi device (2015-01-20 10:07:25 -0800)
----------------------------------------------------------------
More changes for omap dts files mostly to add support for
dm816x devices and clocks. Also adds a qspi device for
dra72x-evm.
----------------------------------------------------------------
Mugunthan V N (1):
ARM: dts: dra72-evm: Add qspi device
Tony Lindgren (3):
ARM: dts: Add basic dm816x device tree configuration
ARM: dts: Add basic clocks for dm816x
ARM: dts: Add minimal support for dm8168-evm
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/dm8168-evm.dts | 129 ++++++++++++
arch/arm/boot/dts/dm816x-clocks.dtsi | 250 ++++++++++++++++++++++
arch/arm/boot/dts/dm816x.dtsi | 387 +++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/dra72-evm.dts | 77 +++++++
include/dt-bindings/pinctrl/omap.h | 1 +
6 files changed, 845 insertions(+)
create mode 100644 arch/arm/boot/dts/dm8168-evm.dts
create mode 100644 arch/arm/boot/dts/dm816x-clocks.dtsi
create mode 100644 arch/arm/boot/dts/dm816x.dtsi
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <54be9e8c.6a58460a.68af.68a6SMTPIN_ADDED_BROKEN@mx.google.com>]
* Re: [GIT PULL 2/3] omap defconfig changes for v3.20
[not found] ` <54be9e8c.6a58460a.68af.68a6SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-01-23 21:47 ` Olof Johansson
2015-01-23 21:50 ` Tony Lindgren
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2015-01-23 21:47 UTC (permalink / raw)
To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel
On Tue, Jan 20, 2015 at 10:25:39AM -0800, Tony Lindgren wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>
> Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/defconfig-modular
>
> for you to fetch changes up to 697549cdd637841e7c88d0014fe25dfbb72565de:
>
> ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support (2015-01-20 09:46:31 -0800)
>
> ----------------------------------------------------------------
> Defconfig changes for omap2plus_defconfig to make it more modular,
> and to add few more drivers found on various boards.
Merged, thanks.
BTW, please remember to enable drivers in the multi_v7 defconfigs too
where it makes sense. Not sure if any of these fall in that category,
I didn't check closely.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL 2/3] omap defconfig changes for v3.20
2015-01-23 21:47 ` [GIT PULL 2/3] omap defconfig changes for v3.20 Olof Johansson
@ 2015-01-23 21:50 ` Tony Lindgren
0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-01-23 21:50 UTC (permalink / raw)
To: Olof Johansson; +Cc: arm, linux-omap, linux-arm-kernel
* Olof Johansson <olof@lixom.net> [150123 13:50]:
> On Tue, Jan 20, 2015 at 10:25:39AM -0800, Tony Lindgren wrote:
> > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> >
> > Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/defconfig-modular
> >
> > for you to fetch changes up to 697549cdd637841e7c88d0014fe25dfbb72565de:
> >
> > ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support (2015-01-20 09:46:31 -0800)
> >
> > ----------------------------------------------------------------
> > Defconfig changes for omap2plus_defconfig to make it more modular,
> > and to add few more drivers found on various boards.
>
> Merged, thanks.
>
> BTW, please remember to enable drivers in the multi_v7 defconfigs too
> where it makes sense. Not sure if any of these fall in that category,
> I didn't check closely.
Sure I'll do a patch to add the same driver modules to multi_v7 too.
Regards,
Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <54be9e8f.6a58460a.68af.68c1SMTPIN_ADDED_BROKEN@mx.google.com>]
* Re: [GIT PULL 3/3] omap device tree changes for v3.20, part 2
[not found] ` <54be9e8f.6a58460a.68af.68c1SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-01-23 21:49 ` Olof Johansson
0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2015-01-23 21:49 UTC (permalink / raw)
To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel
On Tue, Jan 20, 2015 at 10:25:40AM -0800, Tony Lindgren wrote:
> The following changes since commit 7300bfff886a1340cfeb252035303e265cd556d9:
>
> ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt2
>
> for you to fetch changes up to 1f43c45df7afb706470f7d81d983dd7763a9452f:
>
> ARM: dts: dra72-evm: Add qspi device (2015-01-20 10:07:25 -0800)
>
> ----------------------------------------------------------------
> More changes for omap dts files mostly to add support for
> dm816x devices and clocks. Also adds a qspi device for
> dra72x-evm.
>
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread