[linux-sunxi] [PATCH v2 0/2] ARM: dts: sunxi: Fix cpufreq instabilities

2015-03-20 Thread Chen-Yu Tsai
, regardless of whether regulators were added or not. I would like to revisit this after the new OPP bindings are merged and support added to cpufreq-dt. Changes since v1: - Added sun4i dts fixes - Corrected A10-Lime settings to match sun4i Regards ChenYu Chen-Yu Tsai (2): ARM: dts: sun4i

[linux-sunxi] Re: [PATCH v2 06/13] musb: Add support for the Allwinner sunxi musb controller

2015-03-20 Thread Chen-Yu Tsai
Hi, On Sat, Mar 21, 2015 at 3:11 AM, Hans de Goede hdego...@redhat.com wrote: This is based on initial code to get the Allwinner sunxi musb controller supported by Chen-Yu Tsai and Roman Byshko. This adds support for the Allwinner sunxi musb controller in both host only and otg mode

[linux-sunxi] Re: [PATCH 00/15] musb: Add support for the Allwinner sunxi musb controller

2015-03-09 Thread Chen-Yu Tsai
Hi Arnd, On Tue, Mar 10, 2015 at 5:44 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 09 March 2015 21:40:13 Hans de Goede wrote: Hi All, This patch set has been a while in the making, so I'm very happy to present the end result here, and I hope everyone likes it. Awesome work! Before

Re: [linux-sunxi] Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-03-09 Thread Chen-Yu Tsai
Hi, On Mon, Mar 9, 2015 at 4:39 PM, Vishnu Patekar vishnupatekar0...@gmail.com wrote: Hello, It's sensible work by Allwinner to release the dram code under GPLv2. Now, we can have mainline u-boot support for A33 soon. Hans, Yes, I've very basic A33 dts created based on A23, still lot to

[linux-sunxi] [PATCH v5 07/12] regulator: axp20x: add support for AXP22X regulators

2015-03-10 Thread Chen-Yu Tsai
. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com [w...@csie.org: Moved variant choosing to multi family support patch] [w...@csie.org: Add dc-dc work frequency range] [w...@csie.org: Add switch type output regulator DC1SW] Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/regulator

[linux-sunxi] [PATCH v5 06/12] regulator: axp20x: prepare support for multiple AXP chip families

2015-03-10 Thread Chen-Yu Tsai
different DC-DC work frequency ranges] Signed-off-by: Chen-Yu Tsai w...@csie.org --- I realize this patch and the next set off a whole bunch of alarms with lines longer than 80 characters, but I really don't want to introduce a whole bunch of whitespace changes together. --- drivers/regulator/axp20x

[linux-sunxi] [PATCH v5 01/12] ARM: dts: sun6i: add p2wi controller node to dtsi

2015-03-10 Thread Chen-Yu Tsai
title; rename p2wi pins and use as default] Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index fa2f403ccf28..92abea20b946

[linux-sunxi] [PATCH v5 03/12] mfd: axp20x: add AXP22x PMIC support

2015-03-10 Thread Chen-Yu Tsai
...@csie.org: fix interrupts and move regulators to separate patch] Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/mfd/axp20x.c | 98 ++ include/linux/mfd/axp20x.h | 86 2 files changed, 184 insertions

[linux-sunxi] [PATCH v5 10/12] ARM: dts: sun6i: hummingbird: Add AXP221 regulator nodes

2015-03-10 Thread Chen-Yu Tsai
This patch adds the AXP221 regulators. Only the ones directly used on the board are added. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 56 - 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts

[linux-sunxi] [PATCH v5 08/12] mfd: axp20x: Add AXP22x regulator information to DT bindings

2015-03-10 Thread Chen-Yu Tsai
Add the list of regulators for AXP22x to the DT bindings. This includes the names and supply names. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/mfd/axp20x.txt | 27 1 file changed, 27 insertions(+) diff --git a/Documentation

[linux-sunxi] [PATCH v5 04/12] mfd: axp20x: update DT bindings with AXP22x compatibles

2015-03-10 Thread Chen-Yu Tsai
Add AXP221 to the list of supported devices. Also replace any mention of AXP20x in the document with a generic PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/mfd/axp20x.txt | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[linux-sunxi] [PATCH v5 00/12] mfd: axp20x: add AXP221 PMIC support

