Re: [PATCH v2] ARM: dts: exynos5420: Add maudio power domain

2015-02-10 Thread Krzysztof Kozlowski
On pon, 2015-02-09 at 14:57 +0100, Krzysztof Kozlowski wrote: > Add maudio power domain to Exynos 5420 DTSI file so its state could be > tracked. This actually won't power down this domain because the pl330 > dmaengine driver (for adma channel) uses IRQ safe runtime PM. Thus the > patch should not

Re: [PATCH RFC v8 11/21] Documentation: dt-bindings: Add bindings for Synopsys DW MIPI DSI DRM bridge driver

2015-02-10 Thread Liu Ying
Hi Philipp, On Fri, Feb 06, 2015 at 04:13:20PM +0800, Liu Ying wrote: > On Thu, Feb 05, 2015 at 11:10:04AM +0100, Philipp Zabel wrote: > > Am Mittwoch, den 31.12.2014, 16:23 +0800 schrieb Liu Ying: > > > This patch adds device tree bindings for Synopsys DesignWare MIPI DSI > > > host controller DR

[Patch v3 1/2] dt/bindings: qcom_adm: Fix channel specifiers

2015-02-10 Thread Andy Gross
This patch removes the crci information from the dma channel property. At least one client device requires using more than one CRCI value for a channel. This does not match the current binding and the crci information needs to be removed. Instead, the client device will provide this information

[Patch v3 2/2] dmaengine: Add ADM driver

2015-02-10 Thread Andy Gross
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA controller found in the MSM8x60 and IPQ/APQ8064 platforms. The ADM supports both memory to memory transactions and memory to/from peripheral device transactions. The controller also provides flow control capabilities for tran

[Patch v3 0/2] Add Qualcomm ADM dmaengine driver

2015-02-10 Thread Andy Gross
This patch set introduces the dmaengine driver for the Qualcomm Application Data Mover (ADM) DMA controller present on MSM8x60, APQ8064, and IPQ8064 devices. The initial version of this driver will only support slave DMA operations between system memory and peripherals. Flow control via the CRCI

Re: [systemd-devel] Making udev emit a signal when it is done loading modules

2015-02-10 Thread Mark Brown
On Wed, Jan 28, 2015 at 02:38:52AM +0100, Lennart Poettering wrote: > To clarify this: if people do this, then this pulls in > systemd-udev-settle.service, which slows down boot. Every service that > does that is hence a majour source of slowness. > It's a hack to use this, not a solution. Wel

[PATCH v2] mtd:spi-nor: Add Altera EPCQ Driver

2015-02-10 Thread Viet Nga Dao
From: Viet Nga Dao Altera EPCQ Controller is a soft IP which enables access to Altera EPCQ and EPCS flash chips. This patch adds driver for these devices. Signed-off-by: VIET NGA DAO --- v2: - Change to spi_nor structure - Add lock and unlock functions for spi_nor - Simplify the altera_epcq_lo

Re: [PATCH V4 3/4] mmc: pwrseq: Initial support for the simple MMC power sequence provider

