[PATCH 3/3] hwmon: ads7828: Add devicetree documentation

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index 00f8652..d77d412 100644

[PATCH 1/3] hwmon: lm92: Add devicetree support

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- drivers/hwmon/lm92.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c index cfaf70b..a1e10cd 100644 --- a/drivers/hwmon/lm92.c +++ b/drivers/hwmon/lm92.c @@ -44,6 +44,7 @@ #include #include #include

[PATCH 2/3] hwmon: ads7828: Add devicetree support

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- drivers/hwmon/ads7828.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/hwmon/ads7828.c b/drivers/hwmon/ads7828.c index 6c99ee7..a2d297f 100644 --- a/drivers/hwmon/ads7828.c +++ b/drivers/hwmon/ads7828.c @@ -31,6 +31,7 @@ #include

[PATCH 4/4] iio: adc: ti-adc128s052: Add devicetree support

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- drivers/iio/adc/ti-adc128s052.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers/iio/adc/ti-adc128s052.c b/drivers/iio/adc/ti-adc128s052.c index 8aca0ff..2558508 100644 --- a/drivers/iio/adc/ti-adc128s052.c +++ b/drivers

[PATCH 3/4] iio: ti-adc128s052: Documentation: Add adc108s022 ID

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt index

[PATCH 1/4] iio: adc: mcp320x: Fix NULL pointer.

2015-07-22 Thread Denis Carikli
Without that fix, adc->chip_info is NULL in mcp320x_read_raw Signed-off-by: Denis Carikli --- drivers/iio/adc/mcp320x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/adc/mcp320x.c b/drivers/iio/adc/mcp320x.c index 8d9c9b9..fccb2dc 100644 --- a/drivers/iio/adc/mcp320x.c ++

[PATCH 2/4] iio: adc: ti-adc128s052: Add adc108s022 ID

2015-07-22 Thread Denis Carikli
Signed-off-by: Denis Carikli --- drivers/iio/adc/Kconfig | 6 +++--- drivers/iio/adc/ti-adc128s052.c | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 233d47b..ae92f23 100644 --- a/drivers/iio/adc/Kconfig +++ b

Re: [PATCH v14 08/10] drm/panel: Add Eukrea mbimxsd51 displays.

2014-06-25 Thread Denis Carikli
On 06/24/2014 05:06 PM, Russell King - ARM Linux wrote: > It would be better if you separate the binding documentation updates from the other functional changes too. Fixed. Denis. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger

[PATCH v4 5/6] ARM: dts: imx25: mbimxsd25: Add touchscreen support.

2014-06-24 Thread Denis Carikli
Signed-off-by: Denis Carikli --- Changelog v3->v4: - None Changelog v2->v3: - Most of the non-board specific tsc and tscadc parts were moved to imx25.dtsi. So this patch was adapted to that. - Thanks to a fix in the tsc driver, the 'fsl,pen-debounce = <100>;' is

[PATCH v4 1/6] mfd: fsl imx25 Touchscreen ADC driver

2014-06-24 Thread Denis Carikli
is the core which manages the central components and registers of the TSC/ADC unit. It manages the IRQs and forwards them to the correct components. Signed-off-by: Markus Pargmann Signed-off-by: Denis Carikli Acked-by: Jonathan Cameron --- Changelog v3->v4: - Added Jonathan's Ack -

[PATCH v4 4/6] ARM: dts: imx25: Add TSC and ADC support

2014-06-24 Thread Denis Carikli
Signed-off-by: Denis Carikli --- Changelog v3->v4: - None Changelog v2->v3: - Added ADC controller support: making a separate patch for it would have been overkill. - Moved the common TSC and ADC sub-nodes inside this patch instead of having a copy in each dts using it. --- arch/ar

[PATCH v4 3/6] iio: adc: fsl,imx25-gcq driver

2014-06-24 Thread Denis Carikli
correct configuration for the chosen channel. It then executes the queue once and disables the conversion queue afterwards. The reference voltages are configurable through devicetree subnodes, depending on the connections of the ADC inputs. Signed-off-by: Markus Pargmann Signed-off-by: Denis

[PATCH v4 2/6] input: touchscreen: imx25 tcq driver