2015-03-10 Thread Chen-Yu Tsai
on/off switch. - Add AXP221 to DT bindings Boris BREZILLON (4): ARM: dts: sun6i: add p2wi controller node to dtsi mfd: axp20x: add AXP22x PMIC support regulator: axp20x: prepare support for multiple AXP chip families regulator: axp20x: add support for AXP22X regulators Chen-Yu Tsai (8

[linux-sunxi] [PATCH v5 09/12] mfd: axp20x: Enable AXP22X regulators

2015-03-10 Thread Chen-Yu Tsai
Now that the axp20x-regulators driver supports different variants of the AXP family, we can enable regulator support for AXP22X without the risk of incorrectly configuring regulators. Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/mfd/axp20x.c | 2 ++ 1 file changed, 2 insertions(+) diff

[linux-sunxi] [PATCH v5 12/12] ARM: dts: sun6i: hummingbird: Enable the onboard WiFi module

2015-03-10 Thread Chen-Yu Tsai
signaling via GPIO, but this is buggy and not enabled yet. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts b/arch/arm/boot/dts/sun6i-a31

[linux-sunxi] [PATCH v5 02/12] ARM: dts: sun6i: hummingbird: Enable P2WI controller

2015-03-10 Thread Chen-Yu Tsai
The Hummingbird A31 has an AXP221 PMIC hooked up to the P2WI controller. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts b/arch/arm/boot/dts/sun6i-a31

[linux-sunxi] [PATCH v5 11/12] ARM: dts: sun6i: Add pinmux settings for mmc1 to dtsi

2015-03-10 Thread Chen-Yu Tsai
mmc1 is used to connect to the WiFi chip on the Hummingbird A31. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun6i-a31.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 92abea20b946

Re: [linux-sunxi] [PATCH 6/7] ARM: dts: sun7i: Add OOB irq support to boards with broadcom sdio wifi

2015-03-07 Thread Chen-Yu Tsai
Hi, On Sun, Mar 8, 2015 at 3:01 AM, Hans de Goede hdego...@redhat.com wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 11 +++ arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts | 11 +++ 2 files changed, 22 insertions(+)

Re: [linux-sunxi] [PATCH 6/7] ARM: dts: sun7i: Add OOB irq support to boards with broadcom sdio wifi

2015-03-07 Thread Chen-Yu Tsai
On Sun, Mar 8, 2015 at 3:01 AM, Hans de Goede hdego...@redhat.com wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 11 +++ arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts | 11 +++ 2 files changed, 22 insertions(+) diff

Re: [linux-sunxi] [PATCH 7/7] ARM: dts: sun7i: Enable cap-sdio-irq for bananapro sdio wifi

2015-03-07 Thread Chen-Yu Tsai
On Sun, Mar 8, 2015 at 3:01 AM, Hans de Goede hdego...@redhat.com wrote: The sdio wifi on the Banana Pro does not appear to have an oob irq hooked up, so enable sdio-irq support to avoid unnecessary polling. I wonder if this is stable enough to put back into the mmc driver, i.e. declare the

Re: [linux-sunxi] [PATCH v3 3/3] ARM: dts: sun6i: Add dts file for CSQ CS908 board

2015-03-14 Thread Chen-Yu Tsai
Hi, Sorry for digging through old patches. On Mon, Dec 29, 2014 at 7:09 PM, Hans de Goede hdego...@redhat.com wrote: The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND, rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG controller), ethernet, 3.5 mm jack with

[linux-sunxi] Re: [PATCH v5 12/12] ARM: dts: sun6i: hummingbird: Enable the onboard WiFi module

2015-03-10 Thread Chen-Yu Tsai
On Wed, Mar 11, 2015 at 5:32 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Mar 10, 2015 at 07:59:24PM +0800, Chen-Yu Tsai wrote: The Hummingbird A31 has an AMPAK AP6210 WiFi+Bluetooth module. The WiFi part is a BCM43362 IC connected to MMC1 in the A31 SoC via SDIO. The IC

[linux-sunxi] Re: [PATCH v5 12/12] ARM: dts: sun6i: hummingbird: Enable the onboard WiFi module

2015-03-11 Thread Chen-Yu Tsai
On Wed, Mar 11, 2015 at 4:52 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, Mar 11, 2015 at 11:11:49AM +0800, Chen-Yu Tsai wrote: On Wed, Mar 11, 2015 at 5:32 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Mar 10, 2015 at 07:59:24PM +0800, Chen-Yu Tsai

[linux-sunxi] [PATCH resend v2 0/2] ARM: dts: sunxi: Fix cpufreq instabilities

2015-03-24 Thread Chen-Yu Tsai
to match sun4i Regards ChenYu Chen-Yu Tsai (2): ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP setting ARM: dts: sunxi: Remove overclocked/overvoltaged OPP arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts | 16 arch/arm/boot/dts/sun4i-a10.dtsi | 3

[linux-sunxi] [PATCH resend v2 2/2] ARM: dts: sunxi: Remove overclocked/overvoltaged OPP

2015-03-24 Thread Chen-Yu Tsai
of OPP bindings, which support boost settings and frequency ranges, among other things. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun4i-a10.dtsi | 3 +-- arch/arm/boot/dts/sun5i-a13.dtsi | 3 +-- arch/arm/boot/dts/sun7i-a20.dtsi | 3 +-- 3 files changed, 3 insertions(+), 6

[linux-sunxi] [PATCH resend v2 1/2] ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP setting

2015-03-24 Thread Chen-Yu Tsai
The Olimex A10-Lime is known to be unstable when running at 1008MHz. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts b/arch/arm/boot

Re: [linux-sunxi] Re: [PATCH 2/3] ARM: sun8i: Add SMP support for the Allwinner A23

2015-03-25 Thread Chen-Yu Tsai
Hi Maxime, On Thu, Mar 19, 2015 at 2:18 AM, maxime.ripard maxime.rip...@free-electrons.com wrote: Hi Kevin, On Thu, Mar 19, 2015 at 12:05:06PM +0800, kevin.z.m...@gmail.com wrote: One question I couldn't find any answer to is that does the SMP bit is set in secondary_startup? I

[linux-sunxi] Re: [PATCH v6 1/6] mfd: axp20x: add AXP22x PMIC support

