All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: hisi: SoC driver updates for v4.18
@ 2018-05-11 14:42 Wei Xu
  2018-05-14 20:18 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Xu @ 2018-05-11 14:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,

Please help to pull the following changes.
Sorry for the inconvenience, because it depends on this patch [1]
which was merged in the rc3, I rebased the pull on rc3.
Thanks!

[1] HISI LPC: Add Kconfig MFD_CORE dependency
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/bus?h=v4.17-rc3&id=4b313ca7b661ab8782f3dcb4a8996632a470b4da

Best Regards,
Wei

---

The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:

  Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)

are available in the Git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-4.18

for you to fetch changes up to adf3457b4ce6940885be3e5ee832c6949fba4166:

  HISI LPC: Add ACPI UART support (2018-05-10 17:45:52 +0100)

----------------------------------------------------------------
ARM64: hisi: SoC driver updates for 4.18

- Update hisi LPC bus driver to use the platform driver APIs
  other than the MFD APIs to support connected device like UART

----------------------------------------------------------------
John Garry (3):
      HISI LPC: Stop using MFD APIs
      HISI LPC: Re-Add ACPI child enumeration support
      HISI LPC: Add ACPI UART support

 drivers/bus/Kconfig    |   1 -
 drivers/bus/hisi_lpc.c | 159 ++++++++++++++++++++++++++++++-------------------
 2 files changed, 97 insertions(+), 63 deletions(-)

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

* [GIT PULL] arm64: hisi: SoC driver updates for v4.18
  2018-05-11 14:42 [GIT PULL] arm64: hisi: SoC driver updates for v4.18 Wei Xu
@ 2018-05-14 20:18 ` Olof Johansson
  2018-05-15  8:25   ` Wei Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-05-14 20:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 11, 2018 at 03:42:09PM +0100, Wei Xu wrote:
> Hi Arnd, Hi Olof,
> 
> Please help to pull the following changes.
> Sorry for the inconvenience, because it depends on this patch [1]
> which was merged in the rc3, I rebased the pull on rc3.
> Thanks!
> 
> [1] HISI LPC: Add Kconfig MFD_CORE dependency
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/bus?h=v4.17-rc3&id=4b313ca7b661ab8782f3dcb4a8996632a470b4da
> 
> Best Regards,
> Wei
> 
> ---
> 
> The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
> 
>   Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-4.18
> 
> for you to fetch changes up to adf3457b4ce6940885be3e5ee832c6949fba4166:
> 
>   HISI LPC: Add ACPI UART support (2018-05-10 17:45:52 +0100)
> 
> ----------------------------------------------------------------
> ARM64: hisi: SoC driver updates for 4.18
> 
> - Update hisi LPC bus driver to use the platform driver APIs
>   other than the MFD APIs to support connected device like UART

Merged, thanks.

Same thing here as with the DT branch though -- if you look at a lot
of other patches under drivers/bus, nearly all of them use "bus: <...>"
as prefix, so please move over to using that for yours as well on future
patches/pull requests.



-Olof

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

* [GIT PULL] arm64: hisi: SoC driver updates for v4.18
  2018-05-14 20:18 ` Olof Johansson
@ 2018-05-15  8:25   ` Wei Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Xu @ 2018-05-15  8:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On 2018/5/14 21:18, Olof Johansson wrote:
> On Fri, May 11, 2018 at 03:42:09PM +0100, Wei Xu wrote:
>> Hi Arnd, Hi Olof,
>>
>> Please help to pull the following changes.
>> Sorry for the inconvenience, because it depends on this patch [1]
>> which was merged in the rc3, I rebased the pull on rc3.
>> Thanks!
>>
>> [1] HISI LPC: Add Kconfig MFD_CORE dependency
>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/bus?h=v4.17-rc3&id=4b313ca7b661ab8782f3dcb4a8996632a470b4da
>>
>> Best Regards,
>> Wei
>>
>> ---
>>
>> The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
>>
>>   Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-4.18
>>
>> for you to fetch changes up to adf3457b4ce6940885be3e5ee832c6949fba4166:
>>
>>   HISI LPC: Add ACPI UART support (2018-05-10 17:45:52 +0100)
>>
>> ----------------------------------------------------------------
>> ARM64: hisi: SoC driver updates for 4.18
>>
>> - Update hisi LPC bus driver to use the platform driver APIs
>>   other than the MFD APIs to support connected device like UART
> 
> Merged, thanks.
> 
> Same thing here as with the DT branch though -- if you look at a lot
> of other patches under drivers/bus, nearly all of them use "bus: <...>"
> as prefix, so please move over to using that for yours as well on future
> patches/pull requests.
> 

Sorry, I will take care these kind of things in the future.
Thanks!

Best Regards,
Wei

> 
> 
> -Olof
> 
> .
> 

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

end of thread, other threads:[~2018-05-15  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 14:42 [GIT PULL] arm64: hisi: SoC driver updates for v4.18 Wei Xu
2018-05-14 20:18 ` Olof Johansson
2018-05-15  8:25   ` Wei Xu

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.