clocks = <&sys_ctrl HI6220_I2C2_CLK>;
+ interrupts = <0 46 4>;
+ i2c-sda-hold-time-ns = <300>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c2_pmx_func &i2c2_cfg_func>
n Yan " :)
BR,
Bintian
---
.../devicetree/bindings/arm/hisilicon/hisilicon.txt | 16
1 file changed, 16 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
ind
On 2015/7/7 17:33, Russell King - ARM Linux wrote:
On Tue, Jul 07, 2015 at 04:47:33PM +0800, Bintian wrote:
Hi Russell,
Could you spend several minutes to review Stephen's patch?
Sorry, I'm busy this week, I need to sort out my git tree, get some fixes
out which should've bee
Hi Russell,
Could you spend several minutes to review Stephen's patch?
Thanks,
Bintian
On 2015/7/7 7:57, Stephen Boyd wrote:
On 05/28/2015 01:52 PM, Stephen Boyd wrote:
Add the call to of_clk_set_defaults() into the amba probe path so
that devices on the amba bus can use the assigned
changes for 4.2
Thanks for your time.
BR,
Bintian
On 2015/6/9 9:39, Bintian wrote:
Hello Shawn,
On 2015/6/9 8:55, Shawn Guo wrote:
A minor random comment below.
On Sat, May 30, 2015 at 09:51:00AM +0800, Bintian Wang wrote:
+ao_ctrl: ao_ctrl {
+compatible = "hisilicon,h
Hello Shawn,
On 2015/6/9 8:55, Shawn Guo wrote:
A minor random comment below.
On Sat, May 30, 2015 at 09:51:00AM +0800, Bintian Wang wrote:
+ ao_ctrl: ao_ctrl {
+ compatible = "hisilicon,hi6220-aoctrl", "syscon";
+
On 2015/6/4 12:36, Rob Herring wrote:
On Fri, May 29, 2015 at 8:50 PM, Bintian Wang wrote:
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
Suggested-by: Arnd Bergmann
Acked-by: Haojian Zhuang
On 2015/6/4 6:39, Michael Turquette wrote:
Quoting Bintian Wang (2015-05-28 19:08:38)
Add clock drivers for hi6220 SoC, this driver controls the SoC
registers to supply different clocks to different IPs in the SoC.
We add one divider clock for hi6220 because the divider in hi6220
also has a
Hello Mark, Rob and other ARM64 DT maintainers,
Could you help to ack this patch?
Thanks for your time.
Bintian
On 2015/5/30 9:51, Bintian Wang wrote:
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53
Hello Russell,
On 2015/6/2 19:24, Russell King - ARM Linux wrote:
On Tue, Jun 02, 2015 at 06:55:20PM +0800, Bintian wrote:
On 2015/6/2 16:59, Linus Walleij wrote:
On Sat, May 30, 2015 at 3:50 AM, Bintian Wang wrote:
Hisilicon does some performance enhancements based on PL011(e.g. larger
On 2015/6/2 16:59, Linus Walleij wrote:
On Sat, May 30, 2015 at 3:50 AM, Bintian Wang wrote:
Hisilicon does some performance enhancements based on PL011(e.g. larger
FIFO length), so add one compatible string "hisilicon,hi6220-uart" for
That compatible string in the commit mess
error.
Thanks,
Bintian
On 2015/5/30 9:50, Bintian Wang wrote:
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Cortex A53 cores. Initial support is minimal and
includes just the arch
h speed clock on UART1 mux
* Other changes based on the discussion in the mailing list:
https://lkml.org/lkml/2015/2/5/147
Bintian Wang (6):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
arm64: hi6220: Document devicetree bindings for Hisilicon hi6220 SoC
clk: hi6220: Docume
Hisilicon does some performance enhancements based on PL011(e.g. larger
FIFO length), so add one compatible string "hisilicon,hi6220-uart" for
future optimisations or workarounds works.
Signed-off-by: Bintian Wang
Suggested-by: Mark Rutland
---
Documentation/devicetree/bindings/se
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Wei Xu
Tested-by: Will Deacon
Tested-by: Tyler Baker
Tested-by: Kevin Hilman
---
arch/arm64/Kconfig |5 +
arch/arm64
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Suggested-by: Arnd Bergmann
Acked-by: Stephen Boyd
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34
1 file changed, 34 insertions(+)
create mode
Add the header file "hi6220-clock.h" used by both
hi6220 clock driver and hi6220 device tree file.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
Tested-by: Will Deacon
Tested-by: Tyler Baker
Tested-by: Kevin Hilman
---
include/dt-bindings/clock/hi6220-cloc
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Yiping
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
Suggested-by: Arnd Bergmann
Acked-by: Haojian Zhuang
Acked-by: Stephen Boyd
---
.../bindings/arm/hisilicon/hisilicon.txt | 87
Hello Kevin,
On 2015/5/30 7:00, Kevin Hilman wrote:
Hi Bintian,
Bintian Wang writes:
From: Bintian Wang
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Cortex A53 cores. Initial support
Hello Stephen,
Thank you very much for this fix.
BR,
Bintian
On 2015/5/29 18:45, Stephen Rothwell wrote:
Hi all,
Today's linux-next merge of the clk tree got a conflict in
drivers/clk/Makefile between commit 33156149fc4a ("ARM: imx: move clock
drivers into drivers/clk") f
Hello Mike,
On 2015/5/29 9:07, Michael Turquette wrote:
Quoting Kevin Hilman (2015-05-28 10:32:05)
Bintian writes:
Hello Mike,
On 2015/5/28 13:26, Michael Turquette wrote:
Quoting Bintian Wang (2015-05-23 21:11:11)
Add clock drivers for hi6220 SoC, this driver controls the SoC
registers
Hello Kevin,
On 2015/5/29 0:50, Kevin Hilman wrote:
Bintian Wang writes:
__init markings on function prototypes are useless, so remove
them.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
Can you repost the whole series please?
The number of patches has increased and it'
Add the header file "hi6220-clock.h" used by both
hi6220 clock driver and hi6220 device tree file.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
Tested-by: Will Deacon
Tested-by: Tyler Baker
Tested-by: Kevin Hilman
---
include/dt-bindings/clock/hi6220-clo
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
Tested-by: Will Deacon
Tested-by: Tyler Baker
Tested
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Suggested-by: Arnd Bergmann
Acked-by: Stephen Boyd
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34 ++
1 file changed, 34 insertions(+)
create mode
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Yiping
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
Suggested-by: Arnd Bergmann
Acked-by: Haojian Zhuang
Acked-by: Stephen Boyd
---
.../bindings/arm/hisilicon/hisilicon.txt | 87
__init markings on function prototypes are useless, so remove
them.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
Tested-by: Will Deacon
Tested-by: Tyler Baker
Tested-by: Kevin Hilman
---
drivers/clk/hisilicon/clk.h | 22 +++---
1 file changed, 11 insertions(+), 11
From: Bintian Wang
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Cortex A53 cores. Initial support is minimal and
includes just the arch configuration, clock driver, device tree
Hisilicon does some performance enhancements based on PL011(e.g. larger
FIFO length), so add one compatible string "hisilicon,hi6220-uart" for
future optimisations or workarounds works.
Signed-off-by: Bintian Wang
Suggested-by: Mark Rutland
---
Documentation/devicetree/bindings/se
Hello Kevin,
On 2015/5/29 1:32, Kevin Hilman wrote:
Bintian writes:
Hello Mike,
On 2015/5/28 13:26, Michael Turquette wrote:
Quoting Bintian Wang (2015-05-23 21:11:11)
Add clock drivers for hi6220 SoC, this driver controls the SoC
registers to supply different clocks to different IPs in
Hello Mike,
On 2015/5/28 13:26, Michael Turquette wrote:
Quoting Bintian Wang (2015-05-23 21:11:11)
Add clock drivers for hi6220 SoC, this driver controls the SoC
registers to supply different clocks to different IPs in the SoC.
We add one divider clock for hi6220 because the divider in
__init markings on function prototypes are useless, so remove
them.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
---
drivers/clk/hisilicon/clk.h | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/drivers/clk/hisilicon/clk.h b/drivers/clk
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
Tested-by: Will Deacon
Tested-by: Tyler Baker
---
d
Add the header file "hi6220-clock.h" used by both
hi6220 clock driver and hi6220 device tree file.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
---
include/dt-bindings/clock/hi6220-clock.h | 173 +++
1 file changed, 173 insertions(+)
create m
Hello Stephen,
On 2015/5/22 2:00, Stephen Boyd wrote:
On 05/20/15 20:57, Bintian wrote:
+
+static void __init hi6220_clk_sys_init(struct device_node *np)
+{
+struct hisi_clock_data *clk_data;
+
+clk_data = hisi_clk_init(np, HI6220_SYS_NR_CLKS);
+if (!clk_data)
+return
Hello Stephen, Arnd,
On 2015/5/21 6:25, Stephen Boyd wrote:
On 05/20/15 03:29, Bintian Wang wrote:
Add clock drivers for hi6220 SoC, this driver controls the SoC
registers to supply different clocks to different IPs in the SoC.
We add one divider clock for hi6220 because the divider in hi6220
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
Tested-by: Will Deacon
Tested-by: Tyler Baker
---
d
__init markings on function prototypes are useless, so remove
them.
Suggested-by: Stephen Boyd
Signed-off-by: Bintian Wang
---
drivers/clk/hisilicon/clk.h | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/drivers/clk/hisilicon/clk.h b/drivers/clk
Hello Stephen,
I will fix in version 7 based on all comments.
Thanks,
Bintian
On 2015/5/20 9:39, Stephen Boyd wrote:
On 05/16, Bintian Wang wrote:
@@ -94,18 +106,23 @@ struct clk *hisi_register_clkgate_sep(struct device *,
const char *,
const char
your suggestion, I will talk about this with Hisilicon SoC
maintainer XuWei.
I have updated this patch based on your suggestion, could you help
review patch "[PATCH v6 5/6] clk: hi6220: Clock driver support for
Hisilicon hi6220 SoC"?
Thanks,
Bintian
--
To unsubscribe from this list
Hello Mike, Stephen,
I updated this patch based on Stephen's suggestion, could you spend
several minutes to help review?
If there is no problem, please help to ack.
Thanks,
Bintian
On 2015/5/16 15:40, Bintian Wang wrote:
Add clock drivers for hi6220 SoC, this driver controls th
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
Tested-by: Will Deacon
Tested-by: Tyler Baker
---
d
Hello Stephen,
On 2015/5/15 8:25, Stephen Boyd wrote:
On 05/05, Bintian Wang wrote:
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 9897f35..935c44b 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -152,6 +152,8 @@ config COMMON_CLK_CDCE706
source "drivers/clk
Hello Stephen,
On 2015/5/15 8:27, Stephen Boyd wrote:
On 05/05, Bintian Wang wrote:
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
Acked-by: Stephen Boyd
Thanks for your ACK!
Bintian
d's suggestion?
Thanks,
Also thanks to all engineers who help review/test this patch set.
Bintian
On 2015/5/7 22:00, Bintian Wang wrote:
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Corte
Hello Mark, Will,
Any other suggestions for this patch set?
Thanks,
Bintian
On 2015/5/5 20:06, Bintian Wang wrote:
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Cortex A53 cores. Initial
Hello Kevin,
On 2015/5/12 11:05, Leo Yan wrote:
hi Kevin,
On Mon, May 11, 2015 at 05:20:54PM -0700, Kevin Hilman wrote:
On Thu, May 7, 2015 at 4:11 PM, Brent Wang wrote:
Hello Kevin,
2015-05-08 4:30 GMT+08:00 Kevin Hilman :
Bintian Wang writes:
Hi6220 is one mobile solution of
Hello Mike,
Could you help to review the patch set especially the clock drivers?
if there is no problem, please help ack the clock parts :)
Thanks,
Bintian
On 2015/5/7 22:00, Bintian Wang wrote:
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Suggested-by: Arnd Bergmann
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34
1 file changed, 34 insertions(+)
create mode 100644 Documentation
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Yiping
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
Suggested-by: Arnd Bergmann
Acked-by: Haojian Zhuang
---
.../bindings/arm/hisilicon/hisilicon.txt | 87
1 file
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Wei Xu
Tested-by: Will Deacon
Tested-by: Tyler Baker
---
arch/arm64/Kconfig |5 +
arch/arm64/configs/defconfig |1
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Acked-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
Tested-by: Will Deacon
Tested-by: Tyler Baker
---
d
Hisilicon does some performance enhancements based on PL011(e.g. larger
FIFO length), so add one compatible string "hisilicon,hi6220-uart" for
future optimisations or workarounds works.
Signed-off-by: Bintian Wang
Suggested-by: Mark Rutland
---
Documentation/devicetree/bindings/se
x
* Other changes based on the discussion in the mailing list:
https://lkml.org/lkml/2015/2/5/147
Bintian Wang (6):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
arm64: hi6220: Document devicetree bindings for Hisilicon hi6220 SoC
clk: hi6220: Document devicetree bindings fo
Thank you Tyler for testing this patch set.
On 2015/5/6 7:46, Tyler Baker wrote:
On 5 May 2015 at 05:06, Bintian Wang wrote:
Hi6220 is one mobile solution of Hisilicon, this patchset contains
initial support for Hi6220 SoC and HiKey development board, which
supports octal ARM Cortex A53 cores
gs document
* Enable high speed clock on UART1 mux
* Other changes based on the discussion in the mailing list:
https://lkml.org/lkml/2015/2/5/147
Bintian Wang (5):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
arm64: hi6220: Document devicetree bindings for Hisilicon hi62
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Wei Xu
---
arch/arm64/Kconfig | 5 +
arch/arm64/configs/defconfig | 1 +
2 files changed, 6 insertions(+)
diff --git a
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
---
drivers/clk/Kconfig | 2 +
d
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
---
.../bindings/arm/hisilicon/hisilicon.txt | 87 ++
1 file changed, 87 insertions(+)
diff --git a/Documentation
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/hi6220
iling list:
https://lkml.org/lkml/2015/2/5/147
Bintian Wang (5):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
arm64: hi6220: Document devicetree bindings for Hisilicon hi6220 SoC
clk: hi6220: Document devicetree bindings for hi6220 clock
clk: hi6220: Clock driver support for
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
---
drivers/clk/Kconfig | 2 +
d
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Wei Xu
---
arch/arm64/Kconfig | 5 +
arch/arm64/configs/defconfig | 1 +
2 files changed, 6 insertions(+)
diff --git a
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/hi6220
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
---
.../bindings/arm/hisilicon/hisilicon.txt | 87 ++
1 file changed, 87 insertions(+)
diff --git a/Documentation
Hello Kevin,
On 2015/4/21 5:10, Kevin Hilman wrote:
Bintian Wang writes:
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Wei Xu
[...]
diff --git a/arch/arm64/configs
Hello Arnd,
On 2015/4/14 18:19, Arnd Bergmann wrote:
On Tuesday 14 April 2015 11:35:26 Bintian wrote:
Hello Arnd,
On 2015/4/13 23:32, Arnd Bergmann wrote:
On Monday 13 April 2015 17:17:37 Bintian Wang wrote:
+- compatible: the compatible should be one of the following strings to
Hello Arnd,
On 2015/4/13 23:32, Arnd Bergmann wrote:
On Monday 13 April 2015 17:17:37 Bintian Wang wrote:
+- compatible: the compatible should be one of the following strings to
+ indicate the clock controller functionality.
+
+ - "hisilicon,aoctrl"
+ - "hi
Hello Arnd,
Thanks for your code review.
On 2015/4/13 21:30, Arnd Bergmann wrote:
On Monday 13 April 2015 17:17:38 Bintian Wang wrote:
+#define HI6220_CFG_CSI2PHY 8
+#define HI6220_ISP_SCLK_GATE 9
+#define HI6220_ISP_SCLK_GATE1 10
+#define HI6220_ADE_CORE_GATE 11
+#define
Hello Paul,
Thank you very much for code review and testing on arm!
On 2015/4/13 19:56, Paul Bolle wrote:
On Mon, 2015-04-13 at 17:17 +0800, Bintian Wang wrote:
--- /dev/null
+++ b/drivers/clk/hisilicon/Kconfig
@@ -0,0 +1,5 @@
+config COMMON_CLK_HI6220
+ tristate "Hi6220 Clock D
Document DT files bindings for Hisilicon hi6220 clock.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
---
.../devicetree/bindings/clock/hi6220-clock.txt | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/hi6220
Select hi6220 clock driver for ARCH_HISI.
Signed-off-by: Bintian Wang
---
arch/arm64/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 64d4d6d..75c55fe 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -230,6 +230,7 @@ config
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
Signed-off-by: Jorge Ramirez-Ortiz
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Zhangfei Gao
---
drivers/clk/Kconfig | 2 +
d
Add initial dtsi file to support Hisilicon Hi6220 SoC with
support of Octal core CPUs in two clusters and each cluster
has quard Cortex-A53.
Also add dts file to support HiKey development board which
based on Hi6220 SoC.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by
This patch adds documentation for the devicetree bindings used by the
DT files of Hisilicon hi6220 SoC mobile platform.
Signed-off-by: Bintian Wang
---
.../bindings/arm/hisilicon/hisilicon.txt | 73 ++
1 file changed, 73 insertions(+)
diff --git a/Documentation
k on UART1 mux
* Other changes based on the discussion in the mailing list:
https://lkml.org/lkml/2015/2/5/147
Bintian Wang (6):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
arm64: hi6220: Document devicetree bindings for Hisilicon hi6220 SoC
clk: hi6220: Document
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Wei Xu
---
arch/arm64/Kconfig | 5 +
arch/arm64/configs/defconfig | 1 +
2 files changed, 6 insertions(+)
diff --git a
h
based on Hi6220 SoC and document the devicetree bindings.
These dts files will be changed later and more nodes will be
added to describe other devices.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Yiping Xu
---
.../bindings/arm/hisilicon/hisilicon.txt | 33
peripheral drivers will be submitted later.
Any comments will be appreciated!
Thanks,
Bintian Wang (3):
arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig
clk: hi6220: Clock driver support for Hisilicon hi6220 SoC
arm64: dts: Add dts files for Hisilicon Hi6220 SoC
we can not get index of the mask bit by
left shift fixed bits (e.g. 16 bits), so we add this divider clock
to handle it.
This patch also enables this clock driver for ARCH_HISI and document
devicetree bindings.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Zh
This patch introduces ARCH_HISI to enable Hisilicon SoC family in
Kconfig and defconfig.
Signed-off-by: Bintian Wang
Reviewed-by: Haojian Zhuang
Reviewed-by: Wei Xu
---
arch/arm64/Kconfig |5 +
arch/arm64/configs/defconfig |1 +
2 files changed, 6 insertions(+)
diff
Fix incorrect description of structure element "msb", which is
described as "reg".
Signed-off-by: Bintian Wang
---
include/linux/regmap.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 4419b99..
Use __initconst instead of __initdata for constant init data.
Signed-off-by: Bintian Wang
---
drivers/clk/hisilicon/clk-hi3620.c | 70 +++---
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/drivers/clk/hisilicon/clk-hi3620.c
b/drivers/clk
ram_console is replaced by pstore and pstore_ram drivers,
and there is no code to use this head file, so remove it.
Signed-off-by: Bintian Wang
---
drivers/staging/android/ram_console.h | 22 --
1 file changed, 22 deletions(-)
delete mode 100644 drivers/staging/android
ultz
Cc: Sean McNeil
Signed-off-by: Bintian Wang
---
fs/fat/fat.h |1 +
fs/fat/file.c |8
fs/fat/inode.c| 12
include/uapi/linux/msdos_fs.h | 10 ++
4 files changed, 31 insertions(+)
diff --git a/fs/fat/
es above bug by adding a parameter to ioctl to get the correct
volume ID.
Cc: dmitry pervushin
Cc: Mike Lockwood
Cc: Colin Cross
Cc: Android Kernel Team
Cc: OGAWA Hirofumi
Cc: Andrew Morton
Cc: John Stultz
Signed-off-by: Bintian Wang
---
fs/fat/fat.h |1 +
fs/fat/file.
et the correct volume ID.
Cc: dmitry pervushin
Cc: Mike Lockwood
Cc: Colin Cross
Cc: Android Kernel Team
Cc: OGAWA Hirofumi
Cc: Andrew Morton
Cc: John Stultz
Signed-off-by: Bintian Wang
---
fs/fat/dir.c | 14 ++
fs/fat/fat.h |1 +
92 matches
Mail list logo