2015-04-01 Thread Chen-Yu Tsai
On Wed, Apr 1, 2015 at 12:12 AM, Lee Jones lee.jo...@linaro.org wrote: On Wed, 01 Apr 2015, Chen-Yu Tsai wrote: From: Boris BREZILLON boris.brezil...@free-electrons.com Add support for the AXP22x PMIC devices to the existing AXP20x driver. This includes the AXP221 and AXP223, which

[linux-sunxi] [PATCH v6 2/6] mfd: axp20x: update DT bindings with AXP22x compatibles

2015-04-01 Thread Chen-Yu Tsai
Add AXP221 to the list of supported devices. Also replace any mention of AXP20x in the document with a generic PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Lee Jones lee.jo...@linaro.org --- Documentation/devicetree/bindings/mfd/axp20x.txt | 7 --- 1 file changed, 4 insertions

[linux-sunxi] [PATCH v6 4/6] regulator: axp20x: add support for AXP22X regulators

2015-04-01 Thread Chen-Yu Tsai
. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com [w...@csie.org: Moved variant choosing to multi family support patch] [w...@csie.org: Add dc-dc work frequency range] [w...@csie.org: Add switch type output regulator DC1SW] Signed-off-by: Chen-Yu Tsai w...@csie.org Reviewed-by: Mark

[linux-sunxi] [PATCH v6 6/6] mfd: axp20x: Enable AXP22X regulators

2015-04-01 Thread Chen-Yu Tsai
Now that the axp20x-regulators driver supports different variants of the AXP family, we can enable regulator support for AXP22X without the risk of incorrectly configuring regulators. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Lee Jones lee.jo...@linaro.org --- drivers/mfd/axp20x.c | 2

[linux-sunxi] [PATCH v6 0/6] mfd: axp20x: add AXP221 PMIC support

2015-04-01 Thread Chen-Yu Tsai
Boris BREZILLON (3): mfd: axp20x: add AXP22x PMIC support regulator: axp20x: prepare support for multiple AXP chip families regulator: axp20x: add support for AXP22X regulators Chen-Yu Tsai (3): mfd: axp20x: update DT bindings with AXP22x compatibles mfd: axp20x: Add AXP22x regulator

[linux-sunxi] [PATCH v6 1/6] mfd: axp20x: add AXP22x PMIC support

2015-04-01 Thread Chen-Yu Tsai
...@csie.org: fix interrupts and move regulators to separate patch] Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Lee Jones lee.jo...@linaro.org --- drivers/mfd/axp20x.c | 98 ++ include/linux/mfd/axp20x.h | 86

[linux-sunxi] [PATCH v6 3/6] regulator: axp20x: prepare support for multiple AXP chip families

2015-04-01 Thread Chen-Yu Tsai
different DC-DC work frequency ranges] Signed-off-by: Chen-Yu Tsai w...@csie.org Reviewed-by: Mark Brown broo...@kernel.org --- drivers/regulator/axp20x-regulator.c | 143 +++ 1 file changed, 94 insertions(+), 49 deletions(-) diff --git a/drivers/regulator/axp20x

Re: [linux-sunxi] Re: [PATCH 1/2] ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP setting

2015-03-26 Thread Chen-Yu Tsai
Hi, On Thu, Mar 26, 2015 at 9:58 AM, Iain Paton ipat...@gmail.com wrote: On 19/03/15 06:57, Siarhei Siamashka wrote: I should also mention that using 960MHz @1.4V does not fail, but it does not have any safety headroom either (the cyan 'sun4i_poorlime' line on the plot):

[linux-sunxi] [PATCH v2 1/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support

2015-03-02 Thread Chen-Yu Tsai
PMICs and the AC100 codec/RTC). However the RSB protocol is an extension of P2WI, which was close enough to SMBus to be integrated into the I2C subsystem in commit 3e833490fae5 (i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support). Signed-off-by: Chen-Yu Tsai w...@csie.org

[linux-sunxi] [PATCH v2 3/4] ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23 dtsi

2015-03-02 Thread Chen-Yu Tsai
This patch adds a device node for the Reduced Serial Bus (RSB) controller and the defacto pinmux setting to the A23 dtsi. Since there is only one possible pinmux setting for RSB, just set it in the dtsi. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23.dtsi | 21

