mbox

[GIT,PULL,1/2] omap gpmc changes for v4.13

Message ID pull-1496838233-684770
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.13/gpmc-signed

Message

Tony Lindgren June 7, 2017, 12:25 p.m. UTC
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.13/gpmc-signed

for you to fetch changes up to c9eabf40d91b4fe954efe380d88590d933baa06d:

  memory: omap-gpmc: add error message if bank-width property is absent (2017-05-31 10:08:10 -0700)

----------------------------------------------------------------
Few improvments for GPMC (General Purpose Memory Controller)
found on TI SoCs to produce an error for missing bank-width
and to make the bootloader timing debug output usable for
device tree timings.

----------------------------------------------------------------
Uwe Kleine-König (2):
      memory: omap-gpmc: make dts snippet include semicolon
      memory: omap-gpmc: add error message if bank-width property is absent

 drivers/memory/omap-gpmc.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Olof Johansson June 19, 2017, 1:57 a.m. UTC | #1
On Wed, Jun 07, 2017 at 05:25:25AM -0700, Tony Lindgren wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.13/dt-signed
> 
> for you to fetch changes up to de09eb52a1cceb6f80464a008c67c7bebb242314:
> 
>   arm: dts: am33xx: Remove redundant interrupt-parent property (2017-06-06 00:33:48 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omaps for v4.13 merge window.
> This adds support for am335x-boneblue. The rest of
> the changes are for enabling features on various
> devices with the git shortlog describing the changes.

Thanks, merged into next/dt.


-Olof