linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] OMAP-GPMC driver updates for v4.1
@ 2015-03-23 10:32 Roger Quadros
  2015-03-30  7:55 ` Roger Quadros
  2015-04-03 18:01 ` Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Quadros @ 2015-03-23 10:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,

Based on Tony's request I will be sending you pull requests for OMAP-GPMC driver
hence forth. I've sent this earlier on the 9th of March but had missed to copy Olof.

Please pull in these OMAP-GPMC driver fixes for v4.1.
Patches have been tested for GPMC-NAND on dra7-evm and omap3-beagle.

Thanks.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git at github.com:rogerq/linux.git tags/gpmc-omap-for-v4.1

for you to fetch changes up to 4b613e9b4bbe94545a588a100e09006d827a7ebe:

  ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters (2015-03-06 12:55:32 +0200)

----------------------------------------------------------------
OMAP-GPMC driver fixes for v4.1

* Fixed WAITMONITORINGTIME programming to be based on
GPMC_CLK instead of GPMC_FCLK. The GPMC clock divider
programming is fixed for both synchronous and asynchronous
modes.
* Allow GPMC's children of default bus type to be populated in
the device tree.
* Improved DEBUG output data and format.
* Prevent writing 1 into reserved bits of GPMC_CONFIG7.

----------------------------------------------------------------
Robert ABEL (8):
      ARM OMAP2+ GPMC: don't undef DEBUG
      ARM OMAP2+ GPMC: add bus children
      ARM OMAP2+ GPMC: fix debug output alignment
      ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS
      ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER
      ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME
      ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug
      ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters

Semen Protsenko (2):
      ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf
      ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static

 arch/arm/mach-omap2/gpmc-nand.c    |  18 +++++----
 arch/arm/mach-omap2/gpmc-onenand.c |   4 +-
 arch/arm/mach-omap2/usb-tusb6010.c |   4 +-
 drivers/memory/omap-gpmc.c         | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 include/linux/omap-gpmc.h          |   3 +-
 5 files changed, 305 insertions(+), 82 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] OMAP-GPMC driver updates for v4.1
  2015-03-23 10:32 [GIT PULL] OMAP-GPMC driver updates for v4.1 Roger Quadros
@ 2015-03-30  7:55 ` Roger Quadros
  2015-04-03 18:01 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2015-03-30  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

On 23/03/15 12:32, Roger Quadros wrote:
> Hi Arnd, Hi Olof,
> 
> Based on Tony's request I will be sending you pull requests for OMAP-GPMC driver
> hence forth. I've sent this earlier on the 9th of March but had missed to copy Olof.
> 
> Please pull in these OMAP-GPMC driver fixes for v4.1.
> Patches have been tested for GPMC-NAND on dra7-evm and omap3-beagle.

Gentle reminder. Thanks.

cheers,
-roger

> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:rogerq/linux.git tags/gpmc-omap-for-v4.1
> 
> for you to fetch changes up to 4b613e9b4bbe94545a588a100e09006d827a7ebe:
> 
>   ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters (2015-03-06 12:55:32 +0200)
> 
> ----------------------------------------------------------------
> OMAP-GPMC driver fixes for v4.1
> 
> * Fixed WAITMONITORINGTIME programming to be based on
> GPMC_CLK instead of GPMC_FCLK. The GPMC clock divider
> programming is fixed for both synchronous and asynchronous
> modes.
> * Allow GPMC's children of default bus type to be populated in
> the device tree.
> * Improved DEBUG output data and format.
> * Prevent writing 1 into reserved bits of GPMC_CONFIG7.
> 
> ----------------------------------------------------------------
> Robert ABEL (8):
>       ARM OMAP2+ GPMC: don't undef DEBUG
>       ARM OMAP2+ GPMC: add bus children
>       ARM OMAP2+ GPMC: fix debug output alignment
>       ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS
>       ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER
>       ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME
>       ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug
>       ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters
> 
> Semen Protsenko (2):
>       ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf
>       ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static
> 
>  arch/arm/mach-omap2/gpmc-nand.c    |  18 +++++----
>  arch/arm/mach-omap2/gpmc-onenand.c |   4 +-
>  arch/arm/mach-omap2/usb-tusb6010.c |   4 +-
>  drivers/memory/omap-gpmc.c         | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
>  include/linux/omap-gpmc.h          |   3 +-
>  5 files changed, 305 insertions(+), 82 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] OMAP-GPMC driver updates for v4.1
  2015-03-23 10:32 [GIT PULL] OMAP-GPMC driver updates for v4.1 Roger Quadros
  2015-03-30  7:55 ` Roger Quadros
@ 2015-04-03 18:01 ` Olof Johansson
  2015-04-09  9:35   ` Roger Quadros
  1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2015-04-03 18:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 23, 2015 at 12:32:38PM +0200, Roger Quadros wrote:
> Hi Arnd, Hi Olof,
> 
> Based on Tony's request I will be sending you pull requests for OMAP-GPMC driver
> hence forth. I've sent this earlier on the 9th of March but had missed to copy Olof.

It was actually in my queue but I hadn't gotten to it yet. A few comments
below.

