Re: [GIT PULL] Support for Fujitsu MB86S7X SoCs

2015-04-07 Thread Vincent Yang
2015-04-02 8:50 GMT+08:00 Olof Johansson : > Hi Vincent, > > On Wed, Mar 18, 2015 at 02:44:30PM +0900, Vincent Yang wrote: >> Hi Arnd and Olof, >> >> Please consider pulling in these patches for series of Fujitsu SoC >> based around variations of 2xCA7+2xCA15 big.L

[GIT PULL] Support for Fujitsu MB86S7X SoCs

2015-03-17 Thread Vincent Yang
Hi Arnd and Olof, Please consider pulling in these patches for series of Fujitsu SoC based around variations of 2xCA7+2xCA15 big.LITTLE architecture. The MHU driver is already queued in Mailbox tree. Thanks, The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4

[PATCH v7 6/7] of: add Fujitsu vendor prefix

2015-03-04 Thread Vincent Yang
From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Andy Green Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertio

[PATCH v7 5/7] dt: mb86s7x: add dt files for MB86S7x evbs

2015-03-04 Thread Vincent Yang
From: Jassi Brar Add dt files for MB86S7x evb. Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 3 + arch/arm/boot/dts/mb86s70.dtsi | 91 + arch/arm/boot/dts/mb86s70eb.dts | 57

[PATCH v7 4/7] clk: Add clock driver for mb86s7x

2015-03-04 Thread Vincent Yang
From: Jassi Brar The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt | 26 ++ drivers/clk

