* [GIT PULL 2/3] omap gpmc changes for v3.19
[not found] <pull-1415814409-868361>
@ 2014-11-12 18:05 ` Tony Lindgren
2014-11-12 18:05 ` Tony Lindgren
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2014-11-12 18:05 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 24f284af1a64a1a073b064428cafb447aff19a21:
ARM: dts: Fix missing GPMC NAND device width for omap3 boards (2014-11-03 17:42:16 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/gpmc-timings
for you to fetch changes up to 6f8782a7a1c826e1c013d6b7d5504af6bcc079e6:
ARM: OMAP2+: Remove unnecesary include in GPMC driver (2014-11-06 10:51:06 -0800)
----------------------------------------------------------------
GPMC (General Purpose Memory Controller) changes for omaps. These
changes allow us to drop dependencies to bootloader timings now
that the known device tree entries have been fixed. So we can now
require proper timings to be configured and get rid of the legacy
smsc91x code.
Note that this branch has a dependency to the related device tree
branch sent in a separate pull request as timings are now required.
----------------------------------------------------------------
Javier Martinez Canillas (1):
ARM: OMAP2+: Remove unnecesary include in GPMC driver
Roger Quadros (5):
ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg()
ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child()
ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices
ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring it
ARM: OMAP2+: gpmc: Sanity check GPMC fck on probe
Tony Lindgren (5):
ARM: OMAP2+: Fix support for multiple devices on a GPMC chip select
ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts file
ARM: OMAP2+: Require proper GPMC timings for devices
ARM: OMAP2+: Drop legacy code for gpmc-smc91x.c
Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/board-3430sdp.c | 28 ---
arch/arm/mach-omap2/board-rx51-peripherals.c | 29 ---
arch/arm/mach-omap2/gpmc-smc91x.c | 186 -----------------
arch/arm/mach-omap2/gpmc-smc91x.h | 42 ----
arch/arm/mach-omap2/gpmc.c | 295 +++++++++++++++++++++------
6 files changed, 237 insertions(+), 346 deletions(-)
delete mode 100644 arch/arm/mach-omap2/gpmc-smc91x.c
delete mode 100644 arch/arm/mach-omap2/gpmc-smc91x.h
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 2/3] omap gpmc changes for v3.19
[not found] <pull-1415814409-868361>
2014-11-12 18:05 ` [GIT PULL 2/3] omap gpmc changes for v3.19 Tony Lindgren
@ 2014-11-12 18:05 ` Tony Lindgren
2014-11-12 18:05 ` [GIT PULL 3/3] omap clean-up " Tony Lindgren
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2014-11-12 18:05 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 24f284af1a64a1a073b064428cafb447aff19a21:
ARM: dts: Fix missing GPMC NAND device width for omap3 boards (2014-11-03 17:42:16 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/gpmc-timings
for you to fetch changes up to 6f8782a7a1c826e1c013d6b7d5504af6bcc079e6:
ARM: OMAP2+: Remove unnecesary include in GPMC driver (2014-11-06 10:51:06 -0800)
----------------------------------------------------------------
GPMC (General Purpose Memory Controller) changes for omaps. These
changes allow us to drop dependencies to bootloader timings now
that the known device tree entries have been fixed. So we can now
require proper timings to be configured and get rid of the legacy
smsc91x code.
Note that this branch has a dependency to the related device tree
branch sent in a separate pull request as timings are now required.
----------------------------------------------------------------
Javier Martinez Canillas (1):
ARM: OMAP2+: Remove unnecesary include in GPMC driver
Roger Quadros (5):
ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg()
ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child()
ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices
ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring it
ARM: OMAP2+: gpmc: Sanity check GPMC fck on probe
Tony Lindgren (5):
ARM: OMAP2+: Fix support for multiple devices on a GPMC chip select
ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts file
ARM: OMAP2+: Require proper GPMC timings for devices
ARM: OMAP2+: Drop legacy code for gpmc-smc91x.c
Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/board-3430sdp.c | 28 ---
arch/arm/mach-omap2/board-rx51-peripherals.c | 29 ---
arch/arm/mach-omap2/gpmc-smc91x.c | 186 -----------------
arch/arm/mach-omap2/gpmc-smc91x.h | 42 ----
arch/arm/mach-omap2/gpmc.c | 295 +++++++++++++++++++++------
6 files changed, 237 insertions(+), 346 deletions(-)
delete mode 100644 arch/arm/mach-omap2/gpmc-smc91x.c
delete mode 100644 arch/arm/mach-omap2/gpmc-smc91x.h
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 3/3] omap clean-up for v3.19
[not found] <pull-1415814409-868361>
2014-11-12 18:05 ` [GIT PULL 2/3] omap gpmc changes for v3.19 Tony Lindgren
2014-11-12 18:05 ` Tony Lindgren
@ 2014-11-12 18:05 ` Tony Lindgren
2014-11-12 18:05 ` Tony Lindgren
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2014-11-12 18:05 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 2dde3bccbf905548a17b8d440053f86454af54a9:
Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc (2014-11-03 17:45:36 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/cleanup-part1
for you to fetch changes up to 1b383f44aabc8b69b8bc0d32b914f3d3cece9e04:
ARM: OMAP2+: Drop board file for 3430sdp (2014-11-03 17:50:55 -0800)
----------------------------------------------------------------
Drop few unused omap board files. The support for ti81xx is known to
be incomplete and broken, and the 3430sdp is only used in few automated
boot test systems AFAIK and those have been booting in device tree only
mode for quite some time now.
Note that this branch has a dependency to the related device tree
changes and GPMC changes sent in a separate pull request.
----------------------------------------------------------------
Tony Lindgren (2):
ARM: OMAP2+: Drop board file for ti8168evm
ARM: OMAP2+: Drop board file for 3430sdp
arch/arm/mach-omap2/Kconfig | 16 -
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/board-3430sdp.c | 604 ----------------------------------
arch/arm/mach-omap2/board-ti8168evm.c | 62 ----
4 files changed, 685 deletions(-)
delete mode 100644 arch/arm/mach-omap2/board-3430sdp.c
delete mode 100644 arch/arm/mach-omap2/board-ti8168evm.c
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 3/3] omap clean-up for v3.19
[not found] <pull-1415814409-868361>
` (2 preceding siblings ...)
2014-11-12 18:05 ` [GIT PULL 3/3] omap clean-up " Tony Lindgren
@ 2014-11-12 18:05 ` Tony Lindgren
2014-11-20 10:47 ` [GIT PULL 1/3] omap device tree changes " Arnd Bergmann
[not found] ` <pull-1415814409-868361-2>
5 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2014-11-12 18:05 UTC (permalink / raw)
To: arm; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 2dde3bccbf905548a17b8d440053f86454af54a9:
Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc (2014-11-03 17:45:36 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/cleanup-part1
for you to fetch changes up to 1b383f44aabc8b69b8bc0d32b914f3d3cece9e04:
ARM: OMAP2+: Drop board file for 3430sdp (2014-11-03 17:50:55 -0800)
----------------------------------------------------------------
Drop few unused omap board files. The support for ti81xx is known to
be incomplete and broken, and the 3430sdp is only used in few automated
boot test systems AFAIK and those have been booting in device tree only
mode for quite some time now.
Note that this branch has a dependency to the related device tree
changes and GPMC changes sent in a separate pull request.
----------------------------------------------------------------
Tony Lindgren (2):
ARM: OMAP2+: Drop board file for ti8168evm
ARM: OMAP2+: Drop board file for 3430sdp
arch/arm/mach-omap2/Kconfig | 16 -
arch/arm/mach-omap2/Makefile | 3 -
arch/arm/mach-omap2/board-3430sdp.c | 604 ----------------------------------
arch/arm/mach-omap2/board-ti8168evm.c | 62 ----
4 files changed, 685 deletions(-)
delete mode 100644 arch/arm/mach-omap2/board-3430sdp.c
delete mode 100644 arch/arm/mach-omap2/board-ti8168evm.c
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL 1/3] omap device tree changes for v3.19
[not found] <pull-1415814409-868361>
` (3 preceding siblings ...)
2014-11-12 18:05 ` Tony Lindgren
@ 2014-11-20 10:47 ` Arnd Bergmann
[not found] ` <pull-1415814409-868361-2>
5 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2014-11-20 10:47 UTC (permalink / raw)
To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel
On Wednesday 12 November 2014, Tony Lindgren wrote:
> The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:
>
> Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/dt-part1
>
> for you to fetch changes up to 065bd7fe50de5e6d0fd5034cbc87120a558a1219:
>
> ARM: dts: DRA7: Add aliases for all serial ports (2014-11-12 07:04:37 -0800)
>
> ----------------------------------------------------------------
> Device tree related changes for omaps:
>
> - Fix currently harmless but wrong sizes for various GPMC connected
> devices
>
> - Set up timings for several GPMC connected devices to get rid of
> bootloader dependencies in later patches
>
> - Enable various drivers for dra7xx
>
> - Prepare Igep boards to support new variants
>
> - Add intial support for BeagleBoard-X15
pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <pull-1415814409-868361-2>]
* Re: [GIT PULL 2/3] omap gpmc changes for v3.19
[not found] ` <pull-1415814409-868361-2>
@ 2014-11-20 11:02 ` Arnd Bergmann
2014-11-20 16:08 ` Tony Lindgren
0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2014-11-20 11:02 UTC (permalink / raw)
To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel
On Wednesday 12 November 2014, Tony Lindgren wrote:
> GPMC (General Purpose Memory Controller) changes for omaps. These
> changes allow us to drop dependencies to bootloader timings now
> that the known device tree entries have been fixed. So we can now
> require proper timings to be configured and get rid of the legacy
> smsc91x code.
>
> Note that this branch has a dependency to the related device tree
> branch sent in a separate pull request as timings are now required.
Does this mean you are breaking compatibility with old dtb files?
Can you be more specific which machines are affected?
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL 2/3] omap gpmc changes for v3.19
2014-11-20 11:02 ` [GIT PULL 2/3] omap gpmc " Arnd Bergmann
@ 2014-11-20 16:08 ` Tony Lindgren
2014-11-20 16:25 ` Tony Lindgren
0 siblings, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2014-11-20 16:08 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: arm, linux-omap, linux-arm-kernel
* Arnd Bergmann <arnd@arndb.de> [141120 03:04]:
> On Wednesday 12 November 2014, Tony Lindgren wrote:
> > GPMC (General Purpose Memory Controller) changes for omaps. These
> > changes allow us to drop dependencies to bootloader timings now
> > that the known device tree entries have been fixed. So we can now
> > require proper timings to be configured and get rid of the legacy
> > smsc91x code.
> >
> > Note that this branch has a dependency to the related device tree
> > branch sent in a separate pull request as timings are now required.
>
> Does this mean you are breaking compatibility with old dtb files?
>
> Can you be more specific which machines are affected?
Not breaking compability. We had timings missing in the .dts files
for a few devices that caused all kinds of hacks in the GPMC code.
Now those are all fixed up and we are actually using the bindings.
Regards,
Tony
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL 2/3] omap gpmc changes for v3.19
2014-11-20 16:08 ` Tony Lindgren
@ 2014-11-20 16:25 ` Tony Lindgren
0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2014-11-20 16:25 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: arm, linux-omap, linux-arm-kernel
* Tony Lindgren <tony@atomide.com> [141120 08:11]:
> * Arnd Bergmann <arnd@arndb.de> [141120 03:04]:
> > On Wednesday 12 November 2014, Tony Lindgren wrote:
> > > GPMC (General Purpose Memory Controller) changes for omaps. These
> > > changes allow us to drop dependencies to bootloader timings now
> > > that the known device tree entries have been fixed. So we can now
> > > require proper timings to be configured and get rid of the legacy
> > > smsc91x code.
> > >
> > > Note that this branch has a dependency to the related device tree
> > > branch sent in a separate pull request as timings are now required.
> >
> > Does this mean you are breaking compatibility with old dtb files?
> >
> > Can you be more specific which machines are affected?
>
> Not breaking compability. We had timings missing in the .dts files
> for a few devices that caused all kinds of hacks in the GPMC code.
Hmm actually I take it back, this is breaking compability for booting
with old .dtb for smc91x on 2430sdp and 8250 on zoom3. In those cases
these devices would now refuse to probe because of the missing
timings because of the extra checks in the GPMC code.
However, these two boards are only used in three automated build and
boot test systems AFAIK. And almost certainly they are using appended
dtb anyways because of the lack of support for them in current
u-boot.
> Now those are all fixed up and we are actually using the bindings.
For reference, the .dts files with missing timings were smc91x on
omap2430-sdp.dts 8250 in omap-zoom-common.dtsi. So the dependencies
are:
b5399ea8453a ("ARM: dts: Add GPMC timings for omap zoom serial port")
1bb37404397d ("ARM: dts: Add smc91x GPMC configuration for 2430sdp")
Regards,
Tony
^ permalink raw reply [flat|nested] 8+ messages in thread