> Please pull in these OMAP-GPMC driver fixes for v4.1.
> Patches have been tested for GPMC-NAND on dra7-evm and omap3-beagle.
> 
> Thanks.
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git at github.com:rogerq/linux.git tags/gpmc-omap-for-v4.1
> 
> for you to fetch changes up to 4b613e9b4bbe94545a588a100e09006d827a7ebe:
> 
>   ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters (2015-03-06 12:55:32 +0200)

Merged into next/drivers

> ----------------------------------------------------------------
> OMAP-GPMC driver fixes for v4.1
> 
> * Fixed WAITMONITORINGTIME programming to be based on
> GPMC_CLK instead of GPMC_FCLK. The GPMC clock divider
> programming is fixed for both synchronous and asynchronous
> modes.
> * Allow GPMC's children of default bus type to be populated in
> the device tree.
> * Improved DEBUG output data and format.
> * Prevent writing 1 into reserved bits of GPMC_CONFIG7.
> 
> ----------------------------------------------------------------
> Robert ABEL (8):
>       ARM OMAP2+ GPMC: don't undef DEBUG
>       ARM OMAP2+ GPMC: add bus children
>       ARM OMAP2+ GPMC: fix debug output alignment
>       ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS
>       ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER
>       ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME
>       ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug
>       ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters

We prefix patches to arch/arm/* with ARM: <platform>:. For these, memory: gpmc:
seems to be a better prefix going forward.

> Semen Protsenko (2):
>       ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf
>       ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static
> 
>  arch/arm/mach-omap2/gpmc-nand.c    |  18 +++++----
>  arch/arm/mach-omap2/gpmc-onenand.c |   4 +-
>  arch/arm/mach-omap2/usb-tusb6010.c |   4 +-
>  drivers/memory/omap-gpmc.c         | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
>  include/linux/omap-gpmc.h          |   3 +-

Tip: If you have a 80-column terminal, or redirect the request-pull to
a file, you dont' get these super long diffstat lines. :)


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] OMAP-GPMC driver updates for v4.1
  2015-04-03 18:01 ` Olof Johansson
@ 2015-04-09  9:35   ` Roger Quadros
  0 siblings, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2015-04-09  9:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/04/15 21:01, Olof Johansson wrote:
> On Mon, Mar 23, 2015 at 12:32:38PM +0200, Roger Quadros wrote:
>> Hi Arnd, Hi Olof,
>>
>> Based on Tony's request I will be sending you pull requests for OMAP-GPMC driver
>> hence forth. I've sent this earlier on the 9th of March but had missed to copy Olof.
> 
> It was actually in my queue but I hadn't gotten to it yet. A few comments
> below.
> 
>> Please pull in these OMAP-GPMC driver fixes for v4.1.
>> Patches have been tested for GPMC-NAND on dra7-evm and omap3-beagle.
>>
>> Thanks.
>>
>> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
>>
>>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
>>
>> are available in the git repository at:
>>
>>   git at github.com:rogerq/linux.git tags/gpmc-omap-for-v4.1
>>
>> for you to fetch changes up to 4b613e9b4bbe94545a588a100e09006d827a7ebe:
>>
>>   ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters (2015-03-06 12:55:32 +0200)
> 
> Merged into next/drivers

Thanks Olof.

> 
>> ----------------------------------------------------------------
>> OMAP-GPMC driver fixes for v4.1
>>
>> * Fixed WAITMONITORINGTIME programming to be based on
>> GPMC_CLK instead of GPMC_FCLK. The GPMC clock divider
>> programming is fixed for both synchronous and asynchronous
>> modes.
>> * Allow GPMC's children of default bus type to be populated in
>> the device tree.
>> * Improved DEBUG output data and format.
>> * Prevent writing 1 into reserved bits of GPMC_CONFIG7.
>>
>> ----------------------------------------------------------------
>> Robert ABEL (8):
>>       ARM OMAP2+ GPMC: don't undef DEBUG
>>       ARM OMAP2+ GPMC: add bus children
>>       ARM OMAP2+ GPMC: fix debug output alignment
>>       ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS
>>       ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER
>>       ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME
>>       ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug
>>       ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters
> 
> We prefix patches to arch/arm/* with ARM: <platform>:. For these, memory: gpmc:
> seems to be a better prefix going forward.

Noted.

> 
>> Semen Protsenko (2):
>>       ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf
>>       ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static
>>
>>  arch/arm/mach-omap2/gpmc-nand.c    |  18 +++++----
>>  arch/arm/mach-omap2/gpmc-onenand.c |   4 +-
>>  arch/arm/mach-omap2/usb-tusb6010.c |   4 +-
>>  drivers/memory/omap-gpmc.c         | 358 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
>>  include/linux/omap-gpmc.h          |   3 +-
> 
> Tip: If you have a 80-column terminal, or redirect the request-pull to
> a file, you dont' get these super long diffstat lines. :)

Got it. Thanks :).

cheers,
-roger

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-09  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 10:32 [GIT PULL] OMAP-GPMC driver updates for v4.1 Roger Quadros
2015-03-30  7:55 ` Roger Quadros
2015-04-03 18:01 ` Olof Johansson
2015-04-09  9:35   ` Roger Quadros

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).