[PATCH v7 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-03-04 Thread Vincent Yang
From: Jassi Brar Add driver for the ARM Primecell Message-Handling-Unit(MHU) controller. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 43 + drivers/mailbox/Kconfig

[PATCH v7 1/7] ARM: Add platform support for Fujitsu MB86S7X SoCs

2015-03-04 Thread Vincent Yang
Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7 + arch/arm

[PATCH v7 0/7] Support for Fujitsu MB86S7X SoCs

2015-03-04 Thread Vincent Yang
Hello, Fujitsu have a series of SoC already shipping based around variations of 2xCA7+2xCA15 big.LITTLE architecture, and we would like to upstream the basic support in this series. MB86S70 is a big.LITTLE platform with 2xCA7+2xCA15 and an additional CM3 as the master. MB86S73 is a simple 2xC

[PATCH v6 6/7] of: add Fujitsu vendor prefix

2015-02-05 Thread Vincent Yang
From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1

[PATCH v6 5/7] dt: mb86s7x: add dt files for MB86S7x evbs

2015-02-05 Thread Vincent Yang
From: Jassi Brar Add dt files for MB86S7x evb. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 + arch/arm/boot/dts

[PATCH v6 4/7] clk: Add clock driver for mb86s7x

2015-02-05 Thread Vincent Yang
From: Jassi Brar The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt

[PATCH v6 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-02-05 Thread Vincent Yang
From: Jassi Brar Add driver for the ARM Primecell Message-Handling-Unit(MHU) controller. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 35 drivers/mailbox/Kconfig

[PATCH v6 1/7] ARM: Add platform support for Fujitsu MB86S7X SoCs

2015-02-05 Thread Vincent Yang
Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7

[PATCH v6 0/7] Support for Fujitsu MB86S7X SoCs

2015-02-05 Thread Vincent Yang
Hello, Fujitsu have a series of SoC already shipping based around variations of 2xCA7+2xCA15 big.LITTLE architecture, and we would like to upstream the basic support in this series. MB86S70 is a big.LITTLE platform with 2xCA7+2xCA15 and an additional CM3 as the master. MB86S73 is a simple 2xC

[PATCH v5 6/7] of: add Fujitsu vendor prefix

2015-02-03 Thread Vincent Yang
From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1

[PATCH v5 5/7] dt: mb86s7x: add dt files for MB86S7x evbs

2015-02-03 Thread Vincent Yang
From: Jassi Brar Add dt files for MB86S7x evb. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 + arch/arm/boot/dts

[PATCH v5 4/7] clk: Add clock driver for mb86s7x

2015-02-03 Thread Vincent Yang
From: Jassi Brar The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt

[PATCH v5 2/7] mailbox: arm_mhu: add driver for ARM MHU controller

2015-02-03 Thread Vincent Yang
From: Jassi Brar Add driver for the ARM Primecell Message-Handling-Unit(MHU) controller. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 35 drivers/mailbox/Kconfig

[PATCH v5 1/7] ARM: Add platform support for Fujitsu MB86S7X SoCs

2015-02-03 Thread Vincent Yang
Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7

[PATCH v5 0/7] Support for Fujitsu MB86S7X SoCs

2015-02-03 Thread Vincent Yang
Hello, Fujitsu have a series of SoC already shipping based around variations of 2xCA7+2xCA15 big.LITTLE architecture, and we would like to upstream the basic support in this series. MB86S70 is a big.LITTLE platform with 2xCA7+2xCA15 and an additional CM3 as the master. MB86S73 is a simple 2xC

[PATCH v4 7/8] of: add Fujitsu vendor prefix

2015-01-19 Thread Vincent Yang
From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1

[PATCH v4 6/8] dt: mb86s7x: add dt files for MB86S7x evbs

2015-01-19 Thread Vincent Yang
From: Jassi Brar Add dt files for MB86S7x evb. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 ++ arch/arm/boot/dts

[PATCH v4 5/8] gpio: Add Fujitsu MB86S7x GPIO driver

2015-01-19 Thread Vincent Yang
From: Jassi Brar Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/gpio/fujitsu,mb86s70-gpio.txt | 20 ++ drivers/gpio/Kconfig

[PATCH v4 4/8] clk: Add clock driver for mb86s7x

2015-01-19 Thread Vincent Yang
From: Jassi Brar The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt

[PATCH v4 2/8] mailbox: arm_mhu: add driver for ARM MHU controller

2015-01-19 Thread Vincent Yang
From: Jassi Brar Add driver for the ARM Message-Handling-Unit (MHU). Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 33 drivers/mailbox/Kconfig

[PATCH v4 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2015-01-19 Thread Vincent Yang
Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7

[PATCH v4 0/8] Support for Fujitsu MB86S7X SoCs

2015-01-19 Thread Vincent Yang
Hello, Fujitsu have a series of SoC already shipping based around variations of 2xCA7+2xCA15 big.LITTLE architecture, and we would like to upstream the basic support in this series. MB86S70 is a big.LITTLE platform with 2xCA7+2xCA15 and an additional CM3 as the master. MB86S73 is a simple 2xC

[PATCH v3 7/8] of: add Fujitsu vendor prefix

2015-01-09 Thread Vincent Yang
From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1

[PATCH v3 6/8] dt: mb86s7x: add dt files for MB86S7x evbs

2015-01-09 Thread Vincent Yang
From: Jassi Brar Add dt files for MB86S7x evb. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 ++ arch/arm/boot/dts

[PATCH v3 5/8] gpio: Add Fujitsu MB86S7x GPIO driver

2015-01-09 Thread Vincent Yang
From: Jassi Brar Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/gpio/fujitsu,mb86s70-gpio.txt | 20 ++ drivers/gpio/Kconfig

[PATCH v3 4/8] clk: Add clock driver for mb86s7x

2015-01-09 Thread Vincent Yang
From: Jassi Brar The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt

[PATCH v3 2/8] mailbox: arm_mhu: add driver for ARM MHU controller

2015-01-09 Thread Vincent Yang
From: Jassi Brar Add driver for the ARM Message-Handling-Unit (MHU). Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 33 drivers/mailbox/Kconfig

[PATCH v3 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2015-01-09 Thread Vincent Yang
Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7

[PATCH v3 0/8] Support for Fujitsu MB86S7X SoCs

2015-01-09 Thread Vincent Yang
Hello, Fujitsu have a series of SoC already shipping based around variations of 2xCA7+2xCA15 big.LITTLE architecture, and we would like to upstream the basic support in this series. MB86S70 is a big.LITTLE platform with 2xCA7+2xCA15 and an additional CM3 as the master. MB86S73 is a simple 2xC

[PATCH v2 7/8] of: add Fujitsu vendor prefix

2014-12-14 Thread Vincent Yang
Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1

[PATCH v2 6/8] dt: mb86s7x: add dt files for MB86S7x evbs

2014-12-14 Thread Vincent Yang
Add dt files for MB86S7x evb. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 ++ arch/arm/boot/dts/mb86s70eb.dts | 59

[PATCH v2 5/8] gpio: Add Fujitsu MB86S7x GPIO driver

2014-12-14 Thread Vincent Yang
Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/gpio/fujitsu,mb86s70-gpio.txt | 20 ++ drivers/gpio/Kconfig

[PATCH v2 4/8] clk: Add clock driver for mb86s7x

2014-12-14 Thread Vincent Yang
The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-crg11.txt | 26 ++ drivers

[PATCH v2 2/8] mailbox: arm_mhu: add driver for ARM MHU controller

2014-12-14 Thread Vincent Yang
Add driver for the ARM Message-Handling-Unit (MHU). Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 33 drivers/mailbox/Kconfig| 7

[PATCH v2 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-12-14 Thread Vincent Yang
dy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7 + arch/arm

[PATCH v2 0/8] Support for Fujitsu MB86S7X SoCs

2014-12-14 Thread Vincent Yang
MHU driver provided a .remove() to enable module unloading. * A few other misc cleanups suggested in v1 submission. Thanks. Vincent Yang (8): ARM: Add platform support for Fujitsu MB86S7X SoCs mailbox: arm_mhu: add driver for ARM MHU controller ARM: MB86S7X: Add MCPM support clk: Add cloc

Re: [PATCH 6/9] mmc: sdhci: host: add new f_sdh30

2014-11-20 Thread Vincent Yang
2014-11-21 2:18 GMT+08:00 Rob Herring : > On Thu, Nov 20, 2014 at 10:59 AM, Vincent Yang > wrote: >> 2014-11-20 23:22 GMT+08:00 Rob Herring : >>> On Thu, Nov 20, 2014 at 6:38 AM, Vincent Yang >>> wrote: >>>> This patch adds new host controller driver

Re: [PATCH 6/9] mmc: sdhci: host: add new f_sdh30

2014-11-20 Thread Vincent Yang
2014-11-20 23:22 GMT+08:00 Rob Herring : > On Thu, Nov 20, 2014 at 6:38 AM, Vincent Yang > wrote: >> This patch adds new host controller driver for >> Fujitsu SDHCI controller f_sdh30. >> >> Signed-off-by: Andy Green >> Signed-off-by: Vincent Yang

[PATCH 8/9] of: add Fujitsu vendor prefix

2014-11-20 Thread Vincent Yang
Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) di

[PATCH 7/9] dt: mb86s7x: add dt files for MB86S7x evbs

2014-11-20 Thread Vincent Yang
Add dt files for MB86S7x evb. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/mb86s70.dtsi | 91 ++ arch/arm/boot/dts/mb86s70eb.dts | 52 arch/arm/boot/dts

[PATCH 6/9] mmc: sdhci: host: add new f_sdh30

2014-11-20 Thread Vincent Yang
This patch adds new host controller driver for Fujitsu SDHCI controller f_sdh30. Signed-off-by: Andy Green Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Takinishi --- .../devicetree/bindings/mmc/sdhci-fujitsu.txt | 35 +++ drivers/mmc/host/Kconfig | 9

[PATCH 5/9] gpio: Add Fujitsu MB86S7x GPIO driver

2014-11-20 Thread Vincent Yang
Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/gpio/fujitsu,mb86s70-gpio.txt | 18 ++ drivers/gpio/Kconfig

[PATCH 4/9] clk: Add clock driver for mb86s7x

2014-11-20 Thread Vincent Yang
The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../bindings/clock/fujitsu,mb86s70-clk.txt | 34 ++ drivers

[PATCH 2/9] mailbox: arm_mhu: add driver for ARM MHU controller

2014-11-20 Thread Vincent Yang
Add driver for the ARM Message-Handling-Unit (MHU). Signed-off-by: Andy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- .../devicetree/bindings/mailbox/arm-mhu.txt| 33 drivers/mailbox/Kconfig| 7

[PATCH 1/9] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-11-20 Thread Vincent Yang
dy Green Signed-off-by: Jassi Brar Signed-off-by: Vincent Yang Signed-off-by: Tetsuya Nuriya --- Documentation/devicetree/bindings/arm/mb86s7x.txt | 8 + .../devicetree/bindings/soc/mb86s7x/scb_mhu.txt| 35 ++ MAINTAINERS| 7 + arch/arm

[PATCH 0/9] Support for Fujitsu MB86S7X SoCs

2014-11-20 Thread Vincent Yang
2xCA7 and an additional CM3 master. The DT includes references to sdhci patches which are being sent to the mmc list at the same time. We welcome any comments or questions. Thanks. Vincent Yang (9): ARM: Add platform support for Fujitsu MB86S7X SoCs mailbox: arm_mhu: add driver for ARM

Re: [RFC PATCH v2 4/6] mmc: sdhci: host: add new f_sdh30

2014-06-29 Thread Vincent Yang
2014-06-27 18:12 GMT+08:00 Mark Rutland : > On Fri, Jun 27, 2014 at 04:32:21AM +0100, Vincent Yang wrote: >> 2014-06-26 19:03 GMT+08:00 Mark Rutland : >> > On Thu, Jun 26, 2014 at 07:23:30AM +0100, Vincent Yang wrote: >> >> This patch adds new host controller

Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-27 Thread Vincent Yang
2014-06-27 17:40 GMT+08:00 Ulf Hansson : > > > On 27 juni 2014 04:23:42 CEST, Vincent Yang > wrote: >>2014-06-26 17:42 GMT+08:00 Ulf Hansson : >>> >>> >>> On 26 juni 2014 08:23:32 CEST, Vincent Yang >> wrote: >>>>This patch adds manu

Re: [RFC PATCH v2 4/6] mmc: sdhci: host: add new f_sdh30

2014-06-26 Thread Vincent Yang
2014-06-26 19:03 GMT+08:00 Mark Rutland : > On Thu, Jun 26, 2014 at 07:23:30AM +0100, Vincent Yang wrote: >> This patch adds new host controller driver for >> Fujitsu SDHCI controller f_sdh30. >> >> Signed-off-by: Vincent Yang >> --- >> .../devicetree/bi

Re: [RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-26 Thread Vincent Yang
2014-06-26 17:42 GMT+08:00 Ulf Hansson : > > > On 26 juni 2014 08:23:32 CEST, Vincent Yang > wrote: >>This patch adds manual resume for some embedded platforms with rootfs >>stored in SD card. It references CONFIG_MMC_BLOCK_DEFERRED_RESUME in >>kernel 3.10. It

[RFC PATCH v2 1/6] mmc: sdhci: add quirk for voltage switch callback

2014-06-25 Thread Vincent Yang
This patch defines a quirk to do a callback when switching voltages so do controller-specific actions. It is a preparation and will be used by Fujitsu SDHCI controller f_sdh30 driver. Signed-off-by: Vincent Yang --- drivers/mmc/host/sdhci.c | 5 + drivers/mmc/host/sdhci.h | 1 + include

[RFC PATCH v2 6/6] mmc: core: add manual resume capability

2014-06-25 Thread Vincent Yang
his patch just sets a flag MMC_BUSRESUME_MANUAL_RESUME when this error happened, and then host controller driver can understand it by this flag. Then host controller driver have to resume SD card manually and asynchronously. Signed-off-by: Vincent Yang --- drivers/mmc/core/core.c |

[RFC PATCH v2 0/6] mmc: sdhci: adding support for a new Fujitsu sdhci IP

2014-06-25 Thread Vincent Yang
upstream. Changes from v1: - Add sufficient description in DT binding ducument - Remove one patch "mmc: sdhci: add quirk for broken 3.0V support" and use voltage-ranges = <> in the device tree instead Thanks a lot! Best regards, Vincent Yang Vincent Yang (6): mmc: sdhci: add q

[RFC PATCH v2 5/6] mmc: core: hold SD Clock before CMD11 during Signal Voltage Switch Procedure

2014-06-25 Thread Vincent Yang
. Signed-off-by: Vincent Yang --- drivers/mmc/core/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 7dc0c85..764af63 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -1428,6 +1428,8 @@ int

[RFC PATCH v2 4/6] mmc: sdhci: host: add new f_sdh30

2014-06-25 Thread Vincent Yang
This patch adds new host controller driver for Fujitsu SDHCI controller f_sdh30. Signed-off-by: Vincent Yang --- .../devicetree/bindings/mmc/sdhci-fujitsu.txt | 35 +++ drivers/mmc/host/Kconfig | 7 + drivers/mmc/host/Makefile | 1

[RFC PATCH v2 2/6] mmc: sdhci: add quirk for tuning work around

2014-06-25 Thread Vincent Yang
This patch defines a quirk for tuning work around for some sdhci host controller. It sets both SDHCI_CTRL_EXEC_TUNING and SDHCI_CTRL_TUNED_CLK for tuning. It is a preparation and will be used by Fujitsu SDHCI controller f_sdh30 driver. Signed-off-by: Vincent Yang --- drivers/mmc/host/sdhci.c

[RFC PATCH v2 3/6] mmc: sdhci: add quirk for single block transactions

2014-06-25 Thread Vincent Yang
This patch defines a quirk to disable the block count for single block transactions. It is a preparation and will be used by Fujitsu SDHCI controller f_sdh30 driver. Signed-off-by: Vincent Yang --- drivers/mmc/host/sdhci.c | 8 +--- include/linux/mmc/sdhci.h | 2 ++ 2 files changed, 7