2014-06-24 Thread Denis Carikli
, Y measurement, precharge and another touch detection. This driver uses the regmap from the parent to setup some touch specific settings in the core driver and setup a idle configuration with touch detection. Signed-off-by: Markus Pargmann Signed-off-by: Denis Carikli --- Changelog v3->

[PATCH v4 6/6] ARM: imx_v4_v5_defconfig: Add I.MX25 Touchscreen controller and ADC support.

2014-06-24 Thread Denis Carikli
Signed-off-by: Denis Carikli --- Changelog v3->v4: - None Changelog v2->v3: - Added ADC support, splitting it would be overkill. --- arch/arm/configs/imx_v4_v5_defconfig |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/c

[PATCH v4 1/6] mfd: fsl imx25 Touchscreen ADC driver

2014-06-24 Thread Denis Carikli
is the core which manages the central components and registers of the TSC/ADC unit. It manages the IRQs and forwards them to the correct components. Signed-off-by: Markus Pargmann Signed-off-by: Denis Carikli Acked-by: Jonathan Cameron --- Changelog v3->v4: - Added Jonathan's Ack -

Re: [PATCH v2 3/6] iio: adc: fsl,imx25-gcq driver

2014-06-24 Thread Denis Carikli
On 06/21/2014 12:30 PM, Jonathan Cameron wrote: +.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),\ No known info on converting this to real voltages? I'd normally expect a scale parameter at least with any raw channel output, but fair enough if it's not obvous what this should be. We

[PATCHv12] video: backlight: gpio-backlight: Add DT support.

2014-02-27 Thread Denis Carikli
Signed-off-by: Denis Carikli --- ChangeLog v11-resend->v12: - Moved the Cc from the commit message to the "email patch". - The documentation is now more clear. - The unnecessary default_on variable was removed. - gbl->fbdev was already NULL and didn't need to be re-

[RESEND PATCH v11] video: backlight: gpio-backlight: Add DT support.

2014-02-26 Thread Denis Carikli
Cc: Bryan Wu Cc: Jingoo Han Cc: Lee Jones Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v11->v11-resend: - Removed the Cc list because it's only one patch. ChangeLog v10->v11: - Shrinked the Cc list. - Fixed the of_match_table warning. ChangeLog v9->v10: - Only

[PATCHv10] video: backlight: gpio-backlight: Add DT support.

2014-01-16 Thread Denis Carikli
-off-by: Denis Carikli --- ChangeLog v9->v10: - Only the respective maintainers, or people who responded to the patch were kept in the Cc. - The unnecessary of_match_ptr in of_match_table was removed. ChangeLog v8->v9: - Added Shawn Guo in the Cc list. - The default-brightness-level is

[PATCHv9][ 1/2] ASoC: eukrea-tlv320: Add DT support.

2014-01-15 Thread Denis Carikli
Cc: Eric Bénard Cc: Ian Campbell Cc: Liam Girdwood Cc: Mark Brown Cc: Mark Rutland Cc: Pawel Moll Cc: Rob Herring Cc: alsa-de...@alsa-project.org Cc: devicetree@vger.kernel.org Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Better Cc list - Some non-arm architecture that h

[PATCHv9][ 2/2] ARM: dts: mbimxsd35: Add sound support.

2014-01-15 Thread Denis Carikli
Cc: Eric Bénard Cc: Grant Likely Cc: Rob Herring Cc: Shawn Guo Cc: Sascha Hauer Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Better Cc list. ChangeLog v7->v8: - Ajusted to match the driver changes. --- ..

[PATCHv12] ARM: dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2014-01-15 Thread Denis Carikli
Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v11->v12: - Moved the pinctrl properties of the led1 and bp1 nodes to their respective parent nodes. ChangeLog v10->v11: - The other patches in this serie have already been applied

[PATCHv11] ARM: dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2014-01-13 Thread Denis Carikli
Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v10->v11: - The other patches in this serie have already been applied in the for-next branch in Shawn Guo's tree at git://git.linaro.org/people/shawnguo/linux-2.6.git : 444

[PATCHv4] ARM: dts: Add support for the cpuimx53 board from Eukrea and its baseboard.

2014-01-13 Thread Denis Carikli
: Sascha Hauer Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli --- ChangeLog v3->v4: - Reordered the Cc list and dropped the Cc to the devicetree binding maintainers. - Added USB otg support. - Cosmetic cleanups in the iomuxc node, the esdhc1 n

