Re: [PATCH v2] net: fec: fix MDIO bus assignement for dual fec SoC's

2015-01-09 Thread Sascha Hauer
On Fri, Jan 09, 2015 at 03:01:43PM +0100, Stefan Agner wrote: On i.MX28, the MDIO bus is shared between the two FEC instances. The driver makes sure that the second FEC uses the MDIO bus of the first FEC. This is done conditionally if FEC_QUIRK_ENET_MAC is set. However, in newer designs, such

Re: [PATCH v5 1/3] of: Add binding for NVIDIA Tegra ACTMON node

2015-01-09 Thread Rob Herring
On Tue, Dec 16, 2014 at 2:41 AM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: This block gathers statistics about various counters and can be configured to fire interrupts when thresholds are crossed. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- v2: * Add

[PATCH/RFC v10 10/19] leds: Add driver for AAT1290 current regulator

2015-01-09 Thread Jacek Anaszewski
This patch adds a driver for the 1.5A Step-Up Current Regulator for Flash LEDs. The device is programmed through a Skyworks proprietary AS2Cwire serial digital interface. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

[PATCH/RFC v10 08/19] leds: Add support for max77693 mfd flash cell

2015-01-09 Thread Jacek Anaszewski
This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED subsystem sysfs interface. Device supports up to two leds which can work in flash and torch mode. The leds can be triggered externally or by software. Signed-off-by: Jacek Anaszewski

[PATCH v4 7/7] pinctrl: qcom-spmi-gpio: Migrate to pinconf-generic

2015-01-09 Thread Soren Brinkmann
Instead of the driver caring about implementation details like device tree, just provide information about driver specific pinconf parameters to pinconf-generic which takes care of parsing the DT. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- Changes since v2: - remove hyphens in

[PATCH v4 3/7] pinctrl: zynq: Document DT binding

2015-01-09 Thread Soren Brinkmann
Add documentation for the devicetree binding for the Zynq pincontroller. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Tested-by: Andreas Färber afaer...@suse.de --- Changes since v1: - fix typo - add USB related documentation - remove 'pinctrl-' prefix for pinctrl sub-nodes -

[PATCH v4 4/7] pinctrl: Add driver for Zynq

2015-01-09 Thread Soren Brinkmann
This adds a pin-control driver for Zynq. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Tested-by: Andreas Färber afaer...@suse.de --- Changes since v2: - driver-specific DT properties are passed to the core in two arrays, one for the actual DT parsing one for the debugfs

[PATCH v4 5/7] ARM: zynq: Enable pinctrl

2015-01-09 Thread Soren Brinkmann
Select pinctrl and the Zynq pinctrl driver. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Tested-by: Andreas Färber afaer...@suse.de --- Changes since RFC v2: - separate mach-zynq changes in their own patch --- arch/arm/mach-zynq/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH v4 6/7] ARM: zynq: DT: Add pinctrl information

2015-01-09 Thread Soren Brinkmann
Add pinctrl descriptions to the zc702 and zc706 device trees. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Tested-by: Andreas Färber afaer...@suse.de --- Changes since v1: - remove 'pinctrl-' prefix for pinctrl sub-nodes - separate config and mux nodes Changes since RFC v2: - add

Re: [PATCH v2 2/4] Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings

2015-01-09 Thread Hans de Goede
Hi, On 09-01-15 11:39, Gregory CLEMENT wrote: It is now possible to use a regulator property for each port of the AHCI controller. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- Documentation/devicetree/bindings/ata/ahci-platform.txt | 9 ++--- 1 file changed, 6

Re: [PATCH v2 1/3] dtb: xgene: fix: Backward compatibility with older firmware

2015-01-09 Thread Ian Campbell
Hi Iyappan, On Mon, 2014-11-03 at 11:59 -0800, Iyappan Subramanian wrote: The following kernel crash was reported when using older firmware (= 1.13.28). [0.98] libphy: APM X-Gene MDIO bus: probed [1.13] Unhandled fault: synchronous external abort (0x9610) at

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

2015-01-09 Thread Jassi Brar
On 9 January 2015 at 20:54, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jan 09, 2015 at 06:49:12PM +0530, Jassi Brar wrote: On 9 January 2015 at 18:21, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jan 09, 2015 at 07:28:09PM +0800, Vincent Yang wrote:

[PATCH/RFC v10 15/19] media: Add registration helpers for V4L2 flash sub-devices

