Re: [PATCH] clocksource: Do not drop unheld reference on device node

2013-11-24 Thread Uwe Kleine-König
Hello Daniel, On Sun, Nov 24, 2013 at 10:28:15PM +0100, Daniel Lezcano wrote: > On 11/22/2013 08:22 PM, Uwe Kleine-König wrote: > >On Fri, Nov 22, 2013 at 05:31:46PM +0100, Daniel Lezcano wrote: > >>On 11/22/2013 05:16 PM, Thierry Reding wrote: > >>>On Sat, Oct 19, 2013 at 12:49:48AM +0200, Thierr

Re: [PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy

2013-11-24 Thread Kishon Vijay Abraham I
Hi, On Monday 11 November 2013 02:02 PM, Yuvaraj Kumar C D wrote: > This patch adds dt entry for ahci sata controller and its > corresponding phy controller.phy node has been added w.r.t > new generic phy framework. > > Changes since V1: > 1.Minor changes to node name convention > 2.U

Re: [PATCH V2 1/2] Phy: Exynos: Add Exynos5250 sata phy driver

2013-11-24 Thread Kishon Vijay Abraham I
Hi, On Friday 22 November 2013 11:31 AM, Yuvaraj Kumar wrote: > Any comments on this patch? > > On Mon, Nov 11, 2013 at 2:02 PM, Yuvaraj Kumar C D > wrote: >> This patch adds the sata phy driver for Exynos5250.Exynos5250 sata >> phy comprises of CMU and TRSV blocks which are of I2C register Map

Re: linux 3.13-rc1 make dw_mmc-exynos more worse

2013-11-24 Thread Olof Johansson
Hi, On Sun, Nov 24, 2013 at 4:07 AM, randy wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > After pull the merge of 3.13-rc1, the dw_mmc-exynos will make the boot > stock.In 3.13, it is just stocked udev in 3.13 and makse udev timeout > but kernel report the emmc device is found. > >

Re: [PATCHv3] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Daniel Tang
Hi, On 25/11/2013, at 4:32 PM, Peter Chen wrote: > >> >> From: Daniel Tang >> >> The USB controller in TI-NSPIRE calculators are based off either >> Freescale's >> USB OTG controller or the USB controller found in the IMX233, both of >> which >> are Chipidea compatible. >> >> This patch add

RE: [PATCHv3] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Peter Chen
> > From: Daniel Tang > > The USB controller in TI-NSPIRE calculators are based off either > Freescale's > USB OTG controller or the USB controller found in the IMX233, both of > which > are Chipidea compatible. > > This patch adds a device tree binding for the controller. > > Signed-off-by:

Re: [PATCH v4 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2013-11-24 Thread Loc Ho
Hi, Resend in plain text as mailing list reject HTML format. > > > > +static int xgene_ahci_init_memram(struct xgene_ahci_context *ctx) > > > > +{ > > > > + void *diagcsr = ctx->csr_base + SATA_DIAG_OFFSET; > > > > + int timeout; > > > > + u32 val; > > > > + > > > > + xgene_rd(di

Re: [PATCH v11 5/6] ARM: hi3xxx: add smp support

2013-11-24 Thread Haojian Zhuang
On 25 November 2013 12:00, Olof Johansson wrote: > On Tue, Nov 12, 2013 at 12:49 AM, Haojian Zhuang > wrote: >> On 7 November 2013 18:30, Dinh Nguyen wrote: >>> >>> On 11/7/13 2:41 AM, Haojian Zhuang wrote: From: Zhangfei Gao Enable SMP support on hi3xxx platform Signed

Re: [PATCH v6 1/6] gpio: davinci: use readl/writel instead of __raw_*

2013-11-24 Thread Prabhakar Lad
Hi Taras, On Fri, Nov 22, 2013 at 3:38 PM, Taras Kondratiuk wrote: > On 21 November 2013 20:15, Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> This patch replaces the __raw_readl/writel with >> readl and writel, Altough the code runs on ARMv5 >> based SOCs, changing this will help copying

Re: [PATCH v11 5/6] ARM: hi3xxx: add smp support

2013-11-24 Thread Olof Johansson
On Tue, Nov 12, 2013 at 12:49 AM, Haojian Zhuang wrote: > On 7 November 2013 18:30, Dinh Nguyen wrote: >> >> On 11/7/13 2:41 AM, Haojian Zhuang wrote: >>> From: Zhangfei Gao >>> >>> Enable SMP support on hi3xxx platform >>> >>> Signed-off-by: Zhangfei Gao >>> Tested-by: Zhang Mingjun >>> Teste

[PATCHv3] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread dt . tangr
From: Daniel Tang The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree binding for the controller. Signed-off-by: Daniel Tang --- Changelo

Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Daniel Tang
Hi, On 24/11/2013, at 9:12 PM, Peter Chen wrote: > On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.ta...@gmail.com wrote: > >> +}; >> + >> +MODULE_DEVICE_TABLE(of, ci_hdrc_nspire_dt_ids); >> +module_platform_driver(ci_hdrc_nspire_driver); >> + >> +MODULE_ALIAS("platform:nspire_usb"); >> +MODULE_AL

Re: [PATCH v7 0/4] Add dual-fifo mode support of i.MX ssi

2013-11-24 Thread Shawn Guo
On Sat, Nov 23, 2013 at 12:31:32AM +0800, Nicolin Chen wrote: > Hi all, > >I'm sorry to push this. But this series has been an orphan for a while. >Could any one please receive and foster it? Vinod, I expect you will pick up the series. But otherwise, I can apply it via IMX tree with yo

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2013-11-24 Thread Grant Likely
On Fri, 22 Nov 2013 16:43:35 -0800, Tony Lindgren wrote: > Currently we get the following kind of errors if we try to use > interrupt phandles to irqchips that have not yet initialized: > > irq: no irq domain found for /ocp/pinmux@48002030 ! > WARNING: CPU: 0 PID: 1 at drivers/of/platform.c:171

Re: [RFC 9/9] of/irq: create interrupts-extended property

2013-11-24 Thread Grant Likely
On Sun, 24 Nov 2013 17:04:52 +1000, Peter Crosthwaite wrote: > On Wed, Nov 13, 2013 at 4:14 PM, Grant Likely wrote: > > On Wed, 13 Nov 2013 09:17:01 +1000, Peter Crosthwaite > > wrote: > >> It's going to get a little verbose once you start making multiple > >> connections as you need one mux p

Re: [PATCH] clocksource: Do not drop unheld reference on device node

2013-11-24 Thread Daniel Lezcano
On 11/22/2013 08:22 PM, Uwe Kleine-König wrote: On Fri, Nov 22, 2013 at 05:31:46PM +0100, Daniel Lezcano wrote: On 11/22/2013 05:16 PM, Thierry Reding wrote: On Sat, Oct 19, 2013 at 12:49:48AM +0200, Thierry Reding wrote: When booting a recent kernel on ARM with OF_DYNAMIC enabled, the kernel

Re: [PATCH] of/platform: Fix no irq domain found errors when populating interrupts

2013-11-24 Thread Grant Likely
On Fri, 22 Nov 2013 17:50:35 -0800, Tony Lindgren wrote: > * Tony Lindgren [131122 17:16]: > > * Tony Lindgren [131122 17:09]: > > > * Russell King - ARM Linux [131122 16:56]: > > > > On Fri, Nov 22, 2013 at 04:43:35PM -0800, Tony Lindgren wrote: > > > > > + /* See of_device_resourc

Re: [PATCH v2] itg3200: add dt support.

2013-11-24 Thread Jonathan Cameron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/13 05:48, NeilBrown wrote: > On Tue, 19 Nov 2013 02:49:38 +0100 Sebastian Reichel wrote: > >> Hi, >> >> On Tue, Nov 19, 2013 at 11:30:13AM +1100, NeilBrown wrote: >>> No new configuration, just a 'compatible' string and documentation. >> >

Re: [PATCH v4 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2013-11-24 Thread Arnd Bergmann
On Sunday 24 November 2013, Loc Ho wrote: > > > > +struct xgene_ahci_context { > > > + struct ahci_host_priv hpriv; > > > + struct device *dev; > > > + int irq;/* IRQ */ > > > + void __iomem *csr_base; /* CSR base address of IP */ > > > + u64 csr_phys;

Re: [PATCH v5 00/17] add COMMON_CLK support for PowerPC MPC512x

2013-11-24 Thread Gerhard Sittig
On Mon, Nov 18, 2013 at 00:06 +0100, Gerhard Sittig wrote: > > the series is based on v3.12, but I'll rebase against v3.13-rc1 > (when available) or any other subtree upon request Now that v3.13-rc1 is out, I noticed that the series no longer applies cleanly (minor context changes and conflicts)

Re: [PATCH v2 2/2] iio: Add new driver dht11-gpio

2013-11-24 Thread Jonathan Cameron
On 11/23/13 17:44, Harald Geyer wrote: > Jonathan Cameron writes: >> On 10/25/13 12:47, Harald Geyer wrote: >>> This driver handles DHT11 and DHT22 sensors. >>> >>> Signed-off-by: Harald Geyer >> >> Hi Harald, >> >> I'm afraid I completely missed your posting of this version 2. >> >> Do feel free

Re: [PATCHv2] ARM: mvebu: Add DT entry for ReadyNAS Duo v2 to use gpio-poweroff driver

2013-11-24 Thread Jason Cooper
On Fri, Nov 22, 2013 at 03:58:04PM +0100, Arnaud Ebalard wrote: > > Without that fix, at the end of the shutdown process, the board is > still powered (led glowing, fan running, ...). > > Signed-off-by: Arnaud Ebalard > --- > > Changes since v1: > - use macro instead of value for GPIO voltage

Re: [PATCHv2] ARM: mvebu: Add RN104 SATA LEDs driven via NXP PCA9554 I2C to GPIO muxer

2013-11-24 Thread Jason Cooper
On Fri, Nov 22, 2013 at 12:00:12AM +0100, Arnaud Ebalard wrote: > > NETGEAR ReadyNAS 104 has a NXP PCA9554 I2C to GPIO chip. Among the 8 GPIO > lines the chip makes available, four are used on the device to control > the SATA LEDs (the four remaining ones are used for SATA disk presence). > This p

Re: [PATCHv3 1/2] Input: twl4030-keypad - add device tree support

2013-11-24 Thread Sebastian Reichel
Hi, > > > I'd suggest just simple "autorepeat", so that we get rid of ugly > > > double-negation. > > The idea was that majority of setups want autorepeat so in the absence > > of the property autorepeat is turned on. > > I see... but autorepeat on by default makes sense on devices that are > us

Re: [PATCH 1/2] ARM: kirkwood: provide pinctrl default to sdio nodes

2013-11-24 Thread Jason Cooper
On Fri, Nov 15, 2013 at 03:20:24PM +0100, Sebastian Hesselbarth wrote: > SDIO controllers found on Marvell Kirkwood 6281/6282 SoCs require > pins to be muxed by pinctrl. As there is only one sane pinctrl > setting for this, provide default pinctrl properties to the controller > nodes. > > Signed-o

Re: [PATCH] ARM: dove: Fix typo in device_type property of phy node

2013-11-24 Thread Jason Cooper
On Thu, Nov 14, 2013 at 02:54:59PM +, Srinivas Kandagatla wrote: > This patch fixes a typo for device_type property of phy node. > This can work as of today but once a checks are added in generic code > this typo will stop phy from working. > > Signed-off-by: Srinivas Kandagatla > --- > arch

[PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-11-24 Thread Sebastian Reichel
Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel --- drivers/power/power_supply_core.c | 24 include/linux/power_supply.h | 2 ++ 2 files changed, 26 insertions(+) diff --git a/drivers/power/power_supply_core.c b/drivers/pow

[PATCH 2/3] bq2415x_charger: add DT support

2013-11-24 Thread Sebastian Reichel
This adds DT support to the bq2415x driver. Signed-off-by: Sebastian Reichel --- drivers/power/bq2415x_charger.c | 72 + 1 file changed, 52 insertions(+), 20 deletions(-) diff --git a/drivers/power/bq2415x_charger.c b/drivers/power/bq2415x_charger.c index

[PATCH 3/3] dt: binding documentation for bq2415x charger

2013-11-24 Thread Sebastian Reichel
Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel --- .../devicetree/bindings/power/bq2415x.txt | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq2415x.txt diff --git a/Do

[PATCH 0/3] DT support for bq2415x

2013-11-24 Thread Sebastian Reichel
Hi, This patchset adds DT support for the bq2415x charger, which is used in the Nokia N900. The changes depend on Pali Rohár's "[PATCH v2 0/3] Add support for charging battery in Nokia RX-51" patchset [0]. [0] https://lkml.org/lkml/2013/11/19/106 -- Sebastian Sebastian Reichel (3): power_supp

Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node

2013-11-24 Thread Jason Cooper
On Thu, Nov 14, 2013 at 02:53:08PM +, Srinivas Kandagatla wrote: > This patch fixes a typo for device_type property of phy node. > This can work as of today but once a checks are added in generic code > this typo will stop phy from working. > > Signed-off-by: Srinivas Kandagatla > --- > .../

Re: [PATCHv7 0/4] twl4030-pwrbutton DT binding

2013-11-24 Thread Sebastian Reichel
Hi, On Fri, Nov 08, 2013 at 11:11:23PM +0100, Sebastian Reichel wrote: > This is the seventh iteration of DT support for the TWL4030 > power button. Dmitry, can you add this patchset to your queue? It got no further comments in two weeks. -- Sebastian signature.asc Description: Digital signat

Re: [PATCHv2] ARM: mvebu: Add Netgear ReadyNAS 2120 board

2013-11-24 Thread Arnaud Ebalard
Jason Cooper writes: >> > Applied to mvebu/dt >> >> Thanks, Jason. Based on the response to the question raised by Jason >> Gunthorpe regarding PHY compatible string [1], I'll keep in mind to send >> you a patch at some point (.dts file for RN2120 also has compatible = >> "marvell,88e1318s") if

Re: [PATCHv2] ARM: mvebu: Add Netgear ReadyNAS 2120 board

2013-11-24 Thread Jason Cooper
On Sun, Nov 24, 2013 at 12:52:58PM +0100, Arnaud Ebalard wrote: > Hi, > > Jason Cooper writes: > > > On Tue, Nov 12, 2013 at 08:46:48PM +0100, Arnaud Ebalard wrote: > >> > >> All hardware parts of the (mv78230 Armada XP based) NETGEAR ReadyNAS > >> 2120 are supported by mainline kernel (USB 3.0

linux 3.13-rc1 make dw_mmc-exynos more worse

2013-11-24 Thread randy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After pull the merge of 3.13-rc1, the dw_mmc-exynos will make the boot stock.In 3.13, it is just stocked udev in 3.13 and makse udev timeout but kernel report the emmc device is found. And in the Documentation/devicetree/bindings/mmc/exynos-dw-mshc.tx

Re: [PATCHv2] ARM: mvebu: Add Netgear ReadyNAS 2120 board

2013-11-24 Thread Arnaud Ebalard
Hi, Jason Cooper writes: > On Tue, Nov 12, 2013 at 08:46:48PM +0100, Arnaud Ebalard wrote: >> >> All hardware parts of the (mv78230 Armada XP based) NETGEAR ReadyNAS >> 2120 are supported by mainline kernel (USB 3.0 and eSATA rear ports, >> USB 2.0 front port, Gigabit controller and PHYs for th

Re: [PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread Peter Chen
On Sun, Nov 24, 2013 at 06:37:47PM +1100, dt.ta...@gmail.com wrote: > From: Daniel Tang > > Changelog v2: > * Rename ci13xxx to ci_hdrc > * Fixed alignment issues > > The USB controller in TI-NSPIRE calculators are based off either Freescale's > USB OTG controller or the USB controller found i

Re: [PATCH 10/12] mtd: nand: davinci: don't set timings if AEMIF is used

2013-11-24 Thread Sekhar Nori
On Friday 22 November 2013 11:08 PM, Santosh Shilimkar wrote: > On Thursday 21 November 2013 12:07 PM, Nori, Sekhar wrote: >> On 11/14/2013 8:06 PM, Santosh Shilimkar wrote: >>> On Thursday 14 November 2013 05:53 AM, Nori, Sekhar wrote: On Wednesday 13 November 2013 07:44 PM, Santosh Shilimkar