[linux-sunxi] [PATCH v2 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation

2015-03-02 Thread Chen-Yu Tsai
the hardware vendor uses. Signed-off-by: Chen-Yu Tsai w...@csie.org --- .../devicetree/bindings/i2c/i2c-sunxi-rsb.txt | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sunxi-rsb.txt diff --git a/Documentation/devicetree

[linux-sunxi] [PATCH v2 0/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support

2015-03-02 Thread Chen-Yu Tsai
the same IP block with no differences, but the related clock/reset/pinctrl drivers are still WIP. Regards, ChenYu Chen-Yu Tsai (4): i2c: sunxi: Add Reduced Serial Bus (RSB) support i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation ARM: dts: sun8i: Add Reduced Serial Bus

[linux-sunxi] [PATCH v2 4/4] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller

2015-03-02 Thread Chen-Yu Tsai
The Reduced Serial Bus controller is used to talk to the onboard PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts b/arch/arm/boot/dts/sun8i-a23-ippo

Re: [linux-sunxi] simplefb and gpio_backlight?

2015-02-20 Thread Chen-Yu Tsai
On Fri, Feb 20, 2015 at 5:24 PM, Jens Thiele ka...@karme.de wrote: Hans de Goede hdego...@redhat.com writes: Hi, On 19-02-15 22:09, Jens Thiele wrote: would dpms-like functionality work using simplefb with gpio_backlight (CONFIG_BACKLIGHT_GPIO) if one provides correct information in the

[linux-sunxi] [PATCH 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation

2015-02-24 Thread Chen-Yu Tsai
device nodes. Signed-off-by: Chen-Yu Tsai w...@csie.org --- .../devicetree/bindings/i2c/i2c-sunxi-rsb.txt | 50 ++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sunxi-rsb.txt diff --git a/Documentation/devicetree/bindings

[linux-sunxi] [PATCH 3/4] ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23 dtsi

2015-02-24 Thread Chen-Yu Tsai
This patch adds a device node for the Reduced Serial Bus (RSB) controller and the defacto pinmux setting to the A23 dtsi. Since there is only one possible pinmux setting for RSB, just set it in the dtsi. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23.dtsi | 21

[linux-sunxi] [PATCH 4/4] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller

2015-02-24 Thread Chen-Yu Tsai
The Reduced Serial Bus controller is used to talk to the onboard PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts b/arch/arm/boot/dts/sun8i-a23-ippo

[linux-sunxi] [PATCH 1/4] i2c: sunxi: Add Reduced Serial Bus (RSB) support

2015-02-24 Thread Chen-Yu Tsai
PMICs and the AC100 codec/RTC). However the RSB protocol is an extension of P2WI, which was close enough to SMBus to be integrated into the I2C subsystem in commit 3e833490fae5 (i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support). Signed-off-by: Chen-Yu Tsai w...@csie.org

[linux-sunxi] Re: [PATCH 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation

2015-02-24 Thread Chen-Yu Tsai
On Tue, Feb 24, 2015 at 10:17 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 24 February 2015 22:01:26 Chen-Yu Tsai wrote: On Tue, Feb 24, 2015 at 6:37 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 24 February 2015 18:29:02 Chen-Yu Tsai wrote: + rsb@01f03400

[linux-sunxi] Re: [PATCH 2/4] i2c: sunxi: Add Reduced Serial Bus (RSB) DT bindings documentation

2015-02-24 Thread Chen-Yu Tsai
On Tue, Feb 24, 2015 at 6:37 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 24 February 2015 18:29:02 Chen-Yu Tsai wrote: + rsb@01f03400 { + compatible = allwinner,sun8i-a23-rsb; + reg = 0x01f03400 0x400; + interrupts = 0 39 4

[linux-sunxi] Re: [PATCH v5 03/12] mfd: axp20x: add AXP22x PMIC support

2015-03-23 Thread Chen-Yu Tsai
Hi, On Mon, Mar 23, 2015 at 4:52 AM, Lee Jones lee.jo...@linaro.org wrote: On Tue, 10 Mar 2015, Chen-Yu Tsai wrote: From: Boris BREZILLON boris.brezil...@free-electrons.com Add support for the AXP22x PMIC devices to the existing AXP20x driver. This includes the AXP221 and AXP223, which

Re: [linux-sunxi] Cubietruck kernel 4.0-rc4 platform cpufreq-dt: Driver cpufreq-dt requests probe deferral

2015-03-23 Thread Chen-Yu Tsai
Hi, On Sun, Mar 22, 2015 at 4:50 AM, Jim Bos jimbos...@gmail.com wrote: I enabled cpufreq-dt but something is wrong, I only seem to get probe deferral messages: $ grep cpufreq-dt dmesg.txt [1.986899] platform cpufreq-dt: Driver cpufreq-dt requests probe deferral [2.597085] platform

[linux-sunxi] Re: [PATCH v5 08/12] mfd: axp20x: Add AXP22x regulator information to DT bindings

2015-03-23 Thread Chen-Yu Tsai
On Mon, Mar 23, 2015 at 4:54 AM, Lee Jones lee.jo...@linaro.org wrote: On Tue, 10 Mar 2015, Chen-Yu Tsai wrote: Add the list of regulators for AXP22x to the DT bindings. This includes the names and supply names. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree

[linux-sunxi] Re: [PATCH v2 0/2] ARM: dts: sunxi: Fix cpufreq instabilities

2015-03-23 Thread Chen-Yu Tsai
On Sat, Mar 21, 2015 at 11:20 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, Mar 20, 2015 at 02:49:18PM +0800, Chen-Yu Tsai wrote: Hi Maxime, Here's v2 of the sunxi cpufreq dts fixes, aimed at 4.0. The first patch limits the Olimex A10-Lime to 912MHz, as a few people

[linux-sunxi] Re: [PATCH 2/6] clk: sunxi: Add H3 clocks support

2015-05-06 Thread Chen-Yu Tsai
Hi, On Wed, May 6, 2015 at 5:31 PM, Jens Kuske jensku...@gmail.com wrote: The H3 clock control unit is similar to the those of other sun8i family members like the A23. The AHB1 gates got split up into AHB1 and AHB2, with AHB2 clock source being muxable between AHB1 and PLL6/2, but still

[linux-sunxi] Re: [PATCH 1/2] ARM: dts: sun9i: cubieboard4: Enable USB support

2015-05-08 Thread Chen-Yu Tsai
On Fri, May 8, 2015 at 3:46 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Fri, May 08, 2015 at 12:43:56AM +0800, Chen-Yu Tsai wrote: The Cubieboard4 has 4 USB ports. 3 of them are connected to a GL850G USB hub chip on usb1. The fourth one, the lower port of 2 ports next

Re: [linux-sunxi] Banana R1 router german article

2015-05-11 Thread Chen-Yu Tsai
On Sat, May 9, 2015 at 1:26 AM, Benjamin Henrion zoo...@gmail.com wrote: http://www.pc-magazin.de/ratgeber/banana-pi-r1-router-anleitung-openwrt-bananian-3021511.html Anyone has ever tested this router? I heard they had problems to make the BCM switch working properly. Someone ported the BCM

[linux-sunxi] Re: [PATCH 1/2] ARM: dts: sun9i: cubieboard4: Enable USB support

2015-05-11 Thread Chen-Yu Tsai
On Fri, May 8, 2015 at 7:40 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, May 08, 2015 at 04:01:14PM +0800, Chen-Yu Tsai wrote: +ehci0 { + status = okay; +}; + +ehci2 { + status = okay; +}; + +/* usb1 is connected to a GL850G USB hub chip, so no need

[linux-sunxi] Re: [PATCH 5/6] ARM: dts: sunxi: Add Allwinner H3 DTSI

2015-05-11 Thread Chen-Yu Tsai
On Sat, May 9, 2015 at 7:44 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, May 06, 2015 at 10:47:33PM +0200, Jens Kuske wrote: + * You should have received a copy of the GNU General Public + * License along with this file; if not, write to the Free + *

[linux-sunxi] Re: [PATCH 2/6] pinctrl: sunxi: add allwinner A33 PIO controller support

2015-05-10 Thread Chen-Yu Tsai
pinctrl driver. + * + * Copyright (C) 2015 Vishnu Patekar vishnupatekar0...@gmail.com + * + * Based on pinctrl-sun8i-a23.c, which is: + * Copyright (C) 2014 Chen-Yu Tsai w...@csie.org + * Copyright (C) 2014 Maxime Ripard maxime.rip...@free-electrons.com + * + * This file is licensed under

[linux-sunxi] [PATCH 2/2] ARM: dts: sun9i: cubieboard4: Enable LEDs

2015-05-07 Thread Chen-Yu Tsai
The Cubieboard4 has 2 controllable LEDs, 1 red and 1 green. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts

[linux-sunxi] [PATCH 1/2] ARM: dts: sun9i: cubieboard4: Enable USB support

2015-05-07 Thread Chen-Yu Tsai
no power for hub-connected port next to the power barrel, if usb3 is not enabled. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 60 + 1 file changed, 60 insertions(+) diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts

[linux-sunxi] [PATCH 0/2] ARM: sun9i: cubieboard4: Enable USB hosts and LEDs

2015-05-07 Thread Chen-Yu Tsai
Hi Maxime, This small series enables USB host and LED support on the Cubieboard4. We already support these on the Optimus, so it's just dts stuff. Regards ChenYu Chen-Yu Tsai (2): ARM: dts: sun9i: cubieboard4: Enable USB support ARM: dts: sun9i: cubieboard4: Enable LEDs arch/arm/boot

[linux-sunxi] Re: [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree

2015-05-15 Thread Chen-Yu Tsai
2015年5月16日 上午12:39於 Jens Kuske jensku...@gmail.com寫道: Currently, the sunxi clock driver gets the name for the base factor clock of divs clocks from the name field in factors_data. This prevents reusing of the factor clock for clocks with same properties, but different name. This commit makes

[linux-sunxi] Re: [PATCH 2/6] clk: sunxi: Add H3 clocks support

2015-05-13 Thread Chen-Yu Tsai
On Tue, May 12, 2015 at 10:44 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Sun, May 10, 2015 at 12:54:50PM +0200, Jens Kuske wrote: On 09/05/15 13:27, Maxime Ripard wrote: On Wed, May 06, 2015 at 11:31:29AM +0200, Jens Kuske wrote: The H3 clock control unit is similar

[linux-sunxi] [RFC 7/7] ARM: dts: sun9i: Add secure SRAM node used for MCPM SMP hotplug

2015-05-14 Thread Chen-Yu Tsai
The A80 stores some magic flags in a portion of the secure SRAM. The BROM jumps directly to the software entry point set by the SMP code if the flags are set. This is required for CPU0 hotplugging. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80.dtsi | 20

[linux-sunxi] [RFC 2/7] ARM: dts: sun9i: Add CCI-400 device nodes for A80

2015-05-14 Thread Chen-Yu Tsai
The A80 includes an ARM CCI-400 interconnect to support multi-cluster CPU caches. Also add the default clock frequency for the CPUs. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun9i-a80.dtsi | 46 1 file changed, 46 insertions

[linux-sunxi] [RFC 1/7] ARM: sun9i: Support SMP on A80 with Multi-Cluster Power Management (MCPM)

2015-05-14 Thread Chen-Yu Tsai
is not supported. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/mach-sunxi/Kconfig | 8 + arch/arm/mach-sunxi/Makefile | 1 + arch/arm/mach-sunxi/mcpm.c | 370 +++ 3 files changed, 379 insertions(+) create mode 100644 arch/arm/mach-sunxi/mcpm.c diff

[linux-sunxi] [RFC 5/7] ARM: sunxi: mcpm: Support CPU/cluster power down and hotplugging for cpu1~7

2015-05-14 Thread Chen-Yu Tsai
The primary core (cpu0) requires setting flags to have the BROM bounce execution to the SMP software entry code. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/mach-sunxi/mcpm.c | 103 +++-- 1 file changed, 99 insertions(+), 4 deletions(-) diff

[linux-sunxi] [RFC 3/7] ARM: dts: sun9i: Add CPUCFG device node for A80 dtsi

2015-05-14 Thread Chen-Yu Tsai
CPUCFG is a collection of registers that are mapped to the SoC's signals from each individual processor core and associated peripherals, such as resets for processors, L1/L2 cache and other things. These registers are used for SMP bringup and CPU hotplugging. Signed-off-by: Chen-Yu Tsai w

[linux-sunxi] [RFC 6/7] ARM: sunxi: mcpm: Support cpu0 hotplug

2015-05-14 Thread Chen-Yu Tsai
This sets the flags that makes BROM jump execution on the primary core (cpu0)to the SMP software entry code. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/mach-sunxi/mcpm.c | 32 1 file changed, 32 insertions(+) diff --git a/arch/arm/mach-sunxi/mcpm.c b

[linux-sunxi] [RFC 4/7] ARM: dts: sun9i: Add PRCM device node for the A80 dtsi

2015-05-14 Thread Chen-Yu Tsai
The PRCM is a collection of clock controls, reset controls, and various power switches/gates. Some of these can be independently listed and supported, while a number of CPU related ones are used in tandem with CPUCFG for SMP bringup and CPU hotplugging. Signed-off-by: Chen-Yu Tsai w...@csie.org

[linux-sunxi] Re: [PATCH v2 04/10] pinctrl: sunxi: Prepare for building SoC specific drivers as modules

2015-05-19 Thread Chen-Yu Tsai
On Tue, May 19, 2015 at 3:55 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 18, 2015 at 11:32:31AM +0200, Jens Kuske wrote: Hi, On 05/17/15 16:19, Maxime Ripard wrote: On Fri, May 15, 2015 at 06:38:54PM +0200, Jens Kuske wrote: Add a remove function and export the

[linux-sunxi] Re: [PATCH v6 3/6] regulator: axp20x: prepare support for multiple AXP chip families

2015-04-09 Thread Chen-Yu Tsai
On Thu, Apr 9, 2015 at 12:55 PM, Mark Brown broo...@kernel.org wrote: On Thu, Apr 09, 2015 at 10:23:41AM -0700, Chen-Yu Tsai wrote: Are you OK with Lee taking the 2 regulator patches through his tree? I realize I'm asking this way too late for this merge window. Someone would need to resend

Re: [linux-sunxi] AXP221 support in sunxi-next may break sd card loading for A31 hummingbird

2015-05-21 Thread Chen-Yu Tsai
Hi, On Thu, May 21, 2015 at 2:38 PM, Lawrence Yu lawy...@gmail.com wrote: Hi, On Mon, May 18, 2015 at 11:03 PM, Lawrence Yu lawy...@gmail.com wrote: Hi, On Mon, May 18, 2015 at 8:01 PM, Chen-Yu Tsai w...@csie.org wrote: Hi, On Mon, May 18, 2015 at 12:08 AM, Lawrence Y lawy

[linux-sunxi] Re: [PATCH v2 0/6] Introduce Allwinner A33 support

2015-06-02 Thread Chen-Yu Tsai
A33 tablet and a 10 GA10H A33 tablet. The dts for the 10 tablet still needs some work wrt the lradc button voltages so that is not included in this set. Whole series is Tested-by: Chen-Yu Tsai w...@csie.org on my Sinlinx SinA33 dev board. I'll send patches for it later. -- You received

Re: [linux-sunxi] A23 thermal register readout driver

2015-06-10 Thread Chen-Yu Tsai
Hi, On Wed, Jun 10, 2015 at 8:00 PM, schroete schro...@iup.physik.uni-bremen.de wrote: Hello, i've written a short kernel module to readout the onchip thermal register of the A23 CPU. Should also work on other Allwinner CPUs with thermal base register at 0x01C25000. Pls note that there

Re: [linux-sunxi] [PATCH 2/8] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs

2015-06-09 Thread Chen-Yu Tsai
On Wed, Jun 10, 2015 at 5:37 AM, Hans de Goede hdego...@redhat.com wrote: Add a cell for the usb power_supply part of the axp20x PMICs. Note that this cell is only for the usb power_supply part and not the ac-power / battery-charger / rtc-backup-bat-charger bits. Depending on the board each

Re: [linux-sunxi] AXP209 problems

2015-06-24 Thread Chen-Yu Tsai
Hi, On Wed, Jun 24, 2015 at 11:24 PM, Ivan Kozic jimmy...@gmail.com wrote: Hi all, Maybe it's not really the right place to ask, but since there has been a lot of patches for AXP209 lately, maybe someone knows... It is regarding PEK button - it seems to have some kind of timer for

Re: [linux-sunxi] Re: [PATCH] input: axp20x-pek: Fix reporting button state as inverted

2015-06-23 Thread Chen-Yu Tsai
boards, but I can confirm that the original code had the state inverted, by checking /proc/interrupts counters, before and after releasing the power button. Acked-by: Chen-Yu Tsai w...@csie.org Thanks! --- drivers/input/misc/axp20x-pek.c | 8 ++-- 1 file changed, 6 insertions(+), 2

Re: [linux-sunxi] Discussion about mainlining the A83T

2015-06-17 Thread Chen-Yu Tsai
On Wed, Jun 17, 2015 at 3:44 PM, Simos Xenitellis simos.li...@googlemail.com wrote: On Mon, Jun 15, 2015 at 10:56 AM, Chen-Yu Tsai w...@csie.org wrote: On Sat, Jun 13, 2015 at 5:05 PM, 'Simos Xenitellis' via linux-sunxi linux-sunxi@googlegroups.com wrote: Hi All! Recently, several people

Re: [linux-sunxi] Discussion about mainlining the A83T

2015-06-15 Thread Chen-Yu Tsai
On Sat, Jun 13, 2015 at 5:05 PM, 'Simos Xenitellis' via linux-sunxi linux-sunxi@googlegroups.com wrote: Hi All! Recently, several people received developer boards with the A83T SoC. I have collected information from a few sources and put them on

[linux-sunxi] Re: [PATCH 2/3] ARM: dts: sun8i: Add support for USB controllers on A23/A33

2015-06-02 Thread Chen-Yu Tsai
On Wed, Jun 3, 2015 at 3:18 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 06/02/2015 02:29 PM, Chen-Yu Tsai wrote: A23/A33 has one pair of EHCI/OHCI USB controllers. There are 2 USB PHYs, one for the USB OTG controller, one for the EHCI/OHCI pair. The latter may also support HSIC

[linux-sunxi] [PATCH 3/3] ARM: dts: sun8i-a33: Add dts for Sinlinx SinA33 development board.

2015-06-02 Thread Chen-Yu Tsai
-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 129 + 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts diff --git

[linux-sunxi] [PATCH 2/3] ARM: dts: sun8i-a33: Add pinmux setting for uart0 on PB pins

2015-06-02 Thread Chen-Yu Tsai
The A33 adds an additional pinmux option for uart0 on the PB pins. This was not present on the A23. Nor is it available on the H3, which does not have the PB pingroup. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a33.dtsi | 8 1 file changed, 8 insertions

[linux-sunxi] Re: [PATCH 0/3] ARM: dts: sun8i-a33: Support for Sinlinx SinA33 dev board

2015-06-02 Thread Chen-Yu Tsai
Hi, On Tue, Jun 2, 2015 at 6:10 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 02-06-15 12:04, Chen-Yu Tsai wrote: Hi Maxime, This series enables support for the Sinlinx SinA33 dev board. This is a core/daughter board SDK kit from Chinese vendor Sinlinx. The core board itself does

[linux-sunxi] [PATCH 2/3] ARM: dts: sun8i: Add support for USB controllers on A23/A33

2015-06-02 Thread Chen-Yu Tsai
A23/A33 has one pair of EHCI/OHCI USB controllers. There are 2 USB PHYs, one for the USB OTG controller, one for the EHCI/OHCI pair. The latter may also support HSIC, though none of the available boards utilize this, so this is not supported yet. Signed-off-by: Chen-Yu Tsai w...@csie.org

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun8i: Add usb_clk node for a23/a33

2015-06-01 Thread Chen-Yu Tsai
; + clocks = osc24M; + clock-output-names = usb_phy0, usb_phy1, hsic, +hsic_12m, usb_ohci0; Minor nitpicks: hsic_12m should be hsic_12M. And maybe add the usb_ prefix to the hsic clocks as well? Otherwise, Reviewed-by: Chen-Yu Tsai w

Re: [linux-sunxi] Re: [RFC 7/7] ARM: dts: sun9i: Add secure SRAM node used for MCPM SMP hotplug

2015-05-24 Thread Chen-Yu Tsai
On Wed, May 20, 2015 at 6:08 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, May 14, 2015 at 02:10:11PM +0800, Chen-Yu Tsai wrote: The A80 stores some magic flags in a portion of the secure SRAM. The BROM jumps directly to the software entry point set by the SMP code

Re: [linux-sunxi] no shutdown pushing the power button

2015-08-02 Thread Chen-Yu Tsai
Hi, On Sun, Aug 2, 2015 at 7:44 AM, Leonardo Canducci leonardo.candu...@gmail.com wrote: My Cubieboard runs Debian Jessie (linux 4.1 from experimental) on a SD card. I'd like to shutdown pushing the power button as I do on my NAND install (wheezy image and linux sunxi 3.4). On Jessie

Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply

2015-08-02 Thread Chen-Yu Tsai
On Mon, Aug 3, 2015 at 12:22 PM, Julian Calaby julian.cal...@gmail.com wrote: Hi Chen-Yu, On Mon, Aug 3, 2015 at 12:37 PM, Chen-Yu Tsai w...@csie.org wrote: Hi, On Mon, Aug 3, 2015 at 7:35 AM, Julian Calaby julian.cal...@gmail.com wrote: Hi Timo, On Mon, Aug 3, 2015 at 5:23 AM, Timo

[linux-sunxi] [PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support

2015-08-18 Thread Chen-Yu Tsai
-v3 Since this is a new subsystem, I'm not sure who should pick up the first 4 patches, or whether they are even in the right place. Any suggestions? Regards, ChenYu Chen-Yu Tsai (8): rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation rsb: sunxi: Add Allwinner

[linux-sunxi] [PATCH v3 3/8] rsb: Linux driver framework for Reduced Serial Bus (RSB)

2015-08-18 Thread Chen-Yu Tsai
Reduced Serial Bus (RSB) is an Allwinner proprietery interface used to communicate with PMICs and other peripheral ICs. RSB is a two-wire push-pull serial bus that supports 1 master device and up to 15 active slave devices. Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/Kconfig

[linux-sunxi] [PATCH v3 2/8] rsb: sunxi: Add Allwinner Reduced Serial Bus (RSB) controller bindings

2015-08-18 Thread Chen-Yu Tsai
Recent Allwinner SoCs, starting with the A23, have a Reduced Serial Bus (RSB) controller. This is used to talk to the PMIC, and later with the A80 and A83 platform, the audio codec IC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- .../devicetree/bindings/rsb/rsb-sunxi.txt | 34

[linux-sunxi] [PATCH v3 1/8] rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation

2015-08-18 Thread Chen-Yu Tsai
Reduced Serial Bus is a proprietary 2-line push-pull serial bus supporting multiple slave devices. It was developed by Allwinner, Inc. and used by Allwinner and X-Powers, Inc. for their line of PMICs and other peripheral ICs. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation

[linux-sunxi] [PATCH v3 7/8] ARM: dts: sun8i: ippo-q8h-v5: Enable Reduced Serial Bus controller

2015-08-18 Thread Chen-Yu Tsai
The Reduced Serial Bus controller is used to talk to the onboard PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts b/arch/arm/boot/dts/sun8i-a23-ippo

[linux-sunxi] [PATCH v3 8/8] ARM: dts: sun8i: sinlinx-sina33: Enable Reduced Serial Bus controller

2015-08-18 Thread Chen-Yu Tsai
The Reduced Serial Bus controller is used to talk to the onboard PMIC. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i

Re: [linux-sunxi] No reboot: experience report with Hans's sunxi-wip

2015-08-24 Thread Chen-Yu Tsai
uOn Mon, Aug 24, 2015 at 5:22 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 24-08-15 11:19, Olliver Schinagl wrote: Hey hans, On 24-08-15 11:14, Hans de Goede wrote: Hi, On 24-08-15 11:01, Olliver Schinagl wrote: Hey all, On 17-08-15 09:31, Hans de Goede wrote: Hi, On

Re: [linux-sunxi] Re: [PATCH 2/3] ARM: dts: sun6i: Turn on gmac on Colombus

2015-08-20 Thread Chen-Yu Tsai
On Thu, Aug 20, 2015 at 2:23 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 08/19/2015 05:17 PM, Maxime Ripard wrote: On Fri, Aug 07, 2015 at 05:22:34PM +0200, Hans de Goede wrote: We've everything we need to support the gmac on Colombus, turn it on. Signed-off-by: Hans de Goede

[linux-sunxi] Re: [PATCH v3 1/8] rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation

2015-08-20 Thread Chen-Yu Tsai
On Thu, Aug 20, 2015 at 11:08 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, Thanks a lot for working on this. On Wed, Aug 19, 2015 at 12:20:02PM +0800, Chen-Yu Tsai wrote: Reduced Serial Bus is a proprietary 2-line push-pull serial bus supporting multiple slave devices

Re: [linux-sunxi] Re: Branches for sunxi-next

2015-08-04 Thread Chen-Yu Tsai
On Thu, Jul 30, 2015 at 8:23 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 30-07-15 12:06, Chen-Yu Tsai wrote: On Thu, Jul 30, 2015 at 5:51 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Thu, Jul 30, 2015 at 04:25:12PM +0800, Chen-Yu Tsai wrote: Hi Maxime

Re: [linux-sunxi] Re: [PATCH] Input: axp20x-pek: Add module alias

2015-08-04 Thread Chen-Yu Tsai
On Tue, Aug 4, 2015 at 4:42 PM, Paul Bolle pebo...@tiscali.nl wrote: On ma, 2015-08-03 at 15:48 +0800, Chen-Yu Tsai wrote: Add a proper module alias so the driver can be autoloaded when the parent axp20x mfd driver registers its cells. Signed-off-by: Chen-Yu Tsai w...@csie.org --- a/drivers

[linux-sunxi] Re: [PATCH v2 2/2] ARM: multi_v7_defconfig: Enable Allwinner P2WI, PWM, DMA_SUN6I, cryptodev

2015-07-31 Thread Chen-Yu Tsai
On Sat, Aug 1, 2015 at 1:01 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, Jul 31, 2015 at 10:56:42PM +0800, Chen-Yu Tsai wrote: Enable drivers for Allwinner P2WI, PWM, cryptodev (Security System) and sun6i DMA engine. Also enable EXTCON as PHY_SUN4I_USB depends

Re: [linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun7i: Add dts file for Wits Pro A20 DKT

2015-07-31 Thread Chen-Yu Tsai
On Sat, Aug 1, 2015 at 12:13 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 31-07-15 12:25, Chen-Yu Tsai wrote: On Fri, Jul 31, 2015 at 6:20 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, Jul 31, 2015 at 10:59:54AM +0200, Hans de Goede wrote: From: Jelle de Jong

<    2   3   4   5   6   7   8   9   10   11   >