2015-01-09 Thread Jacek Anaszewski
This patch adds helper functions for registering/unregistering LED Flash class devices as V4L2 sub-devices. The functions should be called from the LED subsystem device driver. In case the support for V4L2 Flash sub-devices is disabled in the kernel config the functions' empty versions will be

[PATCH/RFC v10 14/19] v4l2-ctrls: Add V4L2_CID_FLASH_SYNC_STROBE control

2015-01-09 Thread Jacek Anaszewski
Add V4L2_CID_FLASH_SYNC_STROBE control for determining whether a flash device strobe has to be synchronized with other flash leds controller by the same device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Sakari Ailus

[PATCH/RFC v10 16/19] Documentation: leds: Add description of v4l2-flash sub-device

2015-01-09 Thread Jacek Anaszewski
This patch extends LED Flash class documention by the description of interactions with v4l2-flash sub-device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Sakari Ailus sakari.ai...@linux.intel.com Cc: Bryan Wu

[PATCH/RFC v10 18/19] leds: max77693: add support for V4L2 Flash sub-device

2015-01-09 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the max77693 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

Re: [PATCH v4 00/12] Add Armada 38x GP and AP boards support

2015-01-09 Thread Andrew Lunn
Gregory CLEMENT (5): ARM: mvebu: a38x: Add more pinctrl functions ARM: mvebu: a38x: Add missing labels ARM: mvebu: Document the Device Tree binding for the Armada 388 SoC ARM: mvebu: Add Device Tree description of the Armada 388 SoC ARM: mvebu: Add Armada 388 General Purpose

Re: [PATCH v3 0/7] Pinctrl support for Zynq

2015-01-09 Thread Sören Brinkmann
On Fri, 2015-01-09 at 09:45AM +0100, Linus Walleij wrote: On Fri, Dec 12, 2014 at 5:37 PM, Sören Brinkmann soren.brinkm...@xilinx.com wrote: Argh, this went through the wrong SMTP. I suspect threading is broken due to that. Let me know if you want me to resend this with intact threading.

Re: [PATCH v2 2/4] Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings

2015-01-09 Thread Gregory CLEMENT
Hi Hans, On 09/01/2015 16:46, Hans de Goede wrote: Hi, On 09-01-15 11:39, Gregory CLEMENT wrote: It is now possible to use a regulator property for each port of the AHCI controller. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com ---

Re: [PATCH v2 2/4] Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings

2015-01-09 Thread Chen-Yu Tsai
Hi, On Sat, Jan 10, 2015 at 12:20 AM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Hi Hans, On 09/01/2015 16:46, Hans de Goede wrote: Hi, On 09-01-15 11:39, Gregory CLEMENT wrote: It is now possible to use a regulator property for each port of the AHCI controller.

[PATCH 1/3] ARM: STi: Add STiH418 SoC support

2015-01-09 Thread Maxime COQUELIN
This patch adds support to STiH418 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- Documentation/arm/sti/stih418-overview.txt| 20 Documentation/devicetree/bindings/arm/sti.txt | 4 arch/arm/mach-sti/board-dt.c | 1 + 3 files

[PATCH/RFC v10 17/19] DT: Add documentation for exynos4-is 'flashes' property

2015-01-09 Thread Jacek Anaszewski
This patch adds a description of 'flashes' property to the samsung-fimc.txt. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll

[PATCH/RFC v10 12/19] DT: Add documentation for the Skyworks AAT1290

2015-01-09 Thread Jacek Anaszewski
This patch adds device tree binding documentation for 1.5A Step-Up Current Regulator for Flash LEDs. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu coolo...@gmail.com Cc: Richard Purdie rpur...@rpsys.net Cc: Rob Herring

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

