All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] DaVinci driver updates
@ 2017-02-02 13:31 Sekhar Nori
  2017-02-02 13:45 ` Sekhar Nori
  0 siblings, 1 reply; 7+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:31 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers

for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:

  sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)

----------------------------------------------------------------
Driver updates for SATA support on DA850.

These have been acked by SATA maintainer
Tejun Heo. Tejun preferred these be queued
through ARM-SoC because of the dependencies
with platform code.

----------------------------------------------------------------
Bartosz Golaszewski (6):
      sata: ahci-da850: get the sata clock using a connection id
      sata: ahci-da850: add device tree match table
      sata: ahci-da850: implement a workaround for the softreset quirk
      sata: ahci: export ahci_do_hardreset() locally
      sata: ahci-da850: add a workaround for controller instability
      sata: ahci-da850: un-hardcode the MPY bits

 drivers/ata/ahci.h       |   3 +
 drivers/ata/ahci_da850.c | 175 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/ata/libahci.c    |  18 +++--
 3 files changed, 174 insertions(+), 22 deletions(-)

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

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-02 13:31 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
@ 2017-02-02 13:45 ` Sekhar Nori
  0 siblings, 0 replies; 7+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thursday 02 February 2017 07:01 PM, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers
> 
> for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:
> 
>   sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)

Please ignore this. There was an error while sending out the series. I
have resent it.

Thanks,
Sekhar

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

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-16 16:21   ` Arnd Bergmann
@ 2017-02-17 12:41     ` Sekhar Nori
  0 siblings, 0 replies; 7+ messages in thread
From: Sekhar Nori @ 2017-02-17 12:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Thursday 16 February 2017 09:51 PM, Arnd Bergmann wrote:
> On Monday, February 13, 2017 1:30:31 PM CET Sekhar Nori wrote:
>> Hi Arnd, Olof,
>>
>> A gentle ping on pulling this pull request set.
>>
> 
> Thanks for the reminder! For some reason I had never moved
> these into the TODO folder, so they went by completely
> unnoticed. At least we had an -rc8 now, so there was some time
> to take care of them.

No problem! Thanks for pulling these.

Thanks,
Sekhar

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

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-13  8:00 ` Sekhar Nori
@ 2017-02-16 16:21   ` Arnd Bergmann
  2017-02-17 12:41     ` Sekhar Nori
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, February 13, 2017 1:30:31 PM CET Sekhar Nori wrote:
> Hi Arnd, Olof,
> 
> A gentle ping on pulling this pull request set.
> 

Thanks for the reminder! For some reason I had never moved
these into the TODO folder, so they went by completely
unnoticed. At least we had an -rc8 now, so there was some time
to take care of them.

	Arnd

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

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-02 13:33 Sekhar Nori
  2017-02-13  8:00 ` Sekhar Nori
@ 2017-02-16 16:15 ` Arnd Bergmann
  1 sibling, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, February 2, 2017 7:03:45 PM CET Sekhar Nori wrote:
> Driver updates for SATA support on DA850.
> 
> These have been acked by SATA maintainer
> Tejun Heo. Tejun preferred these be queued
> through ARM-SoC because of the dependencies
> with platform code.

Ok, pulled into next/drivers now, thanks!

	Arnd

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

* [GIT PULL 1/4] DaVinci driver updates
  2017-02-02 13:33 Sekhar Nori
@ 2017-02-13  8:00 ` Sekhar Nori
  2017-02-16 16:21   ` Arnd Bergmann
  2017-02-16 16:15 ` Arnd Bergmann
  1 sibling, 1 reply; 7+ messages in thread
From: Sekhar Nori @ 2017-02-13  8:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

A gentle ping on pulling this pull request set.

Thanks,
Sekhar

On Thursday 02 February 2017 07:03 PM, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers
> 
> for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:
> 
>   sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)
> 
> ----------------------------------------------------------------
> Driver updates for SATA support on DA850.
> 
> These have been acked by SATA maintainer
> Tejun Heo. Tejun preferred these be queued
> through ARM-SoC because of the dependencies
> with platform code.
> 
> ----------------------------------------------------------------
> Bartosz Golaszewski (6):
>       sata: ahci-da850: get the sata clock using a connection id
>       sata: ahci-da850: add device tree match table
>       sata: ahci-da850: implement a workaround for the softreset quirk
>       sata: ahci: export ahci_do_hardreset() locally
>       sata: ahci-da850: add a workaround for controller instability
>       sata: ahci-da850: un-hardcode the MPY bits
> 
>  drivers/ata/ahci.h       |   3 +
>  drivers/ata/ahci_da850.c | 175 ++++++++++++++++++++++++++++++++++++++++++-----
>  drivers/ata/libahci.c    |  18 +++--
>  3 files changed, 174 insertions(+), 22 deletions(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [GIT PULL 1/4] DaVinci driver updates
@ 2017-02-02 13:33 Sekhar Nori
  2017-02-13  8:00 ` Sekhar Nori
  2017-02-16 16:15 ` Arnd Bergmann
  0 siblings, 2 replies; 7+ messages in thread
From: Sekhar Nori @ 2017-02-02 13:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.11/drivers

for you to fetch changes up to cdf0ead3747200d527f37170d3fdd41e368f88b0:

  sata: ahci-da850: un-hardcode the MPY bits (2017-01-31 20:41:52 +0530)

----------------------------------------------------------------
Driver updates for SATA support on DA850.

These have been acked by SATA maintainer
Tejun Heo. Tejun preferred these be queued
through ARM-SoC because of the dependencies
with platform code.

----------------------------------------------------------------
Bartosz Golaszewski (6):
      sata: ahci-da850: get the sata clock using a connection id
      sata: ahci-da850: add device tree match table
      sata: ahci-da850: implement a workaround for the softreset quirk
      sata: ahci: export ahci_do_hardreset() locally
      sata: ahci-da850: add a workaround for controller instability
      sata: ahci-da850: un-hardcode the MPY bits

 drivers/ata/ahci.h       |   3 +
 drivers/ata/ahci_da850.c | 175 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/ata/libahci.c    |  18 +++--
 3 files changed, 174 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2017-02-17 12:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 13:31 [GIT PULL 1/4] DaVinci driver updates Sekhar Nori
2017-02-02 13:45 ` Sekhar Nori
2017-02-02 13:33 Sekhar Nori
2017-02-13  8:00 ` Sekhar Nori
2017-02-16 16:21   ` Arnd Bergmann
2017-02-17 12:41     ` Sekhar Nori
2017-02-16 16:15 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.