[PATCHv10][ 2/3] ARM: dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2014-01-10 Thread Denis Carikli
: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: Fabio Estevam Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v9->v10: - Added Fabio Estevam To the Cc list ChangeLog v8->v9: - Added the dtb target int

[PATCHv10][ 1/3] ARM i.MX35: build in pinctrl support.

2014-01-10 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: Fabio Estevam Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli

[PATCHv9 1/2] video: backlight: gpio-backlight: Add DT support.

2014-01-10 Thread Denis Carikli
Plagniol-Villard Cc: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Added Shawn Guo in the Cc list. - The default-brightness-level is now a boolean default-on property, the gpio is only touched if the gpio-backlight driver instance probes. - The code

[PATCHv9][ 2/3] ARM: dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2014-01-09 Thread Denis Carikli
: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v8->v9: - Added the dtb target into arch/arm/boot/dts/Makefile. - Added a blank line before the pcf8563 node in

[PATCHv9][ 1/3] ARM i.MX35: build in pinctrl support.

2014-01-09 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v8->

[PATCHv8] video: backlight: gpio-backlight: Add DT support.

2014-01-07 Thread Denis Carikli
: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - The default-state was renamed to default-brightness-level. - default-brightness-level is now mandatory, like for backlight-pwm, That way we avoid having to handle the case where it's not set, which me

[PATCHv3][ 1/2] ARM: dts: imx53: Add gpio and input dt includes.

2014-01-06 Thread Denis Carikli
-off-by: Denis Carikli --- ChangeLog v2->v3: - Added The Cc ChangeLog v1->v2: - New patch to make it possible to fix the gpios and input in the next patch. --- arch/arm/boot/dts/imx53.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts

[PATCHv3][ 2/2] ARM: dts: Add support for the cpuimx53 board from Eukrea and its baseboard.

2014-01-06 Thread Denis Carikli
Likely Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v2->v3: - Removed the useless regulator-always-on - Added the rts and cts pins to the uart1 pinctrl ChangeLog v1->v2: -

[PATCHv2][ 2/2] ARM: dts: Add support for the cpuimx53 board from Eukrea and its baseboard.

2013-12-06 Thread Denis Carikli
Likely Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v1->v2: - Added the board target in arch/arm/boot/dts/Makefile - Fixed the gpios to now use the gpios defines. - Fixed

[PATCHv5][ 5/8] staging: imx-drm: parallel display: add regulator support.

2013-12-05 Thread Denis Carikli
: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v3->v5: - Code clenaup. ChangeLog v2->v3: - Added some interested people in the Cc list. - the lcd-supply is now called display-supply (not all display are LCD). - The code and documentation was u

[PATCHv5][ 1/8] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2013-12-05 Thread Denis Carikli
...@linuxdriverproject.org Cc: David Airlie Cc: dri-de...@lists.freedesktop.org Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Cc: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Mauro Carvalho Chehab

