From: Li Yu
Add optional property hisilicon,dma-min-chan for k3dma.
Signed-off-by: Li Yu
Signed-off-by: Guodong Xu
---
Documentation/devicetree/bindings/dma/k3dma.txt | 6 ++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/dma/k3dma.txt
b/Documentation
secure/non-secure
access permission but is actually set in early stage by bootloader.
Guodong Xu (1):
arm64: dts: hi3660: update property name hisilicon,dma-min-chan
Li Yu (3):
dt-bindings: k3dma: add optional property hisilicon,dma-min-chan
k3dma: add support to reserved minimum channels
umentation/devicetree/bindings/dma/k3dma.txt for more
information.
Signed-off-by: Li Yu
Signed-off-by: Guodong Xu
---
drivers/dma/k3dma.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
index fa31cccbe04f..33efb541acb2 10
Update property name dma-min-chan to "hisilicon,dma-min-chan"
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.
From: Li Yu
Axi_config controls whether DMA resources can be accessed in non-secure
mode, such as linux kernel. The setting is actually done in
bootloader stage.
This patch removes axi_config from k3dma driver.
Signed-off-by: Li Yu
Signed-off-by: Guodong Xu
---
drivers/dma/k3dma.c | 3
On Wed, Jul 4, 2018 at 9:14 AM Guodong Xu wrote:
>
> On Wed, Jul 4, 2018 at 2:54 AM Rob Herring wrote:
> >
> > On Fri, Jun 22, 2018 at 11:24:14AM +0800, Guodong Xu wrote:
> > > From: Li Yu
> > >
> > > Add optional property dma_min_cha
On Thu, Jun 28, 2018 at 2:02 PM Vinod wrote:
>
> On 22-06-18, 11:24, Guodong Xu wrote:
> > From: Li Yu
> >
> > On k3 series of SoC, DMA controller reserves some channels for
> > other on-chip coprocessors. By adding support to dma_min_chan, kernel
> > wi
On Wed, Jul 4, 2018 at 2:54 AM Rob Herring wrote:
>
> On Fri, Jun 22, 2018 at 11:24:14AM +0800, Guodong Xu wrote:
> > From: Li Yu
> >
> > Add optional property dma_min_chan for k3dma.
> >
> > Signed-off-by: Li Yu
> > ---
> > Documentation/dev
This patchset fixes bug people found on hikey960 when allocating DMA
channels to peripherals such as SPI. It fails because the channel is
reserved, and is not accessible by kernel.
Patch 1 and 2 add support to reserved channels for K3 DMA. Patch 3
includes a removal of axi_config who controls DMA
From: Li Yu
Axi_config controls whether DMA resources can be accessed in non-secure
mode, such as linux kernel. The setting is actually done in
bootloader stage.
This patch removes axi_config from k3dma driver.
Signed-off-by: Li Yu
Signed-off-by: Guodong Xu
---
drivers/dma/k3dma.c | 3
/devicetree/bindings/dma/k3dma.txt
Signed-off-by: Li Yu
Signed-off-by: Guodong Xu
---
drivers/dma/k3dma.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
index fa31cccbe04f..13cec12742e3 100644
--- a/drivers/dma/k3dma.c
From: Li Yu
Add optional property dma_min_chan for k3dma.
Signed-off-by: Li Yu
---
Documentation/devicetree/bindings/dma/k3dma.txt | 6 ++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/dma/k3dma.txt
b/Documentation/devicetree/bindings/dma/k3dma.txt
index
On Mon, Oct 23, 2017 at 12:43 PM, Amit Kucheria
wrote:
> On Thu, Oct 19, 2017 at 5:30 PM, Guodong Xu wrote:
>>
>>
>> On Thu, Oct 19, 2017 at 4:57 AM, Amit Kucheria
>> wrote:
>>>
>>> Blink the LED on a kernel panic.
>>>
>>> Signed-of
From: Leo Yan
This patch is to add watchdog binding for Hi3660 on Hikey960 board.
Cc: Guodong Xu
Cc: Zhong Kaihua
Signed-off-by: Leo Yan
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660
Update bluetooth UART max-speed to 3Mbps
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
From: Wang Ruyi
Add bindings for DMA.
Signed-off-by: Wang Ruyi
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
From: Victor Chong
This patch adds op-tee node for hikey960
Signed-off-by: Victor Chong
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts/hisilicon/hi3660-hik
Add support to hikey960 dts for the syscon-reboot-mode driver.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64
Add reset-names = "reset" into mmc nodes.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index 5fd5686..41841f7 100644
This patch reserves some memory in the DTS and sets up a
pstore device tree node to enable pstore support on HiKey960.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64
From: Leo Yan
There are two clusters on the Hi3660, the first one is Cortex-A53 based
and the other one is Cortex-A73 based. These two clusters have different
idle states.
Thanks to Daniel Lezcano's recent changes, the generic ARM cpuidle
driver can now support several clusters with different id
From: Leo Yan
This patch adds the L2 cache topology on 96boards Hikey960.
Signed-off-by: Leo Yan
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660
From: YiPing Xu
Add pmu dt node for hi3660
Signed-off-by: YiPing Xu
Signed-off-by: Zhong Kaihua
Signed-off-by: Leo Yan
Tested-by: Jumana Mundichipparakkal
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm64/boot/
node.
[1]
https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
Guodong Xu (4):
arm64: dts: hikey960: Add support for syscon-reboot-mode
arm64: dts: hikey960: Add pstore support
arm64: dts: hi3660: Reset the mmc hosts
arm64: dts: hikey960: change bluetooth uart ma
Enable configs for hi6421v530 mfd and regulator driver
+ CONFIG_MFD_HI6421_PMIC=y
+ CONFIG_REGULATOR_HI6421V530=y
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index
This patch enables these configs:
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
As example, a bluetooth device connected to UART port can be supported by
this.
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch
From: Xiaowei Song
Enable HiSilicon Kirin series SoCs PCIe controllers
Signed-off-by: Guodong Xu
Signed-off-by: Xiaowei Song
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b4ca115..4e14c6d
From: Wang Ruyi
enable DMA driver for hi3660.
Signed-off-by: Wang Ruyi
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 81008e1..ab085d0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/ar
From: Victor Chong
This patch enables configs for Trusted Execution Environment (TEE) and
OP-TEE.
+CONFIG_TEE=y
+CONFIG_OPTEE=y
Signed-off-by: Victor Chong
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs
Enable CONFIG_SYSCON_REBOOT_MODE
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d752beb..f7081056 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs
, please
refer to [1].
[1]
https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
===
Major changes in v2:
- Add patch 6 to enable K3 DMA
Guodong Xu (3):
arm64: defconfig: enable support hi6421v530 PMIC
arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE
arm64
From: YiPing Xu
Add pmu dt node for hi3660
Signed-off-by: YiPing Xu
Signed-off-by: Zhong Kaihua
Signed-off-by: Leo Yan
Tested-by: Jumana Mundichipparakkal
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm64/boot/
From: Victor Chong
This patch adds op-tee node for hikey960
Signed-off-by: Victor Chong
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts/hisilicon/hi3660-hik
From: Wang Ruyi
Add bindings for DMA.
Signed-off-by: Wang Ruyi
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
Add support to hikey960 dts for the syscon-reboot-mode driver.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64
Update bluetooth UART max-speed to 3Mbps
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
This patch reserves some memory in the DTS and sets up a
pstore device tree node to enable pstore support on HiKey960.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64
Add reset-names = "reset" into mmc nodes.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index 5fd5686..41841f7 100644
From: Leo Yan
This patch adds the L2 cache topology on 96boards Hikey960.
Signed-off-by: Leo Yan
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660
From: Leo Yan
On Hi3660 there have two clusters, one is CA53 cluster and another is
CA73 cluster. This two clusters have different idle states separately.
With Daniel Lezcano's patch (ARM: cpuidle: Support asymmetric idle
definition), now ARM idle driver can support different clusters with
differ
or details information about it, please
refer to [1].
===
Major changes in v2:
- add patch 8 to change bluetooth uart max-speed to 3Mbps
- add patch 9 for DMA node.
[1]
https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
Guodong Xu (4):
arm64: dts: hikey960: Add s
clk_factor_uart3 to 1.
Signed-off-by: Zhong Kaihua
Signed-off-by: Guodong Xu
---
drivers/clk/hisilicon/clk-hi3660.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/hisilicon/clk-hi3660.c
b/drivers/clk/hisilicon/clk-hi3660.c
index a18258e..f404199 100644
--- a
From: Victor Chong
This patch enables configs for Trusted Execution Environment (TEE) and
OP-TEE.
+CONFIG_TEE=y
+CONFIG_OPTEE=y
Signed-off-by: Victor Chong
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs
Enable CONFIG_SYSCON_REBOOT_MODE
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d752beb..f7081056 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs
This patch enables these configs:
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
As example, a bluetooth device connected to UART port can be supported by
this.
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch
Enable configs for hi6421v530 mfd and regulator driver
+ CONFIG_MFD_HI6421_PMIC=y
+ CONFIG_REGULATOR_HI6421V530=y
Signed-off-by: Guodong Xu
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index
From: Xiaowei Song
Enable HiSilicon Kirin series SoCs PCIe controllers
Signed-off-by: Guodong Xu
Signed-off-by: Xiaowei Song
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b4ca115..4e14c6d
to [1].
[1]
https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
Guodong Xu (3):
arm64: defconfig: enable support hi6421v530 PMIC
arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE
arm64: defconfig: enable support for serial port connected device
Victor Chong (1
From: Leo Yan
This patch adds the L2 cache topology on 96boards Hikey960.
Signed-off-by: Leo Yan
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660
This patch reserves some memory in the DTS and sets up a
pstore device tree node to enable pstore support on HiKey960.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64
Add support to hikey960 dts for the syscon-reboot-mode driver.
Cc: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64
From: YiPing Xu
Add pmu dt node for hi3660
Signed-off-by: YiPing Xu
Signed-off-by: Zhong Kaihua
Signed-off-by: Leo Yan
Tested-by: Jumana Mundichipparakkal
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 20
1 file changed, 20 insertions(+)
diff --git a/arch/arm64/boot/
From: Leo Yan
On Hi3660 there have two clusters, one is CA53 cluster and another is
CA73 cluster. This two clusters have different idle states separately.
With Daniel Lezcano's patch (ARM: cpuidle: Support asymmetric idle
definition), now ARM idle driver can support different clusters with
differ
Add reset-names = "reset" into mmc nodes.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index 5fd5686..41841f7 100644
From: Victor Chong
This patch adds op-tee node for hikey960
Signed-off-by: Victor Chong
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts/hisilicon/hi3660-hik
[1]
https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
Guodong Xu (3):
arm64: dts: hikey960: Add support for syscon-reboot-mode
arm64: dts: hikey960: Add pstore support
arm64: dts: hi3660: Reset the mmc hosts
Leo Yan (2):
arm64: dts: hi3660: enable idle states
Major changes in v2:
- instead of writing a new driver, extend hi6421-pmic-core.c
to support its v530 revision
- update hi6421v530-regulator.c to use modern regulator driver
design logics.
*** BLURB HERE ***
Guodong Xu (3):
mfd: hi6421-pmic: cleanup: change license text to shorter for
Change license text to a shorter form of GPLv2.
Signed-off-by: Guodong Xu
Acked-by: Arnd Bergmann
---
drivers/mfd/hi6421-pmic-core.c | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/drivers/mfd/hi6421-pmic-core.c b/drivers/mfd/hi6421-pmic-core.c
index 3fd703f
Update dev_err messages to make them more readable.
Signed-off-by: Guodong Xu
Acked-by: Arnd Bergmann
---
drivers/mfd/hi6421-pmic-core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mfd/hi6421-pmic-core.c b/drivers/mfd/hi6421-pmic-core.c
index ad9e3d8
regulator details,
LDO voltage points.
Signed-off-by: Wang Xiaoyin
Signed-off-by: Guodong Xu
Acked-by: Arnd Bergmann
---
drivers/mfd/hi6421-pmic-core.c | 70 ++---
include/linux/mfd/hi6421-pmic.h | 5 +++
2 files changed, 57 insertions(+), 18 deletions(-)
diff
On Thu, Jul 6, 2017 at 1:13 PM, Jaehoon Chung wrote:
> Hi,
>
> To Guodong, if you can forward this to Li Wei, plz do it. Sorry.
>
Sure. Put Li Wei in cc.
And add my response.
> On 07/03/2017 10:06 AM, liwei wrote:
>>
>> Add sd card support for hi3660 soc
>
> Need the patch for adding "hi3660-dw-
On Mon, Jul 3, 2017 at 9:32 PM, Wei Xu wrote:
> Hi Guodong,
>
> On 2017/7/3 14:04, Guodong Xu wrote:
>> Hi, Xu Wei
>>
>>
>>
>> On Mon, Jul 3, 2017 at 6:47 PM, Will Deacon wrote:
>>> On Sun, Jul 02, 2017 at 06:36:57PM -0500, Bjorn Helgaas
Hi, Xu Wei
On Mon, Jul 3, 2017 at 6:47 PM, Will Deacon wrote:
> On Sun, Jul 02, 2017 at 06:36:57PM -0500, Bjorn Helgaas wrote:
>> [+cc Catalin, Will, linux-arm-kernel]
>>
>> Applied patches 2 & 3 to pci/host-kirin for v4.13.
>>
>> I would like a MAINTAINERS update, too. If you send me that, I'
Hi, Li Wei
I have some minor comments to your patch.
> On Tue, Jun 13, 2017 at 3:25 PM, liwei wrote:
First of all, please modify author part. It is recommended to use "Li
Wei", instead of what you are using now "liwei". If you are using git
format-patch, send-email, please modify your
~/.gitcon
see it in linux-next 0626.
Best regards,
Guodong Xu
On Mon, Jun 19, 2017 at 6:23 PM, Xiaowei Song wrote:
> Hisilicon PCIe Driver shares the common functions for PCIe dw-host
>
> The poweron functions is developed on hi3660 SoC,
> while Others Functions are common for Kirin series S
: https://lkml.org/lkml/2017/6/8/1077
Thank you.
Best regards,
Guodong
On Fri, Jun 9, 2017 at 6:08 AM, Guodong Xu wrote:
> Add support for HiSilicon Hi6421v530 PMIC. Hi6421v530 communicates with
> main SoC via memory-mapped I/O.
>
> Hi6421v530 and Hi6421 are PMIC chips from the
Hi, Ulf, Jaehoon
Sorry to disturb. Would it be possible to get some of your bandwidth
on this patch? Would you please give us your opinion?
Thank you.
-Guodong
On Tue, Jun 13, 2017 at 3:25 PM, liwei wrote:
> Add sd card support for hi3660 soc
>
> Signed-off-by: Li Wei
> Signed-off-by: Chen J
On Mon, Jun 19, 2017 at 10:02 PM, kbuild test robot wrote:
> Hi Xiaowei,
>
> [auto build test ERROR on pci/next]
> [also build test ERROR on v4.12-rc5 next-20170619]
> [if your patch is applied to the wrong git tree, please drop us a note to
> help improve the system]
>
> url:
> https://githu
On Tue, Jun 20, 2017 at 4:32 PM, Wangtao (Kevin, Kirin)
wrote:
>
>
> 在 2017/6/20 15:38, Guodong Xu 写道:
>>
>>
>>
>> 2017年6月20日 上午11:49,"Tao Wang" > <mailto:kevin.wang...@hisilicon.com>>写道:
>>
>> Bind thermal sensor driver
On Sun, Jun 18, 2017 at 8:31 AM, kbuild test robot wrote:
> Hi Bu,
>
> [auto build test ERROR on mkp-scsi/for-next]
> [also build test ERROR on v4.12-rc5 next-20170616]
> [cannot apply to robh/for-next]
> [if your patch is applied to the wrong git tree, please drop us a note to
> help improve the
Hi, Bjorn
On Sat, Jun 17, 2017 at 5:11 AM, Bjorn Helgaas wrote:
> On Tue, Jun 06, 2017 at 07:19:53PM +0800, Guodong Xu wrote:
>> Hi, Arnd
>>
>> On Tue, Jun 6, 2017 at 5:23 PM, Arnd Bergmann wrote:
>> > On Sun, Jun 4, 2017 at 2:03 AM, kbuild test robot wrote:
>&
From: Xiaowei Song
Add PCIe node for hi3660
Cc: Guodong Xu
Signed-off-by: Xiaowei Song
Acked-by: Arnd Bergmann
Changes in v5:
* fix interrupt-map, to conform to gic's #address-cells = <0>
* remove redundant status = "ok"
---
arch/arm64/boot/dts/hisil
Thanks, Wei.
On Fri, Jun 16, 2017 at 3:55 AM, Wei Xu wrote:
> Hi Guodong,
>
> On 2017/6/8 23:08, Guodong Xu wrote:
>> From: Wang Xiaoyin
>>
>> add device node for hi6421 pmic core and hi6421v530
>> voltage regulator,include LDO(1,3,9,11,15,16)
>>
>>
From: Chen Feng
Add dts node to enable pl031 rtc.
Signed-off-by: Chen Feng
Acked-by: Rob Herring
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
ind
From: Wang Xiaoyin
Add spi2 and spi3 device nodes for hi3660, and enable them for hikey960.
On HiKey960:
- SPI2 is wired out through low speed expansion connector.
- SPI3 is wired out through high speed expansion connector.
Signed-off-by: Wang Xiaoyin
Signed-off-by: Guodong Xu
---
arch
From: Li Wei
Add sd/sdio device nodes for hi3660 soc
Signed-off-by: Li Wei
Signed-off-by: Chen Jun
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 8
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 58 +++
2 files changed, 66 insertions(+)
diff --git a/a
Add nodes for WiFi. HiKey960 is using TI WL1837MOD module.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 33 +++
1 file changed, 33 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts
From: Wang Xiaoyin
add device node for hi6421 pmic core and hi6421v530
voltage regulator,include LDO(1,3,9,11,15,16)
Signed-off-by: Wang Xiaoyin
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 46 +++
1 file changed, 46 insertions
Add bindings for hi3660 mmc support
Signed-off-by: Li Wei
Signed-off-by: Guodong Xu
---
Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
b/Documentation/devicetree/bindings/mmc/k3-dw
From: Xiaowei Song
Add PCIe node for hi3660, and add binding documentation.
Cc: Guodong Xu
Signed-off-by: Xiaowei Song
Acked-by: Arnd Bergmann
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 32 +++
1 file changed, 32 insertions(+)
diff --git a/arch/arm64/boot
Add compatible string for HiSilicon Hi6421v530 PMIC.
Signed-off-by: Guodong Xu
Acked-for-mfd-by: Lee Jones
Acked-by: Arnd Bergmann
---
Documentation/devicetree/bindings/mfd/hi6421.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd
From: Leo Yan
The Hi3660 SoC comes with the sp804 timer in addition to the
architecture timers. These ones are shutdown when reaching a deep idle
states and a backup timer is needed. The sp804 belongs to another power
domain and can fulfill the purpose of replacing temporarily an
architecture tim
From: Xiaowei Song
This patch adds document for PCIe of Kirin SoC series.
Signed-off-by: Xiaowei Song
Acked-by: Rob Herring
---
.../devicetree/bindings/pci/kirin-pcie.txt | 50 ++
1 file changed, 50 insertions(+)
create mode 100644 Documentation/devicetree/binding
HiKey960 has four user LEDs, and two special purpose LEDs: WiFi and BT
respectively.
All of them are implemented as GPIO.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 48 +++
1 file changed, 48 insertions(+)
diff --git a/arch/arm64/boot
From: Wang Xiaoyin
This patch adds pl061 device nodes for Hi3660 SoC.
Signed-off-by: Wang Xiaoyin
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 380 ++
1 file changed, 380 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
b/arch/arm64/boot/dts
This adds the serial slave device for the WL1837 Bluetooth interface.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts
wired out through low
speed expansion connector.
- UART5 is not used in commercial launched boards. So disable it.
- UART4 is connected to Bluetooth, WL1837.
Signed-off-by: Chen Feng
Signed-off-by: Wang Xiaoyin
Signed-off-by: Guodong Xu
Reviewed-by: Zhangfei Gao
---
arch/arm64/boot/dts
From: Chen Jun
We use gpio_034 as power key on hikey960, and set gpio with pull-up
state, when key press the voltage on the gpio will come to lower, and
power key event will be reported.
Signed-off-by: Chen Jun
Signed-off-by: John Stultz
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts
From: Zhangfei Gao
Add I2C nodes for Hi3660-hikey960.
On HiKey960,
I2C0, I2C7 are connected to Low Speed Expansion Connector.
I2C1 is connected to ADV7535.
I2C3 is connected to USB5734.
Cc: Jarkko Nikula
Signed-off-by: Zhangfei Gao
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts
From: Wang Xiaoyin
This commit adds more pinmux and pinctrl information for devices
on HiKey960, including i2c, spi, cam, uart, ufs, pcie, csi, pwr_key,
isp, sd/sdio, i2s, and usb.
Signed-off-by: Wang Xiaoyin
Signed-off-by: Chen Jun
Signed-off-by: Guodong Xu
Acked-by: Rob Herring
Update compatible string for hikey960. HiKey960 is a develpment board built
with SoC Hi3660.
Signed-off-by: Guodong Xu
Signed-off-by: Chen Feng
Acked-by: Rob Herring
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch
From: Zhangfei Gao
Add some resource nodes for clock and reset
Signed-off-by: Zhangfei Gao
Acked-by: Rob Herring
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 53 +++
1 file changed, 46 insertions(+), 7 deletions(-)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3
Add bindings for HiKey960 Board.
Signed-off-by: Guodong Xu
Acked-by: Rob Herring
---
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
b/Documentation/devicetree
g586147.html
[5] mmc: https://patchwork.kernel.org/patch/9783273/
Chen Feng (2):
arm64: dts: hi3660: Add uarts nodes
arm64: dts: hi3660: Add pl031 rtc node
Chen Jun (1):
arm64: dts: hi3660: add power key dts node
Guodong Xu (7):
dt-bindings: arm: hisilicon: add bindings for HiKey96
On Thu, Jun 15, 2017 at 8:23 AM, Leo Yan wrote:
> On Wed, Jun 14, 2017 at 04:23:31PM +0800, Guodong Xu wrote:
>> From: Leo Yan
>>
>> On Hi3660 there have two clusters, one is CA53 cluster and another is
>> CA73 cluster. This two clusters have different idle states
The hi6421v530-regulator driver consumes a similarly named platform device.
Adding that to the module device table, allows modprobe to locate this
driver once the device is created.
Signed-off-by: Guodong Xu
---
drivers/regulator/hi6421v530-regulator.c | 7 +++
1 file changed, 7 insertions
From: Wang Xiaoyin
This commit adds more pinmux and pinctrl information for devices
on HiKey960, including i2c, spi, cam, uart, ufs, pcie, csi, pwr_key,
isp, sd/sdio, i2s, and usb.
Signed-off-by: Wang Xiaoyin
Signed-off-by: Chen Jun
Signed-off-by: Guodong Xu
Acked-by: Rob Herring
wired out through low
speed expansion connector.
- UART5 is not used in commercial launched boards. So disable it.
- UART4 is connected to Bluetooth, WL1837.
Signed-off-by: Chen Feng
Signed-off-by: Wang Xiaoyin
Signed-off-by: Guodong Xu
Reviewed-by: Zhangfei Gao
---
arch/arm64/boot/dts
From: Zhangfei Gao
Add I2C nodes for Hi3660-hikey960.
On HiKey960,
I2C0, I2C7 are connected to Low Speed Expansion Connector.
I2C1 is connected to ADV7535.
I2C3 is connected to USB5734.
Cc: Jarkko Nikula
Signed-off-by: Zhangfei Gao
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts
This adds the serial slave device for the WL1837 Bluetooth interface.
Signed-off-by: Guodong Xu
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
b/arch/arm64/boot/dts
1 - 100 of 388 matches
Mail list logo