2015-02-10 Thread Alexandre Courbot
On Wed, Feb 11, 2015 at 1:28 PM, Ulf Hansson wrote: > [...] > >>> +int mmc_pwrseq_simple_alloc(struct mmc_host *host, struct device *dev) >>> +{ >>> + struct mmc_pwrseq_simple *pwrseq; >>> + >>> + pwrseq = kzalloc(sizeof(struct mmc_pwrseq_simple), GFP_KERNEL); >>> + if (!pwrseq)

Re: [PATCH V4 4/4] mmc: pwrseq_simple: Add support for a reset GPIO pin

2015-02-10 Thread Ulf Hansson
On 10 February 2015 at 10:12, Alexandre Courbot wrote: > On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote: >> The need for reset GPIOs has several times been pointed out from >> erlier posted patchsets. Especially some WLAN chips which are >> attached to an SDIO interface may use a GPIO reset.

Re: [PATCH V4 3/4] mmc: pwrseq: Initial support for the simple MMC power sequence provider

2015-02-10 Thread Ulf Hansson
[...] >> +int mmc_pwrseq_simple_alloc(struct mmc_host *host, struct device *dev) >> +{ >> + struct mmc_pwrseq_simple *pwrseq; >> + >> + pwrseq = kzalloc(sizeof(struct mmc_pwrseq_simple), GFP_KERNEL); >> + if (!pwrseq) >> + return -ENOMEM; >> + >> + pwrseq->pwr

Re: [PATCH] arm64: dts: Fix GIC reg sizes for APM X-Gene

2015-02-10 Thread Pranavkumar Sawargaonkar
Hi, On Tue, Jan 27, 2015 at 3:02 PM, Jon Masters wrote: > On 01/27/2015 02:03 AM, Pranavkumar Sawargaonkar wrote: >> In APM X-Gene, GIC register space is 64K aligned while the sizes mentioned >> in the dt are 4K aligned. This breaks KVM when kernel is built with 64K page >> size due to size align

Re: [PATCH v2 1/2] mmc: dw_mmc: fix bug that cause 'Timeout sending command'

2015-02-10 Thread Addy
On 2015/02/09 18:01, Jaehoon Chung wrote: Hi, Addy. On 02/09/2015 04:25 PM, Addy Ke wrote: Because of some uncertain factors, such as worse card or worse hardware, DAT[3:0](the data lines) may be pulled down by card, and mmc controller will be in busy state. This should not happend when mmc co

Re: [PATCH] mmc: dw_mmc: fix bug that cause mmc_test failture

2015-02-10 Thread Addy
On 2015/02月10日 17:34, Olof Johansson wrote: Hi Addy, On Mon, Jan 26, 2015 at 4:04 AM, Addy Ke wrote: The STOP command can terminate a data transfer between a memory card and mmc controller. As show in Synopsys DesignWare Cores Mobile Stroage Host Databook: Data timeout and Data end-bit error

Re: [PATCH 2/2] ARM: perf: Add support for Scorpion PMUs

2015-02-10 Thread Ashwin Chaugule
Hi Stephen, On 10 February 2015 at 20:05, Stephen Boyd wrote: > Scorpion supports a set of local performance monitor event > selection registers (LPM) sitting behind a cp15 based interface > that extend the architected PMU events to include Scorpion CPU > and Venum VFP specific events. To use the

Re: [PATCH v2 1/2] mmc: dw_mmc: fix bug that cause 'Timeout sending command'

2015-02-10 Thread Addy
On 2015/02/10 23:22, Alim Akhtar wrote: Hi Addy, On Mon, Feb 9, 2015 at 12:55 PM, Addy Ke wrote: Because of some uncertain factors, such as worse card or worse hardware, DAT[3:0](the data lines) may be pulled down by card, and mmc controller will be in busy state. This should not happend when

Re: [Patch V4 00/10] ASoC: QCOM: Add support for ipq806x SOC

2015-02-10 Thread Mark Brown
On Sun, Feb 08, 2015 at 10:45:11PM -0800, Kenneth Westfield wrote: > On Sat, Feb 07, 2015 at 06:32:29AM +0800, Mark Brown wrote: > > I'd really like to see some discussion as to how this is all supposed to > > be handled - how will these direct hardware access drivers and device > > trees work whe

[PATCH] ARM: dts: BCM63xx: fix L2 cache properties

2015-02-10 Thread Florian Fainelli
The L2 cache properties were completely off with respect to what the hardware is configured for. Fix the cache-size, cache-line-size and cache-sets to reflect the L2 cache controller we have: 512KB, 16 ways and 32 bytes per cache-line. Fixes: 46d4bca0445a0 ("ARM: BCM63XX: add BCM63138 minimal Devi

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Brent Wang
Hello Mark, 2015-02-10 23:27 GMT+08:00 Mark Rutland : [...] >> > >> >> >> >> + pm_ctrl: pm_ctrl { >> >> >> >> + compatible = "hisilicon,pmctrl", "syscon"; >> >> >> >> + #address-cells = <1>; >> >> >> >> + #size-cells = <1>; >

RE: [PATCH v3 4/5] usb: phy: load usb phy earlier

2015-02-10 Thread Peter Chen
> On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote: > > This patch does not belong to phy, so, doesn't need to add phy in > > subject, meanwhile, please add GregKH as TO list, he is the right one > > to queue this patch. > > > > Reply-To: > > In-Reply-To: <1423554627-694-5-git-send-emai

RE: [resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

2015-02-10 Thread Peter Chen
> > Signed-off-by: Zhangfei Gao > > --- > > drivers/usb/phy/Kconfig | 9 ++ > > drivers/usb/phy/Makefile | 1 + > > drivers/usb/phy/phy-hi6220-usb.c | 306 > > +++ > > 3 files changed, 316 insertions(+) > > create mode 100644 drivers/usb

[PATCH 2/2] ARM: perf: Add support for Scorpion PMUs

2015-02-10 Thread Stephen Boyd
Scorpion supports a set of local performance monitor event selection registers (LPM) sitting behind a cp15 based interface that extend the architected PMU events to include Scorpion CPU and Venum VFP specific events. To use these events the user is expected to program the lpm register with the even

Re: [PATCH 1/4] arm: omap: hwmod: 43xx: add DebugSS hwmod data

2015-02-10 Thread Paul Walmsley
On Tue, 10 Feb 2015, Felipe Balbi wrote: > On Tue, Feb 10, 2015 at 11:12:40PM +, Paul Walmsley wrote: > > > > > > > > > hm... modulemode SWCTRL causes wait_target_ready to fail. Any > > > > > > > > > hints ? > > > > > > > > > > > > > > > > gets stuck in transition state. PRCM_CM_WKUP_DBGSS_C

Re: [PATCH v5 0/5] drivers: bus: Add Simple Power-Managed Bus

2015-02-10 Thread Simon Horman
Hi Geert, On Thu, Feb 05, 2015 at 11:11:23AM +0100, Geert Uytterhoeven wrote: > Hi all, > > The Renesas Bus State Controller (BSC) provides an external bus for > connecting multiple external devices to an SoC, driving several chip > select lines, for e.g. NOR FLASH, Ethernet and USB. > On

Re: [PATCH 1/4] arm: omap: hwmod: 43xx: add DebugSS hwmod data

2015-02-10 Thread Felipe Balbi
Hi, On Tue, Feb 10, 2015 at 11:12:40PM +, Paul Walmsley wrote: > > > > > > > > hm... modulemode SWCTRL causes wait_target_ready to fail. Any > > > > > > > > hints ? > > > > > > > > > > > > > > gets stuck in transition state. PRCM_CM_WKUP_DBGSS_CLKCTRL is > > > > > > > always > > > > > > > r

Re: [PATCH 1/4] arm: omap: hwmod: 43xx: add DebugSS hwmod data

2015-02-10 Thread Paul Walmsley
Hi Felipe On Tue, 27 Jan 2015, Paul Walmsley wrote: > On Tue, 27 Jan 2015, Felipe Balbi wrote: > > > On Tue, Jan 27, 2015 at 11:15:32AM -0600, Felipe Balbi wrote: > > > On Tue, Jan 27, 2015 at 05:12:05PM +, Paul Walmsley wrote: > > > > On Tue, 27 Jan 2015, Felipe Balbi wrote: > > > > > > >

[PATCH] thermal: armada: read stable temp on Armada XP

2015-02-10 Thread Tyler Hall
The current register being used to read the temperature returns a noisy value that is prone to variance and occasional outliers. The value in the thermal manager control and status register appears to have the same scale but much less variability. Add a "marvell,armadaxp-filtered-thermal" config w

Re: [PATCH] sh-pfc: add R8A7794 PFC support

2015-02-10 Thread Sergei Shtylyov
Hello. On 02/11/2015 01:25 AM, Sergei Shtylyov wrote: From: Hisashi Nakamura Add PFC support for the R8A7794 SoC including pin groups for some on-chip devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF... Signed-off-by: Hisashi Nakamura [Sergei: squashed together several patches, f

[PATCH v9 2/4] pinctrl: cygnus: add gpio/pinconf driver

2015-02-10 Thread Ray Jui
This adds the initial support of the Broadcom Cygnus GPIO/PINCONF driver that supports all 3 GPIO controllers on Cygnus including the ASIU GPIO controller, the chipCommonG GPIO controller, and the always-on GPIO controller. Basic PINCONF configurations such as bias pull up/down, and drive strength

[PATCH v9 1/4] pinctrl: Cygnus: define Broadcom Cygnus GPIO/PINCONF binding

2015-02-10 Thread Ray Jui
Document the GPIO/PINCONF device tree binding for Broadcom Cygnus SoC Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- .../bindings/pinctrl/brcm,cygnus-gpio.txt | 102 1 file changed, 102 insertions(+) create mode 100644 Documentation/devicetree/bindings/pi

[PATCH v9 3/4] ARM: dts: enable GPIO for Broadcom Cygnus

2015-02-10 Thread Ray Jui
This enables all 3 GPIO controllers including the ASIU GPIO, the chipcommonG GPIO, and the ALWAYS-ON GPIO, for Broadcom Cygnus SoC Signed-off-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 33 + 1 file changed, 33 insertions(+)

[PATCH v9 4/4] ARM: dts: cygnus: enable GPIO based hook detection

2015-02-10 Thread Ray Jui
This enables GPIO based phone hook detection for Broadcom BCM911360 phone factor board (bcm911360_entphn) Signed-off-by: Ray Jui --- arch/arm/boot/dts/bcm911360_entphn.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot

[PATCH v9 0/4] Add gpio/pinconf support to Broadcom Cygnus SoC

2015-02-10 Thread Ray Jui
This patchset contains the initial GPIO/PINCONF support for the Broadcom Cygnus SoC. Cygnus has 3 GPIO controllers: 1) the ASIU GPIO; 2) the chipCommonG GPIO; and 3) the ALWAYS-ON GPIO. All 3 types of GPIO controllers are supported by the this driver. All 3 Cygnus GPIO controllers support basic P

Re: [PATCH 0/3] Add initial DT support for Qualcomm SPMI PMIC devices

2015-02-10 Thread Andy Gross
On Tue, Feb 03, 2015 at 02:17:57PM +0200, Ivan T. Ivanov wrote: > Following set of patches add initial DT support for PMIC devices > found on recent Quqalcomm chipsets. Details for SPMI bus and PMIC arbiter > could be found here [1]. > Looks fine. Reviewed-by: Andy Gross -- Qualcomm Innovatio

Re: [PATCH v8 2/4] pinctrl: cygnus: add gpio/pinconf driver

2015-02-10 Thread Ray Jui
On 2/9/2015 11:20 AM, Dmitry Torokhov wrote: > Hi Ray, > > On Wed, Feb 04, 2015 at 09:21:01AM -0800, Ray Jui wrote: >> +static int cygnus_gpio_pinmux_add_range(struct cygnus_gpio *chip) >> +{ >> +struct device_node *node = chip->dev->of_node; >> +struct device_node *pinmux_node; >> +

Re: [PATCH 1/5] i8042: intel-8042 DT documentation

2015-02-10 Thread Roman Volkov
В Tue, 3 Feb 2015 11:32:02 -0800 Dmitry Torokhov пишет: > On Tue, Feb 03, 2015 at 11:38:16AM +, Mark Rutland wrote: > > On Mon, Feb 02, 2015 at 09:48:46PM +, Roman Volkov wrote: > > > Documentation for 'intel,8042' DT compatible node. > > > > > > Signed-off-by: Tony Prisk > > > Signed-o

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Mark Rutland
On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote: > Hi Mark, > > On Tue, 10 Feb 2015 15:36:28 + > Mark Rutland wrote: > > > Hi Boris, > > > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote: > > > Add documentation for the virtual irq demuxer. > > > > > > Sig

Re: [PATCH v7 0/4] st33zp24 new architecture proposal and st33zp24 spi driver

2015-02-10 Thread Peter Hüwe
Hi Christophe, > > Any news on this patchset ? > > Unfortunately not - I'm still lacking behind due to a big cold I caught. I'll add it once I pushed the fixes for 3.20 out. (still waiting on vicky's fixed patchset) Peter -- To unsubscribe from this list: send the line "unsubscribe devicetree"

Re: [Patch v3 0/6] GSBI CRCI Autoconfiguration Support

2015-02-10 Thread Andy Gross
> > > > Series looks good, do we need a qcom_defconfig update to enable anything > > new for this? > > > > - k > > I'll send a followup to enable qcom_defconfig. > Correction: Since I use a 'selects MFD_SYSCON' in the Kconfig we shouldn't need anything. -- Qualcomm Innovation Center, Inc.

Re: [PATCH v7 0/4] st33zp24 new architecture proposal and st33zp24 spi driver

2015-02-10 Thread RICARD Christophe
Hi Peter, Any news on this patchset ? Best Regards Christophe Le 01/02/2015 22:36, Christophe Ricard a écrit : Hi, The following patchset: - propose a new architecture allowing to share a core st33zp24 data management layer with different phy (i2c & spi). For st33zp24 both phy have a proprieta

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-10 Thread Benoit Parrot
Laurent Pinchart wrote on Thu [2015-Feb-05 16:52:22 +0200]: > Hi Prabhakar, > > (CC'ing Benoit Parrot) > > On Thursday 05 February 2015 11:55:28 Lad, Prabhakar wrote: > > On Thu, Feb 5, 2015 at 11:53 AM, Laurent Pinchart wrote: > > > On Wednesday 04 February 2015 20:55:02 Lad, Prabhakar wrote:

Re: [Patch v3 0/6] GSBI CRCI Autoconfiguration Support

2015-02-10 Thread Andy Gross
On Tue, Feb 10, 2015 at 11:57:27AM -0600, Kumar Gala wrote: > > On Feb 9, 2015, at 4:01 PM, Andy Gross wrote: > > > This patch set adds support for automatic configuration of GSBI DMA CRCI > > values. > > > > DMA operations require that the ADM CRCI mux values be properly configured > > in >

Re: [PATCH] ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug

2015-02-10 Thread Laurent Pinchart
Hi Geert, On Tuesday 10 February 2015 11:19:39 Geert Uytterhoeven wrote: > On Mon, Feb 9, 2015 at 7:29 PM, Tony Lindgren wrote: > > * Geert Uytterhoeven [150209 09:17]: > >> On Mon, Feb 9, 2015 at 5:24 PM, Tony Lindgren wrote: > >>> * Geert Uytterhoeven [150206 12:26]: > Notes: > -

Re: [PATCH v4 1/4] dt-bindings: mfd: add lubbock-cplds binding

2015-02-10 Thread Robert Jarzmik
Robert Jarzmik writes: > Add a binding for lubbock motherboard IO board. > > Signed-off-by: Robert Jarzmik > --- > Since v3: name change to lubbock-cplds, > Lee's comments taken into account. Hi Lee, I hope I have handled all the comments. Is this v4 good for you for mfd tree staging

Re: [Patch v3 0/6] GSBI CRCI Autoconfiguration Support

2015-02-10 Thread Kumar Gala
On Feb 9, 2015, at 4:01 PM, Andy Gross wrote: > This patch set adds support for automatic configuration of GSBI DMA CRCI > values. > > DMA operations require that the ADM CRCI mux values be properly configured in > the TCSR (Top Control and Status Register) block. During probing of a GSBI > d

Re: [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver

2015-02-10 Thread Ray Jui
On 2/10/2015 12:33 AM, Wolfram Sang wrote: > >> Thanks, Wolfram. I think I'm missing something here and would like to >> get it clarified, so I don't make the same mistake again in the future: >> I thought I've already sent these patches as a new thread, i.e., [PATCH >> v9 ...], isn't it? > > Y

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Boris Brezillon
On Tue, 10 Feb 2015 16:16:00 + Mark Rutland wrote: > On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote: > > Hi Mark, > > > > On Tue, 10 Feb 2015 15:36:28 + > > Mark Rutland wrote: > > > > > Hi Boris, > > > > > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon w

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Mark Rutland
On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote: > Hi Mark, > > On Tue, 10 Feb 2015 15:36:28 + > Mark Rutland wrote: > > > Hi Boris, > > > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote: > > > Add documentation for the virtual irq demuxer. > > > > > > Sig

Re: [PATCH] genirq: fix virtual irq demuxer related comments

2015-02-10 Thread Peter Zijlstra
On Tue, Feb 10, 2015 at 04:43:12PM +0100, Boris Brezillon wrote: > Replace remaining 'Dumb' occurrences by 'Virtual'. > Remove inappropriate notes in kerneldoc headers. > > Signed-off-by: Boris Brezillon Thanks, squished into the other one. -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Boris Brezillon
I'm fixing my own answer :-) On Tue, 10 Feb 2015 16:52:01 +0100 Boris Brezillon wrote: > Hi Mark, > > On Tue, 10 Feb 2015 15:36:28 + > Mark Rutland wrote: > > > Hi Boris, > > > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote: > > > Add documentation for the virtual irq

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Boris Brezillon
Hi Mark, On Tue, 10 Feb 2015 15:36:28 + Mark Rutland wrote: > Hi Boris, > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote: > > Add documentation for the virtual irq demuxer. > > > > Signed-off-by: Boris Brezillon > > Acked-by: Nicolas Ferre > > --- > > .../bindings/int

Re: [PATCH v4 2/5] irqchip: add virtual demultiplexer implementation

2015-02-10 Thread Mark Rutland
[...] > +static int __init virt_irq_demux_of_init(struct device_node *node, > +struct device_node *parent) > +{ > + struct irq_chip_virt_demux *demux; > + unsigned int irq; > + u32 valid_irqs; > + int ret; > + > + irq = irq_of_p

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-02-10 Thread Sneeker Yeh
Hi 2015-01-31 0:38 GMT+08:00 Felipe Balbi : > Hi, > > On Thu, Jan 29, 2015 at 10:23:12AM -0600, Felipe Balbi wrote: >> On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: >> > Hi, >> > >> > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: >> > > These patches add support for

[PATCH] genirq: fix virtual irq demuxer related comments

2015-02-10 Thread Boris Brezillon
Replace remaining 'Dumb' occurrences by 'Virtual'. Remove inappropriate notes in kerneldoc headers. Signed-off-by: Boris Brezillon --- include/linux/irq.h | 8 +--- kernel/irq/Kconfig | 2 +- kernel/irq/chip.c| 7 ++- kernel/irq/virt-demux-chip.c | 2 +- 4

Re: [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

2015-02-10 Thread Mark Rutland
Hi Boris, On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote: > Add documentation for the virtual irq demuxer. > > Signed-off-by: Boris Brezillon > Acked-by: Nicolas Ferre > --- > .../bindings/interrupt-controller/dumb-demux.txt | 41 > ++ > 1 file changed,

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Mark Rutland
> >> >> > Are we certain of the split between components the PSCI implementation > >> >> > must touch and those the kernel must touch? > >> >> > > >> >> >> Also add dts file to support HiKey development board which > >> >> >> based on Hi6220 SoC and document the devicetree bindings. > >> >> >> > >>

Re: [PATCH v2 1/2] mmc: dw_mmc: fix bug that cause 'Timeout sending command'

2015-02-10 Thread Alim Akhtar
Hi Addy, On Mon, Feb 9, 2015 at 12:55 PM, Addy Ke wrote: > Because of some uncertain factors, such as worse card or worse hardware, > DAT[3:0](the data lines) may be pulled down by card, and mmc controller > will be in busy state. This should not happend when mmc controller > send command to upda

Re: [PATCH v3 4/5] usb: phy: load usb phy earlier

2015-02-10 Thread zhangfei
On 02/10/2015 10:49 PM, Felipe Balbi wrote: On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote: This patch does not belong to phy, so, doesn't need to add phy in subject, meanwhile, please add GregKH as TO list, he is the right one to queue this patch. Reply-To: In-Reply-To: <14235546

Re: [PATCH v4 2/5] irqchip: add virtual demultiplexer implementation

2015-02-10 Thread Boris Brezillon
Hello Peter, On Tue, 10 Feb 2015 16:00:13 +0100 Peter Zijlstra wrote: > On Thu, Jan 29, 2015 at 11:33:37AM +0100, Boris Brezillon wrote: > > +#ifdef CONFIG_VIRT_IRQ_DEMUX_CHIP > > +/** > > + * struct irq_chip_virt_demux - Dumb demultiplexer irq chip data structure > > s/Dumb/Virtual/ ? > > > +

Re: [PATCH v4 2/5] irqchip: add virtual demultiplexer implementation

2015-02-10 Thread Peter Zijlstra
On Thu, Jan 29, 2015 at 11:33:37AM +0100, Boris Brezillon wrote: > +#ifdef CONFIG_VIRT_IRQ_DEMUX_CHIP > +/** > + * struct irq_chip_virt_demux - Dumb demultiplexer irq chip data structure s/Dumb/Virtual/ ? > + * @domain: irq domain pointer > + * @available: Bitfield of valid

Re: [resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

2015-02-10 Thread zhangfei
On 02/10/2015 10:48 PM, Felipe Balbi wrote: On Tue, Feb 10, 2015 at 05:10:04PM +0800, Zhangfei Gao wrote: Add usb phy controller for hi6220 platform Signed-off-by: Zhangfei Gao --- drivers/usb/phy/Kconfig | 9 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-hi

Re: [PATCH v3 4/5] usb: phy: load usb phy earlier

2015-02-10 Thread Felipe Balbi
On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote: > This patch does not belong to phy, so, doesn't need to > add phy in subject, meanwhile, please add GregKH as TO list, > he is the right one to queue this patch. > > Reply-To: > In-Reply-To: <1423554627-694-5-git-send-email-zhangfei

Re: [resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

2015-02-10 Thread Felipe Balbi
On Tue, Feb 10, 2015 at 05:10:04PM +0800, Zhangfei Gao wrote: > Add usb phy controller for hi6220 platform > > Signed-off-by: Zhangfei Gao > --- > drivers/usb/phy/Kconfig | 9 ++ > drivers/usb/phy/Makefile | 1 + > drivers/usb/phy/phy-hi6220-usb.c | 306 > ++

[RFC PATCH 3/3] drm: bridge/dw_hdmi: improve hdmi single-end test

2015-02-10 Thread Yakir Yang
Because of iMX6 & Rockchip have differnet mpll config parameter, than the cklvl & txlvl would be different, we also should seperate this parmeter. As for Rockchip HDMI, when pixle clock less than 148MHz, the cklvl & txlvl should be set to 13. When pixel clock less than 74.25MHz the cklvl & txlvl s

[RFC PATCH 0/1] Improve eye-diagram & single-ended test for rk3288 hdmi

2015-02-10 Thread Yakir Yang
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz, and single-ended test would failed when display mode is 74.25MHz. - Fix some code style, leave space for next patches. - For hdmi eye-diagram test, we turn on the Transmitter Trailer-B and improve slopeboost to 25%-30% decreas

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Brent Wang
Hello Mark, 2015-02-10 21:37 GMT+08:00 Mark Rutland : > On Fri, Feb 06, 2015 at 03:37:52PM +, Brent Wang wrote: >> Hello Mark, >> >> 2015-02-06 18:44 GMT+08:00 Mark Rutland : >> > On Fri, Feb 06, 2015 at 08:42:22AM +, Brent Wang wrote: >> >> Hello Mark, >> >> >> >> 2015-02-06 3:30 GMT+08:0

[RFC PATCH 2/3] drm: bridge/dw_hdmi_rockchip: improve hdmi eye-diagram test

2015-02-10 Thread Yakir Yang
As for 1920x1080 display resolution, we should turn on the Transmitter Trailer-B, and adjust slopeboost to 25%-35% decrease. Signed-off-by: Yakir Yang --- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/

[RFC PATCH 1/3] drm: bridge/dw_hdmi: fixed codec style

2015-02-10 Thread Yakir Yang
- const struct dw_hdmi_mpll_config *mpll_config = -hdmi->plat_data->mpll_cfg; - const struct dw_hdmi_curr_ctrl *curr_ctrl = hdmi->plat_data->cur_ctr; - const struct dw_hdmi_sym_term *sym_term = hdmi->plat_data->sym_term; + const struct dw_hdmi_plat_data *pl

[RFC PATCH 0/3]

2015-02-10 Thread Yakir Yang
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz, and single-ended test would failed when display mode is 74.25MHz. - Fix some code style, leave space for next patches. - For hdmi eye-diagram test, we turn on the Transmitter Trailer-B and improve slopeboost to 25%-30% decrease

Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC

2015-02-10 Thread Mark Rutland
On Fri, Feb 06, 2015 at 03:37:52PM +, Brent Wang wrote: > Hello Mark, > > 2015-02-06 18:44 GMT+08:00 Mark Rutland : > > On Fri, Feb 06, 2015 at 08:42:22AM +, Brent Wang wrote: > >> Hello Mark, > >> > >> 2015-02-06 3:30 GMT+08:00 Mark Rutland : > >> > On Thu, Feb 05, 2015 at 09:24:37AM +000

Re: [PATCH v3 2/5] Documentation: dt-bindings: add dt binding info for hi6220

2015-02-10 Thread Mark Rutland
On Tue, Feb 10, 2015 at 07:50:24AM +, Zhangfei Gao wrote: > Signed-off-by: Zhangfei Gao > --- > .../devicetree/bindings/usb/hi6220-usb.txt | 49 > ++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt > >

Re: [PATCH 1/2] dt-bindings: add disable-wakeup property for gpio-charger

2015-02-10 Thread Mark Rutland
On Tue, Feb 10, 2015 at 12:14:48PM +, Heiko Stübner wrote: > Am Dienstag, 10. Februar 2015, 12:00:30 schrieb Mark Rutland: > > On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote: > > > add disable-wakeup for gpio-charger, if you set this property, system > > > will not wakeup by gpio-c

Re: [PATCH 1/2] dt-bindings: add disable-wakeup property for gpio-charger

2015-02-10 Thread Heiko Stübner
Am Dienstag, 10. Februar 2015, 12:00:30 schrieb Mark Rutland: > On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote: > > add disable-wakeup for gpio-charger, if you set this property, system > > will not wakeup by gpio-charger. > > > > Signed-off-by: Chris Zhong > > --- > > > > Document

Re: [PATCH 1/2] dt-bindings: add disable-wakeup property for gpio-charger

2015-02-10 Thread Mark Rutland
On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote: > add disable-wakeup for gpio-charger, if you set this property, system > will not wakeup by gpio-charger. > > Signed-off-by: Chris Zhong > --- > > Documentation/devicetree/bindings/power_supply/gpio-charger.txt | 2 ++ > 1 file chang

Re: [resend PATCH v3 2/4] Documentation: dt-bindings: add dt binding info for hi6220

2015-02-10 Thread Sergei Shtylyov
Hello. On 2/10/2015 12:10 PM, Zhangfei Gao wrote: Signed-off-by: Zhangfei Gao --- .../devicetree/bindings/usb/hi6220-usb.txt | 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt diff --git a/Docume

[RESEND PATCH 4/6] gpio: arizona: Add support for WM8280/WM8281

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald Signed-off-by: Richard Fitzgerald Acked-by: Linus Walleij Signed-off-by: Charles Keepax --- drivers/gpio/gpio-arizona.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index fe369f5..96

[RESEND PATCH 0/6] Add support for the WM8280 and WM8281

2015-02-10 Thread Charles Keepax
This set of patches adds support for the WM8280 and WM8281 codecs to the Wolfson Arizona drivers. Just another resend on this series, if it would expedite the process I would be happy if we could just merge the MFD patches then I can push the other patches through their respective trees once that

[RESEND PATCH 6/6] ASoC: arizona: Add support for WM8280/WM8281

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald Signed-off-by: Richard Fitzgerald Acked-by: Mark Brown Signed-off-by: Charles Keepax --- sound/soc/codecs/arizona.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 9550d74..55b5e22

[RESEND PATCH 2/6] Documentation: devicetree: arizona: Add bindings for WM8280

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald Signed-off-by: Richard Fitzgerald Signed-off-by: Charles Keepax --- Documentation/devicetree/bindings/mfd/arizona.txt | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentat

[RESEND PATCH 3/6] regulator: arizona-micsupp: Add support for WM8280/WM8281

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald Signed-off-by: Richard Fitzgerald Reviewed-by: Mark Brown Signed-off-by: Charles Keepax --- drivers/regulator/arizona-micsupp.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/regulator/arizona-micsupp.c b/drivers/regulator/arizona-mi

[RESEND PATCH 1/6] mfd: arizona: Add support for WM8280/WM8281

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald This adds support for the Wolfson Microelectronics WM8280 and WM8281 codecs. Signed-off-by: Richard Fitzgerald Acked-by: Lee Jones [ Minor fixup to remove potentially uninitialised variable. ] Signed-off-by: Charles Keepax --- drivers/mfd/Kconfig |5

[RESEND PATCH 5/6] extcon: arizona: Add support for WM8280/WM8281

2015-02-10 Thread Charles Keepax
From: Richard Fitzgerald Signed-off-by: Richard Fitzgerald Acked-by: Chanwoo Choi Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index

Re: [PATCH 4/4] usb: renesas_usbhs: add support for USB-DMAC

2015-02-10 Thread Geert Uytterhoeven
Hi Shimoda-san, On Mon, Feb 9, 2015 at 9:16 AM, Yoshihiro Shimoda wrote: > Some Renesas SoCs have the USB-DMAC. It is able to terminate transfers > when a short packet is received, even if less bytes than the transfer > counter size have been received. Also, it is able to send a short > packet ev

Re: [PATCH 1/4] usb: renesas_usbhs: fix spinlock recursion by usbhsf_dma_complete()

2015-02-10 Thread Geert Uytterhoeven
Hi Shimoda-san, On Mon, Feb 9, 2015 at 9:16 AM, Yoshihiro Shimoda wrote: > The usbhsf_pkt_handler(pipe, USBHSF_PKT_DMA_DONE) in usbhsf_dma_complete() > will call the complete function of a usb gadget driver finally. > According to the gadget.h, "The function will always be called with > interrupt

Re: [PATCH] ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug

2015-02-10 Thread Geert Uytterhoeven
On Mon, Feb 9, 2015 at 7:29 PM, Tony Lindgren wrote: > * Geert Uytterhoeven [150209 09:17]: >> On Mon, Feb 9, 2015 at 5:24 PM, Tony Lindgren wrote: >> > * Geert Uytterhoeven [150206 12:26]: >> >> Notes: >> >> - It seems several people tried to solve this in the core OF probing >> >> code

Re: [PATCH] mmc: dw_mmc: fix bug that cause mmc_test failture

2015-02-10 Thread Olof Johansson
Hi Addy, On Mon, Jan 26, 2015 at 4:04 AM, Addy Ke wrote: > The STOP command can terminate a data transfer between a memory card and > mmc controller. > > As show in Synopsys DesignWare Cores Mobile Stroage Host Databook: > Data timeout and Data end-bit error will terminate further data transfer >

[PATCH v5 2/4] media: ov2640: add async probe function

2015-02-10 Thread Josh Wu
In async probe, there is a case that ov2640 is probed before the host device which provided 'mclk'. To support this async probe, we will get 'mclk' at first in the probe(), if failed it will return -EPROBE_DEFER. That will let ov2640 wait for the host device probed. Signed-off-by: Josh Wu --- Ch

[PATCH v5 4/4] media: ov2640: dt: add the device tree binding document

2015-02-10 Thread Josh Wu
Add the document for ov2640 dt. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu Acked-by: Laurent Pinchart Acked-by: Sylwester Nawrocki --- Changes in v5: None Changes in v4: - remove aggsigned-clocks as it's general. - refine the explation. Changes in v3: - fix incorrect description. -

[PATCH v5 3/4] media: ov2640: add primary dt support

2015-02-10 Thread Josh Wu
Add device tree support for ov2640. In device tree, user needs to provide the master clock (xvclk). User can add the reset/pwdn pins if they have. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu Acked-by: Laurent Pinchart --- Changes in v5: - change the 'mclk' to 'xvclk'. As v4l2-clk will

[PATCH v5 1/4] media: soc-camera: use icd->control instead of icd->pdev for reset()

2015-02-10 Thread Josh Wu
icd->control is the sub device dev, i.e. i2c device. icd->pdev is the soc camera device's device. To be consitent with power() function, we will call reset() with icd->control as well. Signed-off-by: Josh Wu --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None d

[PATCH v5 0/4] media: ov2640: add device tree support

2015-02-10 Thread Josh Wu
This patch series add device tree support for ov2640. And also add the document for the devicetree properties. v4->v5: 1. based on soc-camera v4l2-clk changes. 2. remove the master_clk related (one commit), we only have one clk. v3->v4: 1. refined the dt document. 2. Add Laurent's acked-by

Re: [PATCH 1/7] pinctrl: mediatek: emulate GPIO interrupt on both-edges

2015-02-10 Thread Yingjoe Chen
On Tue, 2015-02-10 at 09:40 +0100, Uwe Kleine-König wrote: > Hello, > > On Tue, Jan 27, 2015 at 02:15:26PM +0800, Chaotian Jing wrote: > > From: Yingjoe Chen > > > > MTK EINT does not support generating interrupt on both edges. > > Emulate this by changing edge polarity while enable irq, > > set

Re: [PATCH V4 4/4] mmc: pwrseq_simple: Add support for a reset GPIO pin

2015-02-10 Thread Alexandre Courbot
On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote: > The need for reset GPIOs has several times been pointed out from > erlier posted patchsets. Especially some WLAN chips which are > attached to an SDIO interface may use a GPIO reset. > > The reset GPIO is asserted at initialization and prior we

[resend PATCH v3 3/4] usb: dwc2: platform: add hi6220 support

2015-02-10 Thread Zhangfei Gao
Signed-off-by: Zhangfei Gao --- drivers/usb/dwc2/platform.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c index ae095f0..f7c67db 100644 --- a/drivers/usb/dwc2/platform.c +++ b/drivers/usb/dwc2/platform

[resend PATCH v3 2/4] Documentation: dt-bindings: add dt binding info for hi6220

2015-02-10 Thread Zhangfei Gao
Signed-off-by: Zhangfei Gao --- .../devicetree/bindings/usb/hi6220-usb.txt | 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt diff --git a/Documentation/devicetree/bindings/usb/hi6220-usb.txt b/Documenta

[resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

2015-02-10 Thread Zhangfei Gao
Add usb phy controller for hi6220 platform Signed-off-by: Zhangfei Gao --- drivers/usb/phy/Kconfig | 9 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-hi6220-usb.c | 306 +++ 3 files changed, 316 insertions(+) create mode 100644 d

[resend PATCH v3 1/4] Documentation: dt-bindings: add dt binding info for hi6220 dwc2

2015-02-10 Thread Zhangfei Gao
Add necessary dwc2 binding documentation for Hisilicon soc: hi6220 Signed-off-by: Zhangfei Gao --- Documentation/devicetree/bindings/usb/dwc2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt i

[resend PATCH v3 0/4] add usb support for hi6220

2015-02-10 Thread Zhangfei Gao
v3: fix typo and add -EPROBE_DEFER of regulator, pointed by Peter v2: address comments from Sergei and Peter add hi6220_phy_setup(false) code v1: hi6220 usb controller is inherited from dwc2 add phy accordingly support otg gadget/host Zhangfei Gao (4): Documentation: dt-bindings: add dt bindin

Re: [PATCH 1/7] pinctrl: mediatek: emulate GPIO interrupt on both-edges

2015-02-10 Thread Uwe Kleine-König
Hello, On Tue, Jan 27, 2015 at 02:15:26PM +0800, Chaotian Jing wrote: > From: Yingjoe Chen > > MTK EINT does not support generating interrupt on both edges. > Emulate this by changing edge polarity while enable irq, > set types and interrupt handling. This follows an example of > drivers/gpio/gp

Re: [PATCH v3 4/5] usb: phy: load usb phy earlier

2015-02-10 Thread zhangfei
On 02/10/2015 03:04 PM, Peter Chen wrote: This patch does not belong to phy, so, doesn't need to add phy in subject, meanwhile, please add GregKH as TO list, he is the right one to queue this patch. Reply-To: In-Reply-To: <1423554627-694-5-git-send-email-zhangfei@linaro.org> OK, thanks P

Re: [PATCH V4 3/4] mmc: pwrseq: Initial support for the simple MMC power sequence provider

2015-02-10 Thread Alexandre Courbot
On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote: > To add the core part for the MMC power sequence, let's start by adding > initial support for the simple MMC power sequence provider. > > In this initial step, the MMC power sequence node are fetched and the > compatible string for the simple MM

  1   2   >