[PATCHv5][ 2/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-12-05 Thread Denis Carikli
: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v3->v5: - Use the correct RGB order. ChangeLog v2->v3: - Added some interested people in the Cc list. - Removed the commit messag

[PATCHv5][ 3/8] staging: imx-drm: Correct BGR666 and the board's dts that use them.

2013-12-05 Thread Denis Carikli
: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v5: - New patch. --- arch/arm/boot/dts/imx51-apf51dev.dts|2 +- arch/arm/boot/dts/imx53-m53evk.dts |2 +- drivers/staging

[PATCHv7][ 1/2] backlight: gpio_backlight: Use a default state enum.

2013-12-05 Thread Denis Carikli
devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Lothar Waßmann Cc: Jean-Christophe Plagniol-Villard Cc: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v5->v6: - New patch. --- drivers/video/backlight/gpio_backlight

[PATCHv7][ 2/2] video: backlight: gpio-backlight: Add DT support.

2013-12-05 Thread Denis Carikli
: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v6->v7: - removed a compilation warning with the removal of the useless ret declaration. ChangeLog v5->v6: - The default state handling was reworked: - it's now called default-state, and looks like the gpio-l

[PATCHv13][ 4/4] ARM: dts: imx25: mbimxsd25: Add displays support.

2013-12-05 Thread Denis Carikli
: Denis Carikli --- ChangeLog v10->v13: - This patch is the display part splitted out from the patch adding support for the cpuimx25(and its baseboard). - Shawn Guo was added to the Cc list. - The regulator part was updated to match the current style. - The new GPIO defines are now used in the

[PATCHv13][ 3/4] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.

2013-12-05 Thread Denis Carikli
l Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Shawn Guo Acked-by: Jean-Christophe PLAGNIOL-VI

[PATCHv13][ 2/4] video: imxfb: Also add pwmr for the device tree.

2013-12-05 Thread Denis Carikli
: linux-fb...@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Grant Likely --- .../devicetree/bindings/video/fsl,imx-fb.txt |3 +++ drivers/video/imxfb.c

[PATCHv13] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard.

2013-12-05 Thread Denis Carikli
@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v10->v13: - The display part was splitted out because it depends on other patches that are not applied yet, the commit message was updated accordingly. - The new GPIO

[PATCH 1/3] ARM: dts: mxs: Add 18bit pin config for lcdif.

2013-12-05 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: Shawn Guo Cc: Eric Bénard Signed-off-by: Denis Carikli --- arch/arm/boot/dts/imx28.dtsi | 27 +++ 1

[PATCH 2/3] ARM: dts: mxs: Add a new pin config for the usb0 ID.

2013-12-05 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: Shawn Guo Cc: Eric Bénard Signed-off-by: Denis Carikli --- arch/arm/boot/dts/imx28.dtsi | 11 +++ 1 file changed, 11

[PATCH 3/3] Add support for the eukrea-cpuimx28.

2013-12-05 Thread Denis Carikli
: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: Shawn Guo Signed-off-by: Eric Bénard Signed-off-by: Denis Carikli --- arch/arm/boot/dts/Makefile |2 + arch/arm

[PATCHv8][ 2/5] ARM: dts: mbimxsd25: Add sound support.

2013-11-27 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: Sascha Hauer Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - Ajusted to match

[PATCHv8][ 5/5] ARM: dts: mbimxsd53: Add sound support.

2013-11-27 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: Sascha Hauer Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - New pa

[PATCHv8][ 4/5] ARM: dts: mbimxsd51: Add sound support.

2013-11-27 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: Sascha Hauer Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - Ajusted to match

[PATCHv8][ 3/5] ARM: dts: mbimxsd35: Add sound support.

2013-11-27 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: Sascha Hauer Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - Ajusted to match

[PATCHv8][ 1/5] ASoC: eukrea-tlv320: Add DT support.

2013-11-27 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli

[PATCH 3/3] ARM: imx_v6_v7_defconfig: Enable mc13xxx-pwm support.

2013-11-27 Thread Denis Carikli
...@lists.infradead.org Signed-off-by: Denis Carikli --- arch/arm/configs/imx_v6_v7_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index d479049..4bd1b13 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b

[PATCH 2/3] ARM: dts: mbimxsd53 Add backlight and LCD regulator.

2013-11-27 Thread Denis Carikli
Cc: Thierry Reding Cc: Grant Likely Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: linux-...@vger.kernel.org Cc: Samuel Ortiz Cc: Lee Jones Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli --- arch/arm/boot/dts/imx53-eukrea-cpuimx53.dtsi |7

[PATCH 1/3] pwm: Add mc13xxx pwm driver.

2013-11-27 Thread Denis Carikli
Cc: Thierry Reding Cc: Grant Likely Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: linux-...@vger.kernel.org Cc: Samuel Ortiz Cc: Lee Jones Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Denis Carikli --- .../devicetree/bindings/pwm/fsl,mc13xxx-pwm.txt| 19

[PATCH] ARM: dts: Add support for the cpuimx53 board from Eukrea and its baseboard.

2013-11-27 Thread Denis Carikli
Likely Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- arch/arm/boot/dts/imx53-eukrea-cpuimx53.dtsi | 81 +++ .../boot/dts/imx53-eukrea-mbimxsd53-baseboard.dts | 106

Re: [PATCHv9][ 1/3] Input: tsc2007: Add device tree support.

2013-11-25 Thread Denis Carikli
On 11/19/2013 10:11 PM, Dmitry Torokhov wrote: > Input: tsc2007 misc fixes > > From: Dmitry Torokhov > > Signed-off-by: Dmitry Torokhov Tested-by: Denis Carikli Denis. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the bo

Re: [PATCHv12][ 4/8] pinctrl: pinctrl-imx: add imx25 pinctrl driver

2013-11-13 Thread Denis Carikli
On 11/07/2013 09:17 AM, Shawn Guo wrote: Acked-by: Shawn Guo Thanks, In linux-next's master of 20131113 [1], I saw that this patch made it: 7887424 ARM i.MX25: build in pinctrl support. However that other patch seems not to be in linux-next's master or in your for-next tree: cd435c4 pinctr

[PATCHv4][ 3/7] staging: imx-drm: Add RGB666 support for parallel display.

2013-11-13 Thread Denis Carikli
: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v2->v3: - Added some interested people in the Cc list. - Removed the commit message long desciption that was just a copy of the sh

[PATCHv4][ 4/7] staging: imx-drm: parallel display: add regulator support.

2013-11-13 Thread Denis Carikli
: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v2->v3: - Added some interested people in the Cc list. - the lcd-supply is now called display-supply (not all display are LCD). - The code and documentation was updated accordin

[PATCHv4][ 1/7] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2013-11-13 Thread Denis Carikli
...@linuxdriverproject.org Cc: David Airlie Cc: dri-de...@lists.freedesktop.org Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Cc: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Mauro Carvalho Chehab

[PATCHv3 4/8] staging: imx-drm: Add RGB666 support for parallel display.

2013-11-12 Thread Denis Carikli
: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v2->v3: - Added some interested people in the Cc list. - Removed the commit message long desciption that was just a copy of the sh

[PATCHv3 2/8] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2013-11-12 Thread Denis Carikli
...@linuxdriverproject.org Cc: David Airlie Cc: dri-de...@lists.freedesktop.org Cc: Mauro Carvalho Chehab Cc: Laurent Pinchart Cc: linux-me...@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Mauro Carvalho Chehab

[PATCHv8][ 2/5] ARM i.MX35: build in pinctrl support.

2013-11-12 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v7->

[PATCHv8][ 1/5] ARM i.MX35: Add devicetree support.

2013-11-12 Thread Denis Carikli
Trumtrar Signed-off-by: Uwe Kleine-König Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - Splitted out the dts part. - The commit message was updated accordingly. - clk_max was removed from the documentation. - status = "disabled"; was removed from the dts examples in the documen

[PATCHv8][ 3/5] ARM: dts: Add support for the i.MX35.

2013-11-12 Thread Denis Carikli
Trumtrar Signed-off-by: Uwe Kleine-König Signed-off-by: Denis Carikli --- ChangeLog v7->v8: - The dts part of the patch that added the devicetree support for the imx35 was moved here. - The space in the nfc node was removed. - A whitespace issue was fixed in imx35-pingrp.h - fsl,ssi-dma-events

[PATCHv8][ 4/5] ARM: dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2013-11-12 Thread Denis Carikli
: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v7->v8: - The commit message was improved. - The board specific iomuxc pins group configuration that were in im

[PATCHv6][ 2/2] video: backlight: gpio-backlight: Add DT support.

2013-11-08 Thread Denis Carikli
: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v5->v6: - The default state handling was reworked: - it's now called default-state, and looks like the gpio-leds default-state. - it now has a "keep" option, like for the gpio-leds. - that &q

[PATCHv6][ 1/2] backlight: gpio_backlight: Use a default state enum.

2013-11-08 Thread Denis Carikli
devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Lothar Waßmann Cc: Jean-Christophe Plagniol-Villard Cc: Thierry Reding Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v5->v6: - New patch. --- drivers/video/backlight/gpio_backlight

[PATCHv9][ 1/3] Input: tsc2007: Add device tree support.

2013-11-08 Thread Denis Carikli
Bénard Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Added Grant Likely in the Cc list. - Removed the mention of the pinctrl properties in the documentation. ChangeLog v7->v8: - Fixed the lack of x and z fuzz properties. - The pendown gpio is better documented. - Added Shawn Guo in the c

[PATCHv9][ 3/3] ARM: dts: cpuimx35 Add touchscreen support.

2013-11-08 Thread Denis Carikli
Bénard Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Added Grant Likely in the cc list. - Adapted to the removal of the pinctrl properties in the tsc2007 documentation. - Fixed the gpios property (before, it was set to active high by error). ChangeLog v7->v8: - Added Shawn Guo in the c

[PATCHv9][ 2/3] ARM: dts: cpuimx51 Add touchscreen support.

2013-11-08 Thread Denis Carikli
Bénard Signed-off-by: Denis Carikli --- ChangeLog v8->v9: - Added Grant Likely in the Cc list. - Adapted to the removal of the pinctrl properties in the tsc2007 documentation. - Fixed the gpios property (before, it was set to active high by error). ChangeLog v7->v8: - Added Shawn Guo in the c

[PATCHv5][ 5/5] ARM: dts: mbimxsd35 Add video and displays support.

2013-11-08 Thread Denis Carikli
: Denis Carikli --- ChangeLog v4->v5: - Added Grant Likely and Shawn Guo in the Cc list. - Adapted to the new non-dma ipu bindings. ChangeLog v3->v4: - Shortened the licenses. - adapted the dts(i) to the new bindings. ChangeLog v2->v3: - The dts were adapted to the new DT bindings which looks

[PATCHv5][ 4/5] ARM: dts: i.MX35: Add display support.

2013-11-08 Thread Denis Carikli
...@vger.kernel.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v4->v5: - Added Grant Likely and Shawn Guo in the Cc list. - Adapted to the new non-dma ipu bindings. - Adapted to the use of imx35-pingrp.h - The pinctrl ipu node addition was moved in this commit. ChangeLog v3->v4: - Splitt

[PATCHv5][ 3/5] video: mx3fb: Introduce regulator support.

2013-11-08 Thread Denis Carikli
Signed-off-by: Denis Carikli --- ChangeLog v4->v5: - Added Shawn Guo in the Cc list. - Rebased to make it apply. ChangeLog v3->v4: - Some code style fixes. - Improved error handling in eremap. ChangeLog v2->v3: - The prints are now replaced with non line wrapped prints. - The regulator

[PATCHv5][ 2/5] video: mx3fb: Add device tree suport.

2013-11-08 Thread Denis Carikli
...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v4->v5: - Added some people in the Cc list. - The full ipu register range is now passed to the driver, the code and the documentation were adapted to it. - Updated the documentation not to mention the lcd controller, the ipu

[PATCHv5][ 1/5] fbdev: Add the lacking FB_SYNC_* for matching the DISPLAY_FLAGS_*

2013-11-08 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Grant Likely Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Jean-Christophe PLAGNIOL

[PATCHv7][ 2/3] arm/dts: Add support for the cpuimx35 board from Eukrea and its baseboard.

2013-11-08 Thread Denis Carikli
: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Shawn Guo Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v6->v7: - Added Grant Likely in the Cc list. - Shortened the license. - The tsc2007 pads were moved in another pa

[PATCHv7][ 1/3] DT: Add basic support for imx35-based devices.

2013-11-08 Thread Denis Carikli
Trumtrar Signed-off-by: Uwe Kleine-König Signed-off-by: Denis Carikli --- ChangeLog v6->v7: - Added Grant Likely in the Cc list. - Added imx35-pingrp.h, and converted the rest of the patch to use it. - lcdc pads were moved from the dtsi into another commit. - A whitespace issue in the dtsi

[PATCHv12][ 8/8] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard.

2013-11-06 Thread Denis Carikli
: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Adapted to the new pingrp patches. ChangeLog v8->v9: - Licenses were shortened. --- arch/arm/bo

[PATCHv12][ 4/8] pinctrl: pinctrl-imx: add imx25 pinctrl driver

2013-11-06 Thread Denis Carikli
Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v10->v11: - Added Shawn Guo in the Cc list. - Splitted the patch to be only pinctrl driver specific. - Removed the group cont

[PATCHv12][ 7/8] ARM i.MX25: build in pinctrl support.

2013-11-06 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Split

[PATCHv12][ 6/8] ARM: dts: imx25.dtsi: label the iomuxc.

2013-11-06 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v10->v11: - Only the label addition was kept in t

[PATCHv12][ 5/8] ARM: dts: imx25: Add pinctrl functions and groups.

2013-11-06 Thread Denis Carikli
Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Grant Likely Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: Shawn Guo Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v10

[PATCHv12][ 3/8] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.

2013-11-06 Thread Denis Carikli
l Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Shawn Guo Acked-by: Jean-Christophe PLAGNIOL-VI

[PATCHv12][ 2/8] video: imxfb: Also add pwmr for the device tree.

2013-11-06 Thread Denis Carikli
: linux-fb...@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Grant Likely --- .../devicetree/bindings/video/fsl,imx-fb.txt |3 +++ drivers/video/imxfb.c

[PATCHv11][ 7/7] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard.

2013-11-05 Thread Denis Carikli
: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Adapted to the new pingrp patches. ChangeLog v8->v9: - Licenses were shortened. --- arch/arm/bo

[PATCHv11][ 5/7] ARM: dts: imx25.dtsi: Permit to use the iomuxc in the dts.

2013-11-05 Thread Denis Carikli
An iomuxc label was added, and imx25-pingrp.h was included. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli

[PATCHv11][ 4/7] pinctrl: pinctrl-imx: add imx25 pinctrl driver

2013-11-05 Thread Denis Carikli
: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Sascha Hauer --- ChangeLog v9->v10: - Added a imx25-pingrp.h header. - Removed backslash-newline at end of imx25-pingrp.h ChangeLog v8->v9: - Whitespace cleanup betw

[PATCHv11][ 2/7] video: imxfb: Also add pwmr for the device tree.

2013-11-05 Thread Denis Carikli
: linux-fb...@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Grant Likely --- .../devicetree/bindings/video/fsl,imx-fb.txt |3 +++ drivers/video/imxfb.c

[PATCHv11][ 6/7] ARM i.MX25: build in pinctrl support.

2013-11-05 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Split

[PATCHv11][ 3/7] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.

2013-11-05 Thread Denis Carikli
l Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Shawn Guo Acked-by: Jean-Christophe PLAGNIOL-VI

[PATCHv9][ 1/2] Input: tsc2007: Add device tree support.

2013-11-05 Thread Denis Carikli
: Denis Carikli --- ChangeLog v8->v9: - Removed pinctrl references. ChangeLog v7->v8: - Fixed the lack of x and z fuzz properties. - The pendown gpio is better documented. - Added Shawn Guo in the cc list. --- .../bindings/input/touchscreen/tsc2007.txt | 41 drivers

[PATCHv9][ 2/2] ARM: dts: cpuimx51 Add touchscreen support.

2013-11-05 Thread Denis Carikli
: Denis Carikli --- ChangeLog v8->v9: - Rebased. - Adapted to request the tsc2007 gpio pinctrl outside of the tsc2007 bindings. ChangeLog v7->v8: - Added Shawn Guo in the cc list. --- arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi | 14 +- 1 file changed, 13 insertions(+), 1 de

[PATCHv10][ 5/7] ARM: dts: imx25.dtsi: Permit to use the iomuxc in the dts.

2013-11-05 Thread Denis Carikli
An iomuxc label was added, and imx25-pingrp.h was included. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli

[PATCHv10][ 7/7] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard.

2013-11-05 Thread Denis Carikli
: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Adapted to the new pingrp patches. ChangeLog v8->v9: - Licenses were shortened. --- arch/arm/bo

[PATCHv10][ 6/7] ARM i.MX25: build in pinctrl support.

2013-11-05 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Split

[PATCHv10][ 3/7] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.

2013-11-05 Thread Denis Carikli
l Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Cc: Eric Bénard Acked-by: Shawn Guo Acked-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by:

[PATCHv10][ 4/7] pinctrl: pinctrl-imx: add imx25 pinctrl driver

2013-11-05 Thread Denis Carikli
: linux-arm-ker...@lists.infradead.org Cc: Russell King Cc: Linus Walleij Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Added a imx25-pingrp.h header. ChangeLog v8->v9: - Whitespace cleanup betwen the CC: and Signed-off-by. - Kconfig: rebased to make it apply on the ne

[PATCHv10][ 2/7] video: imxfb: Also add pwmr for the device tree.

2013-11-05 Thread Denis Carikli
: linux-fb...@vger.kernel.org Cc: Sascha Hauer Cc: linux-arm-ker...@lists.infradead.org Cc: Eric Bénard Signed-off-by: Denis Carikli Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Grant Likely --- .../devicetree/bindings/video/fsl,imx-fb.txt |3 +++ drivers/video/imxfb.c

[PATCHv4][ 5/6] ARM: dts: i.MX35: Add display support.

2013-11-04 Thread Denis Carikli
Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Cc: Eric Bénard Signed-off-by: Denis Carikli --- ChangeLog v3->

  1   2   3   >