2015-01-09 Thread Russell King - ARM Linux
On Fri, Jan 09, 2015 at 06:49:12PM +0530, Jassi Brar wrote: On 9 January 2015 at 18:21, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jan 09, 2015 at 07:28:09PM +0800, Vincent Yang wrote: +static irqreturn_t mhu_rx_interrupt(int irq, void *p) +{ + struct mbox_chan

[PATCH/RFC v10 19/19] leds: aat1290: add support for V4L2 Flash sub-device

2015-01-09 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the aat1290 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

[PATCH/RFC v10 13/19] exynos4-is: Add support for v4l2-flash subdevs

2015-01-09 Thread Jacek Anaszewski
This patch adds suppport for external v4l2-flash devices. The support includes parsing camera-flash DT property and asynchronous subdevice registration. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Sylwester Nawrocki

[PATCH/RFC v10 05/19] mfd: max77693: Modify flash cell name identifiers

2015-01-09 Thread Jacek Anaszewski
Change flash cell identifiers from max77693-flash to max77693-led to avoid confusion with NOR/NAND Flash. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Chanwoo Choi cw00.c...@samsung.com Cc: Lee Jones lee.jo...@linaro.org ---

[PATCH 2/4] drivers/rtc/rtc-armada38x: Add a new RTC driver for recent mvebu SoCs

2015-01-09 Thread Gregory CLEMENT
The new mvebu SoCs come with a new RTC driver. This patch adds the support for this new IP which is currently found in the Armada 38x SoCs. This RTC provides two alarms, but only the first one is used in the driver. The RTC also allows using periodic interrupts. Signed-off-by: Gregory CLEMENT

[PATCH/RFC v10 09/19] DT: Add documentation for the mfd Maxim max77693

2015-01-09 Thread Jacek Anaszewski
This patch adds device tree binding documentation for the flash cell of the Maxim max77693 multifunctional device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Signed-off-by: Andrzej Hajda a.ha...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Lee Jones

[PATCH 4/4] ARM: mvebu: add Device Tree description of RTC on Armada 38x

2015-01-09 Thread Gregory CLEMENT
The Marvell Armada 38x SoCs contains an RTC which differs from the RTC used in the other mvebu SoCs until now. This commit adds the Device Tree description of this interface at the SoC level. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- arch/arm/boot/dts/armada-38x.dtsi

[PATCH/RFC v10 11/19] of: Add Skyworks Solutions, Inc. vendor prefix

2015-01-09 Thread Jacek Anaszewski
Use skyworks as the vendor prefix for the Skyworks Solutions, Inc. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell

[PATCH 3/4] MAINTAINERS: Add the RTC driver for the Armada38x

2015-01-09 Thread Gregory CLEMENT
Put it in the mvebu entry. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..49ce80ef3894 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1157,6 +1157,7 @@ M:

[PATCH/RFC v10 06/19] mfd: max77693: modifications around max77693_led_platform_data

2015-01-09 Thread Jacek Anaszewski
1. Rename max77693_led_platform_data to max77693_led_config_data to avoid making impression that the led driver expects a board file - it relies on Device Tree data. 2. Remove fleds array, as the DT binding design has changed 3. Add label array for Device Tree strings with the name of a LED

Re: [PATCH v3 2/4] of: move of_dma_configure() to device,c to help re-use

2015-01-09 Thread Rob Herring
On Thu, Jan 8, 2015 at 4:24 PM, Arnd Bergmann a...@arndb.de wrote: On Thursday 08 January 2015 14:26:36 Murali Karicheri wrote: On 01/08/2015 03:40 AM, Arnd Bergmann wrote: On Wednesday 07 January 2015 17:37:56 Rob Herring wrote: On Wed, Jan 7, 2015 at 12:49 PM, Murali

[PATCH 1/4] rtc: armada38x: Add the device tree binding documentation

2015-01-09 Thread Gregory CLEMENT
The Armada 38x SoCs come with a new RTC which differs from the one used in the other mvebu SoCs until now. This patch describes the binding of this RTC. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- .../devicetree/bindings/rtc/armada-380-rtc.txt | 17

[PATCH/RFC v10 00/19] LED / flash API integration

2015-01-09 Thread Jacek Anaszewski
This patch set is a follow-up of the LED / flash API integration series [1]. It is based on linux-next_20150108. Changes since version 9 : - switched to assigning sub-led related of_node to led_cdev-dev-of_node member which allowed for avoiding

[PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-09 Thread Jacek Anaszewski
Add a property for defining the device outputs the LED represented by the DT child node is connected to. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu coolo...@gmail.com Cc: Richard Purdie rpur...@rpsys.net Cc: Rob Herring

[PATCH/RFC v10 01/19] leds: Add LED Flash class extension to the LED subsystem

2015-01-09 Thread Jacek Anaszewski
Some LED devices support two operation modes - torch and flash. This patch provides support for flash LED devices in the LED subsystem by introducing new sysfs attributes and kernel internal interface. The attributes being introduced are: flash_brightness, flash_strobe, flash_timeout,

[PATCH/RFC v10 04/19] dt-binding: mfd: max77693: Add DT binding related macros

2015-01-09 Thread Jacek Anaszewski
Add macros for max77693 led part related binding. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Lee Jones lee.jo...@linaro.org Cc: Chanwoo Choi cw00.c...@samsung.com --- include/dt-bindings/mfd/max77693.h | 21

[PATCH 0/4] Add a new RTC driver for recent mvebu SoCs

2015-01-09 Thread Gregory CLEMENT
Hi, The Marvell Armada 38x SoCs contains an RTC which differs from the RTC used in the other mvebu SoCs until now. This patch set adds support for this new IP and enable it in the Device Tree of the Armada 38x SoC. Thanks, Gr??gory Gregory CLEMENT (4): rtc: armada38x: Add the device tree

[PATCH v4 0/7] pinctrl support for Zynq

2015-01-09 Thread Soren Brinkmann
Hi Linus, I rebased my branch onto your current pinctrl/devel. Other than that this should be exactly what has been sent out as v3. This time I'll use the gmail SMTP again, which hopefully resolves the encoding issue. Thanks, Sören Soren Brinkmann (7): pinctrl:

[PATCH v4 1/7] pinctrl: pinconf-generic: Infer map type from DT property

2015-01-09 Thread Soren Brinkmann
With the new 'groups' property, the DT parser can infer the map type from the fact whether 'pins' or 'groups' is used to specify the pin group to work on. To maintain backwards compatibitliy with current usage of the DT binding, this is only done when PIN_MAP_TYPE_INVALID is passed to the parsing

[PATCH v4 2/7] pinctrl: pinconf-generic: Allow driver to specify DT params

2015-01-09 Thread Soren Brinkmann
Additionally to the generic DT parameters, allow drivers to provide driver-specific DT parameters to be used with the generic parser infrastructure. To achieve this 'struct pinctrl_desc' is extended to pass custom pinconf option to the core. In order to pass this kind of information, the related

[PATCH/RFC v10 07/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros

2015-01-09 Thread Jacek Anaszewski
Modify FLASH_EN_SHIFT and TORCH_EN_SHIFT macros to work properly when passed enum max77693_fled values (0 for FLED1 and 1 for FLED2) from leds-max77693 driver. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Chanwoo Choi

[PATCH/RFC v10 02/19] Documentation: leds: Add description of LED Flash class extension

2015-01-09 Thread Jacek Anaszewski
The documentation being added contains overall description of the LED Flash Class and the related sysfs attributes. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu coolo...@gmail.com Cc: Richard Purdie rpur...@rpsys.net ---

[PATCH] ARM: at91: sama5d3: dt: correct the sound route

2015-01-09 Thread Bo Shen
The MICBIAS is a supply, should route to MIC while not IN1L. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index

Re: [PATCH 0/9] ARM Versatile multi-platform support

2015-01-09 Thread Linus Walleij
On Thu, Jan 8, 2015 at 10:38 PM, Rob Herring robherri...@gmail.com wrote: On Thu, Jan 8, 2015 at 1:47 PM, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Dec 30, 2014 at 8:28 PM, Rob Herring robherri...@gmail.com wrote: From: Rob Herring r...@kernel.org This series converts ARM

[PATCH v2 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2015-01-09 Thread Beomho Seo
This patch adds device driver of Richtek PMIC. The driver support battery fuel gange. Fuel gauge calculates and determines the battery state of charge(SOC) according to battery open circuit voltage(OCV). Also, this driver provides battery average voltage, voltage and bettery present property. Cc:

[PATCH v2 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-09 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Sebastian Reichel s...@kernel.org Cc: Lee Jones lee.jo...@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc:

[PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers

2015-01-09 Thread Beomho Seo
This patchset adds driver for Richtek rt5033 chip The chip contains switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge. Additionally, This includes document for device tree of RT5033 device. RT5033 core driver is applied by Lee Jones. RT5033 regulator driver have been merged by

Re: [PATCH v3 0/7] Pinctrl support for Zynq

2015-01-09 Thread Linus Walleij
On Fri, Dec 12, 2014 at 5:37 PM, Sören Brinkmann soren.brinkm...@xilinx.com wrote: Argh, this went through the wrong SMTP. I suspect threading is broken due to that. Let me know if you want me to resend this with intact threading. I don't care much about the threading, but all messages are

Re: [PATCH v9 1/4] drm/i2c: tda998x: Add DT support for audio

2015-01-09 Thread Jyri Sarha
On 01/08/2015 06:42 PM, Jean-Francois Moine wrote: On Thu, 8 Jan 2015 16:53:41 +0200 Jyri Sarha jsa...@ti.com wrote: + - audio-ports: must contain one or two values selecting the source + in the audio port. + The source type is given by the corresponding entry in + the

Re: [PATCH 1/4] pinctrl: Broadcom Cygnus pinctrl device tree binding

2015-01-09 Thread Linus Walleij
On Fri, Nov 28, 2014 at 12:46 AM, Ray Jui r...@broadcom.com wrote: Device tree binding documentation for Broadcom Cygnus pinctrl driver Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com --- .../bindings/pinctrl/brcm,cygnus-pinctrl.txt | 92

Re: [PATCH v9 0/4] ASoC: tda998x: add a codec to the HDMI transmitter

2015-01-09 Thread Jyri Sarha
On 01/08/2015 10:05 PM, Mark Brown wrote: On Thu, Jan 08, 2015 at 04:53:04PM +0200, Jyri Sarha wrote: BTW, the HDMI codec is now completely unused, since my OMAP4+ HDMI audio patches were merged (it uses dummy codec) and my BBB HDMI audio patches were never merged. Might those BBB ones turn

Re: [PATCH] adv7604: Add DT parsing support

2015-01-09 Thread Jean-Michel Hautbois
Hi, 2014-10-27 0:30 GMT+01:00 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Jean-Michel, On Thursday 23 October 2014 07:51:50 Jean-Michel Hautbois wrote: 2014-10-23 1:53 GMT+02:00 Laurent Pinchart: On Wednesday 22 October 2014 17:34:21 Jean-Michel Hautbois wrote: This patch adds

Re: [PATCH v5 5/5] ARM: dts: exynos4412-trats: Switch max77686 regulators to GPIO control

2015-01-09 Thread Krzysztof Kozlowski
Hi Kukjin, Mark Brown pulled regulator changes and documentation for bindings [1]. Could you pick up this patch? [1] http://www.spinics.net/lists/linux-samsung-soc/msg40834.html Best regards, Krzysztof On pon, 2015-01-05 at 12:48 +0100, Krzysztof Kozlowski wrote: Remove fixed regulators

[PATCH v2 2/3] power: rt5033_charger: Add RT5033 charger device driver

2015-01-09 Thread Beomho Seo
This patch add device driver of Richtek RT5033 PMIC. The driver support switching charger. rt5033 charger provide three charging mode. Three charging mode are pre charge mode, fast cahrge mode and constant voltage mode. They are have vary charge rate, charge parameters. The charge parameters can

Re: [PATCH 1/4] pinctrl: Broadcom Cygnus pinctrl device tree binding

2015-01-09 Thread Ray Jui
On 1/9/2015 2:12 AM, Linus Walleij wrote: On Fri, Nov 28, 2014 at 12:46 AM, Ray Jui r...@broadcom.com wrote: Device tree binding documentation for Broadcom Cygnus pinctrl driver Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com ---

Re: [PATCH/RFC v10 10/19] leds: Add driver for AAT1290 current regulator

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:23:00, Jacek Anaszewski wrote: This patch adds a driver for the 1.5A Step-Up Current Regulator for Flash LEDs. The device is programmed through a Skyworks proprietary AS2Cwire serial digital interface. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by:

Re: [PATCH/RFC v10 11/19] of: Add Skyworks Solutions, Inc. vendor prefix

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:23:01, Jacek Anaszewski wrote: Use skyworks as the vendor prefix for the Skyworks Solutions, Inc. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll

[PATCH] doc: add bindings document for altera fpga manager

2015-01-09 Thread atull
From: Alan Tull at...@opensource.altera.com New bindings document for Altera fpga manager. Signed-off-by: Alan Tull at...@opensource.altera.com Acked-by: Rob Herring r...@kernel.org --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings v6 : No change in this patch for v6 of the

Re: [PATCH 3/4] MAINTAINERS: Add the RTC driver for the Armada38x

2015-01-09 Thread Sergei Shtylyov
Hello. On 1/9/2015 6:32 PM, Gregory CLEMENT wrote: Put it in the mvebu entry. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..49ce80ef3894 100644 ---

Re: [PATCH 1/2] soc: qcom: Add TCSR driver

2015-01-09 Thread Andy Gross
On Fri, Jan 09, 2015 at 01:06:56AM +0100, Arnd Bergmann wrote: On Thursday 08 January 2015 16:52:56 Andy Gross wrote: This patch adds support for the TCSR (Top Control and Status Register) IP block that is present in the Qualcomm IPQ8064, APQ8064, and some later processors. This block

Re: [PATCH/RFC v10 05/19] mfd: max77693: Modify flash cell name identifiers

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:55, Jacek Anaszewski wrote: Change flash cell identifiers from max77693-flash to max77693-led to avoid confusion with NOR/NAND Flash. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Chanwoo Choi

Re: [PATCH] drivers: of: Export of_reserved_mem_device_{init,release}

2015-01-09 Thread Rob Herring
On Fri, Jan 9, 2015 at 8:29 AM, George G. Davis ggdavi...@gmail.com wrote: Export of_reserved_mem_device_{init,release} so that modules can initialize and release their assigned per-device cma_area. I believe the original intent was for the core bus code to call these functions. While the

Re: [PATCH v2 1/3] dtb: xgene: fix: Backward compatibility with older firmware

2015-01-09 Thread Ian Campbell
On Fri, 2015-01-09 at 15:59 +, Ian Campbell wrote: I'm running mustang_sw_1.13.29-beta, using the mustang_tianocore_ubt.fd method to launch from u-boot. I realised shortly after that I had downloaded 1.14.14 too, but it behaves the same. I rebuilt mustang_tianocore_ubt.fd with the first

Re: [PATCH/RFC v10 09/19] DT: Add documentation for the mfd Maxim max77693

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:59, Jacek Anaszewski wrote: This patch adds device tree binding documentation for the flash cell of the Maxim max77693 multifunctional device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Signed-off-by: Andrzej Hajda a.ha...@samsung.com Acked-by: Kyungmin

Re: [PATCH/RFC v10 06/19] mfd: max77693: modifications around max77693_led_platform_data

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:56, Jacek Anaszewski wrote: 1. Rename max77693_led_platform_data to max77693_led_config_data to avoid making impression that the led driver expects a board file - it relies on Device Tree data. 2. Remove fleds array, as the DT binding design has changed 3. Add

[PATCH v8 2/2] DT: pwm: Add binding document for IMG PWM DAC

2015-01-09 Thread Ezequiel Garcia
From: Naidu Tellapati naidu.tellap...@gmail.com Add binding document for IMG Pulse Width Modulator (PWM) DAC present on the Pistachio SOC. The PWM DAC has four channels. Signed-off-by: Naidu Tellapati naidu.tellap...@imgtec.com Signed-off-by: Sai Masarapu sai.masar...@imgtec.com Signed-off-by:

[PATCH v8 1/2] pwm: Imagination Technologies PWM DAC driver

2015-01-09 Thread Ezequiel Garcia
From: Naidu Tellapati naidu.tellap...@gmail.com The Pistachio SOC from Imagination Technologies includes a Pulse Width Modulation DAC which produces 1 to 4 digital bit-outputs which represent digital waveforms. These PWM outputs are primarily in charge of controlling backlight LED devices.

[PATCH v8 0/2] Imagination Technologies PWM support

2015-01-09 Thread Ezequiel Garcia
A new round for the IMG PWM driver. The IMG PWM controller is muxed with a PDM controller, through a shared so-called periph register bit, which sets the output as PWM or PDM. Because this register is not part of the pin controller block, but rather PWM/PDM specific, and because the register is

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-09 Thread Rob Herring
On Fri, Jan 9, 2015 at 9:22 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: Add a property for defining the device outputs the LED represented by the DT child node is connected to. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH] drivers: of: Export of_reserved_mem_device_{init,release}

2015-01-09 Thread George G. Davis
On Fri, Jan 09, 2015 at 11:53:01AM -0600, Rob Herring wrote: On Fri, Jan 9, 2015 at 8:29 AM, George G. Davis ggdavi...@gmail.com wrote: Export of_reserved_mem_device_{init,release} so that modules can initialize and release their assigned per-device cma_area. I believe the original intent

Re: [PATCH 2/4] pinctrl: cygnus: add initial pinctrl support

2015-01-09 Thread Ray Jui
On 1/9/2015 3:03 AM, Linus Walleij wrote: On Fri, Nov 28, 2014 at 12:46 AM, Ray Jui r...@broadcom.com wrote: This adds the initial driver support for the Broadcom Cygnus pinctrl controller. The Cygnus pinctrl controller supports group based alternate function configuration Signed-off-by:

Re: [PATCH/RFC v10 13/19] exynos4-is: Add support for v4l2-flash subdevs

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:23:03, Jacek Anaszewski wrote: This patch adds suppport for external v4l2-flash devices. The support includes parsing camera-flash DT property and asynchronous subdevice registration. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park

Re: [PATCH/RFC v10 14/19] v4l2-ctrls: Add V4L2_CID_FLASH_SYNC_STROBE control

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:23:04, Jacek Anaszewski wrote: Add V4L2_CID_FLASH_SYNC_STROBE control for determining whether a flash device strobe has to be synchronized with other flash leds controller by the same device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-09 Thread atull
On Wed, 7 Jan 2015, Pavel Machek wrote: On Tue 2015-01-06 14:13:37, at...@opensource.altera.com wrote: + +What: /sys/class/fpga_manager/fpga/firmware +Date: October 2014 +KernelVersion: 3.18 +Contact: Alan Tull at...@opensource.altera.com +Description:

Re: [PATCH v2 2/4] Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings

2015-01-09 Thread Mark Brown
On Sat, Jan 10, 2015 at 12:29:32AM +0800, Chen-Yu Tsai wrote: Since the AHCI library code already supports the generic phy subsystem, with one phy possible for each port node, you could possibly add a generic phy that just takes a regulator, and hook it up that way. I don't know if the extra

Re: [PATCH v9 3/4] ASoC: tda998x: add a codec to the HDMI transmitter

2015-01-09 Thread Andrew Jackson
On 01/07/15 10:51, Jean-Francois Moine wrote: This patch adds a CODEC to the NXP TDA998x HDMI transmitter. The CODEC handles both I2S and S/PDIF inputs. It maintains the audio format and rate constraints according to the HDMI device parameters (EDID) and sets dynamically the input ports in

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:53, Jacek Anaszewski wrote: Add a property for defining the device outputs the LED represented by the DT child node is connected to. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu

Re: [PATCH/RFC v10 04/19] dt-binding: mfd: max77693: Add DT binding related macros

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:54, Jacek Anaszewski wrote: Add macros for max77693 led part related binding. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Lee Jones lee.jo...@linaro.org Cc: Chanwoo Choi cw00.c...@samsung.com

Re: [PATCH v4 0/7] pinctrl support for Zynq

2015-01-09 Thread Sören Brinkmann
On Fri, 2015-01-09 at 07:43AM -0800, Soren Brinkmann wrote: Hi Linus, I rebased my branch onto your current pinctrl/devel. Other than that this should be exactly what has been sent out as v3. This time I'll use the gmail SMTP again, which hopefully resolves the encoding issue. The

Re: [PATCH v3] ARM: dts: Add dts file for odroid XU3 board

2015-01-09 Thread Kevin Hilman
-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Boot tested on top of next-20150109 (with and without my hack for bringing up 8 cores.) Tested-by: Kevin Hilman khil...@linaro.org Kevin -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord

Re: [PATCH/RFC v10 02/19] Documentation: leds: Add description of LED Flash class extension

2015-01-09 Thread Pavel Machek
Hi! The documentation being added contains overall description of the LED Flash Class and the related sysfs attributes. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Bryan Wu coolo...@gmail.com Cc: Richard Purdie

Re: [PATCH/RFC v10 07/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:57, Jacek Anaszewski wrote: Modify FLASH_EN_SHIFT and TORCH_EN_SHIFT macros to work properly when passed enum max77693_fled values (0 for FLED1 and 1 for FLED2) from leds-max77693 driver. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin

Re: [PATCH v9 3/4] ASoC: tda998x: add a codec to the HDMI transmitter

2015-01-09 Thread Mark Brown
On Fri, Jan 09, 2015 at 05:39:08PM +, Andrew Jackson wrote: In the light of our discussions elsewhere [1], shouldn't this be constrained by the number of hardware channels that the TDA998x supports too? That is, the maximum number of channels should be the lesser of sd[SAD_MX_CHAN_I] and

Re: [PATCH 1/2] soc: qcom: Add TCSR driver

2015-01-09 Thread Andy Gross
On Thu, Jan 08, 2015 at 03:39:44PM -0800, Stephen Boyd wrote: On 01/08/2015 02:52 PM, Andy Gross wrote: + +static struct platform_driver qcom_tcsr_driver = { + .driver = { + .name = tcsr, + .owner = THIS_MODULE, This is done by the

Re: [PATCH v9 1/4] drm/i2c: tda998x: Add DT support for audio

2015-01-09 Thread Jean-Francois Moine
On Fri, 9 Jan 2015 14:57:41 + Russell King - ARM Linux li...@arm.linux.org.uk wrote: Well, if we look at the HDMI specs, there is a field in the audio info frame (CA bits) which identifies the speaker allocation between the HDMI PCM channels and the physical speakers. It describes a

Re: [PATCH/RFC v10 01/19] leds: Add LED Flash class extension to the LED subsystem

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:51, Jacek Anaszewski wrote: Some LED devices support two operation modes - torch and flash. This patch provides support for flash LED devices in the LED subsystem by introducing new sysfs attributes and kernel internal interface. The attributes being introduced are:

Re: [PATCH v2 4/8] irqchip: devicetree: document Conexant Digicolor irq binding

2015-01-09 Thread Sergei Shtylyov
Hello. On 1/8/2015 10:40 PM, Baruch Siach wrote: Signed-off-by: Baruch Siach bar...@tkos.co.il --- .../bindings/interrupt-controller/digicolor-ic.txt | 20 1 file changed, 20 insertions(+) create mode 100644

[PATCH 3/3] ARM: dts: STiH418: Add B2199 board support

2015-01-09 Thread Maxime COQUELIN
B2199 HDK is the reference board for STiH418 SoC. It has the following characteristics: - 3GB DDR3 - 8GB eMMC / SD-Card slot - 32MB NOR Flash - 1 x Gbit Ethernet - 1 x USB3.0 port - 2 x USB2.0 ports - 1 x Sata or Mini-PCIe port - 1 x WiFi 802.11ac (Quantenna) - 1 x HDMI out - 1 x HDMI in

[PATCH 2/3] ARM: dts: Add STiH418 SoC support

2015-01-09 Thread Maxime COQUELIN
The STiH418 is advanced UHD 60fps AVC processor with 3D graphic acceleration and quad-core ARM Cortex A9 CPU. Signed-off-by: Maxime Coquelin maxime.coque...@st.com --- arch/arm/boot/dts/stih418-clock.dtsi | 348 +++ arch/arm/boot/dts/stih418.dtsi | 99

[PATCH 0/3] Add STiH418 SoC and reference board support

2015-01-09 Thread Maxime COQUELIN
This series adds basic support to the STMicroelectronics STiH407 SoC and its B2199 reference board. The STiH418 is a quad-core ARM Cortex-A9 CPU aimed at UHD STB market. Maxime Coquelin (3): ARM: STi: Add STiH418 SoC support ARM: dts: Add STiH418 SoC support ARM: dts: STiH418: Add B2199

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread Rob Herring
On Tue, Jan 6, 2015 at 4:34 PM, atull at...@opensource.altera.com wrote: On Tue, 6 Jan 2015, Rob Herring wrote: On Tue, Jan 6, 2015 at 2:13 PM, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com New bindings document for Altera fpga manager. Signed-off-by:

Re: [PATCH 4/6] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform

2015-01-09 Thread Arnd Bergmann
On Friday 09 January 2015 10:56:51 Feng Kan wrote: On Tue, Nov 11, 2014 at 1:51 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 07 October 2014 17:06:47 Feng Kan wrote: diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2e45ae3..a03042c 100644 ---

Re: [PATCH] drivers: of: Export of_reserved_mem_device_{init,release}

2015-01-09 Thread George G. Davis
On Fri, Jan 09, 2015 at 01:33:10PM -0500, George G. Davis wrote: On Fri, Jan 09, 2015 at 11:53:01AM -0600, Rob Herring wrote: On Fri, Jan 9, 2015 at 8:29 AM, George G. Davis ggdavi...@gmail.com wrote: Export of_reserved_mem_device_{init,release} so that modules can initialize and release

Re: [PATCH 1/2] soc: qcom: Add TCSR driver

2015-01-09 Thread Bjorn Andersson
On Fri, Jan 9, 2015 at 9:13 AM, Andy Gross agr...@codeaurora.org wrote: On Fri, Jan 09, 2015 at 01:06:56AM +0100, Arnd Bergmann wrote: On Thursday 08 January 2015 16:52:56 Andy Gross wrote: This patch adds support for the TCSR (Top Control and Status Register) IP block that is present in

Re: [PATCH/RFC v10 08/19] leds: Add support for max77693 mfd flash cell

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:22:58, Jacek Anaszewski wrote: This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED subsystem sysfs interface. Device supports up to two leds which can work in flash and torch mode. The leds can be triggered

Re: [PATCH/RFC v10 12/19] DT: Add documentation for the Skyworks AAT1290

2015-01-09 Thread Pavel Machek
On Fri 2015-01-09 16:23:02, Jacek Anaszewski wrote: This patch adds device tree binding documentation for 1.5A Step-Up Current Regulator for Flash LEDs. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Pavel Machek

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread atull
On Fri, 9 Jan 2015, Rob Herring wrote: On Tue, Jan 6, 2015 at 4:34 PM, atull at...@opensource.altera.com wrote: On Tue, 6 Jan 2015, Rob Herring wrote: On Tue, Jan 6, 2015 at 2:13 PM, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com New bindings

  1   2   >