mbox series

[GIT,PULL] arm64: hisi: SoC driver updates for v4.18

Message ID 5AF5ABC1.60009@hisilicon.com
State New
Headers show
Series [GIT,PULL] arm64: hisi: SoC driver updates for v4.18 | expand

Pull-request

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

Message

Wei Xu May 11, 2018, 2:42 p.m. UTC
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(-)

Comments

Olof Johansson May 14, 2018, 8:18 p.m. UTC | #1
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
Wei Xu May 15, 2018, 8:25 a.m. UTC | #2
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
> 
> .
>