[PATCH v4 0/3] omapdss: Add video output support for gta04

2014-12-03 Thread Marek Belisko
devconf1 handling patches because discussion how to properly implement is not yet finished and this part is independent from video driver. changes from v1: - fix opa362 compilation error - fix opa362 DT documentation - move devconf1 definition to omap3.dtsi Marek Belisko (3): video: omapdss: Add

[PATCH v4 3/3] arm: dts: omap3-gta04: Add handling for tv output

2014-12-03 Thread Marek Belisko
Add handling for gta04 tv out chain: venc - opa362 - svideo Use invert-polarity in venc node because opa362 is doing polarity inversion also. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 49 ++ 1 file changed, 49

[PATCH v4 1/3] video: omapdss: Add opa362 driver

2014-12-03 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/video/fbdev/omap2

[PATCH v4 2/3] Documentation: DT: Add documentation for ti,opa362 bindings

2014-12-03 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti

[PATCH v3 3/3] arm: dts: omap3-gta04: Add handling for tv output

2014-11-30 Thread Marek Belisko
Add handling for gta04 tv out chain: venc -> opa362 -> svideo Use invert-polarity in venc node because opa362 is doing polarity inversion also. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 49 ++ 1 file changed, 49 inse

[PATCH v3 0/3] omapdss: Add video output support for gta04

2014-11-30 Thread Marek Belisko
. changes from v1: - fix opa362 compilation error - fix opa362 DT documentation - move devconf1 definition to omap3.dtsi Marek Belisko (3): video: omapdss: Add opa362 driver Documentation: DT: Add documentation for ti,opa362 bindings arm: dts: omap3-gta04: Add handling for tv output .../devicetree

[PATCH v3 1/3] video: omapdss: Add opa362 driver

2014-11-30 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller Signed-off-by: Marek Belisko --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 + drivers

[PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-30 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b

[PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-30 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti

[PATCH v3 1/3] video: omapdss: Add opa362 driver

2014-11-30 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/video/fbdev/omap2

[PATCH v3 3/3] arm: dts: omap3-gta04: Add handling for tv output

2014-11-30 Thread Marek Belisko
Add handling for gta04 tv out chain: venc - opa362 - svideo Use invert-polarity in venc node because opa362 is doing polarity inversion also. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 49 ++ 1 file changed, 49

[PATCH v3 0/3] omapdss: Add video output support for gta04

2014-11-30 Thread Marek Belisko
. changes from v1: - fix opa362 compilation error - fix opa362 DT documentation - move devconf1 definition to omap3.dtsi Marek Belisko (3): video: omapdss: Add opa362 driver Documentation: DT: Add documentation for ti,opa362 bindings arm: dts: omap3-gta04: Add handling for tv output .../devicetree

[PATCH v2 0/5] omapdss: Add video output support for gta04 board

2014-11-12 Thread Marek Belisko
- fix opa362 compilation error - fix opa362 DT documentation - move devconf1 definition to omap3.dtsi Marek Belisko (5): video: omapdss: Add opa362 driver Documentation: DT: Add documentation for ti,opa362 bindings arm: dts: omap3-gta04: Add handling for tv output arm: dts: omap3: Add defi

[PATCH v2 2/5] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-12 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b

[PATCH v2 3/5] arm: dts: omap3-gta04: Add handling for tv output

2014-11-12 Thread Marek Belisko
Add handling for gta04 tv out chain: venc -> opa362 -> svideo Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta0

[PATCH v2 4/5] arm: dts: omap3: Add definition for devconf1 register

2014-11-12 Thread Marek Belisko
This patch expose DEVCONF1 register via pincrtl-single. Because reserved bits are different for omap34xx and omap36xx functional-mask is defined in omap3 variant dtsi files. Bit MPUFORCEWRNP is leaved out. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3.dtsi| 13 + arch

[PATCH v2 5/5] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-12 Thread Marek Belisko
gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and acbias). Add pinctrl single entry and enable it. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi

[PATCH v2 1/5] video: omapdss: Add opa362 driver

2014-11-12 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 +

[PATCH v2 5/5] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-12 Thread Marek Belisko
gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and acbias). Add pinctrl single entry and enable it. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot

[PATCH v2 4/5] arm: dts: omap3: Add definition for devconf1 register

2014-11-12 Thread Marek Belisko
This patch expose DEVCONF1 register via pincrtl-single. Because reserved bits are different for omap34xx and omap36xx functional-mask is defined in omap3 variant dtsi files. Bit MPUFORCEWRNP is leaved out. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3.dtsi| 13

[PATCH v2 1/5] video: omapdss: Add opa362 driver

2014-11-12 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 +

[PATCH v2 3/5] arm: dts: omap3-gta04: Add handling for tv output

2014-11-12 Thread Marek Belisko
Add handling for gta04 tv out chain: venc - opa362 - svideo Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts

[PATCH v2 2/5] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-12 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti

[PATCH v2 0/5] omapdss: Add video output support for gta04 board

2014-11-12 Thread Marek Belisko
opa362 compilation error - fix opa362 DT documentation - move devconf1 definition to omap3.dtsi Marek Belisko (5): video: omapdss: Add opa362 driver Documentation: DT: Add documentation for ti,opa362 bindings arm: dts: omap3-gta04: Add handling for tv output arm: dts: omap3: Add definition

[PATCH 3/4] arm: dts: omap3-gta04: Add handling for tv output

2014-11-03 Thread Marek Belisko
Add handling for gta04 tv out chain: venc -> opa362 -> svideo Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta0

[PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-03 Thread Marek Belisko
gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and acbias). Add single pinmux entry and enable it. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/omap3

[PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-03 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b

[PATCH 1/4] video: omapdss: Add opa362 driver

2014-11-03 Thread Marek Belisko
opa362 is amplifier for videoand can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 +

[PATCH 0/4] omapdss: Add video output support for gta04 board

2014-11-03 Thread Marek Belisko
This patch series add support for video output on gta04 board. It consist from opa362 video amplifier driver + DT bindings, adding venc -> opa362 -> svideo-connecor setup in DT and finally static setup for tvbypass anc acbias bin in devconf1 register via pinctrl subsystem. Marek Beli

[PATCH 0/4] omapdss: Add video output support for gta04 board

2014-11-03 Thread Marek Belisko
This patch series add support for video output on gta04 board. It consist from opa362 video amplifier driver + DT bindings, adding venc - opa362 - svideo-connecor setup in DT and finally static setup for tvbypass anc acbias bin in devconf1 register via pinctrl subsystem. Marek Belisko (4

[PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-03 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti

[PATCH 1/4] video: omapdss: Add opa362 driver

2014-11-03 Thread Marek Belisko
opa362 is amplifier for videoand can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 +

[PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-03 Thread Marek Belisko
gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and acbias). Add single pinmux entry and enable it. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch

[PATCH 3/4] arm: dts: omap3-gta04: Add handling for tv output

2014-11-03 Thread Marek Belisko
Add handling for gta04 tv out chain: venc - opa362 - svideo Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts

[PATCH] omap: dss: connector-analog-tv: Add missing module device table

2014-10-27 Thread Marek Belisko
Without that fix connector-analog-tv driver isn't probed when compiled as module. Signed-off-by: H. Nikolaus Schaller --- drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] omap: dss: connector-analog-tv: Add missing module device table

2014-10-27 Thread Marek Belisko
Without that fix connector-analog-tv driver isn't probed when compiled as module. Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] ARM: dts: omap3-gta04: Use omap specific pinctrl defines

2014-10-17 Thread Marek Belisko
Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 82 +++--- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/arch/arm/boot/dts

[PATCH] ARM: dts: omap3-gta04: Use omap specific pinctrl defines

2014-10-17 Thread Marek Belisko
Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 82 +++--- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git

[PATCH 1/2] misc: Add Wi2Wi w2sc0004 gps driver

2014-10-16 Thread Marek Belisko
-by: Marek Belisko --- drivers/misc/Kconfig | 10 + drivers/misc/Makefile| 1 + drivers/misc/w2sg0004.c | 512 +++ include/linux/w2sg0004.h | 23 +++ 4 files changed, 546 insertions(+) create mode 100644 drivers/misc/w2sg0004.c create mode 100644

[PATCH 2/2] Documentation: devicetree: Add bindings for Wi2Wi w2sg0004 gps

2014-10-16 Thread Marek Belisko
Signed-off-by: H. Nikolaus Schaller Signed-off-by: Marek Belisko --- .../devicetree/bindings/misc/wi2wi,w2sg0004.txt| 44 ++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/wi2wi,w2sg0004.txt diff --git a/Documentation

[PATCH 1/2] misc: Add Wi2Wi w2sc0004 gps driver

2014-10-16 Thread Marek Belisko
...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/misc/Kconfig | 10 + drivers/misc/Makefile| 1 + drivers/misc/w2sg0004.c | 512 +++ include/linux/w2sg0004.h | 23 +++ 4 files changed, 546 insertions(+) create mode

[PATCH 2/2] Documentation: devicetree: Add bindings for Wi2Wi w2sg0004 gps

2014-10-16 Thread Marek Belisko
Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/misc/wi2wi,w2sg0004.txt| 44 ++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/wi2wi,w2sg0004

[PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2014-09-30 Thread Marek Belisko
This patch adds new parameters that allow to address typical hardware design differences: touch screens may be wired or oriented differently (portrait or landscape). And usually the active area of the touch is a little larger than the active area of the LCD. This results in the touch coordinates

[PATCH 2/3] Documentation: dt: input: tsc2007: Document new parameters

2014-09-30 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../devicetree/bindings/input/touchscreen/tsc2007.txt | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt b/Documentation/devicetree/bindings/input/touchscreen

[PATCH 3/3] arm: dts: omap3-gta04: Extend touchscreen configs

2014-09-30 Thread Marek Belisko
Adding min/max values for various touschscreen properties. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index fd34f91..2dafac3b 100644

[PATCH 0/3] input: tsc2007: Extend for pre-calibration, flipping and rotation

2014-09-30 Thread Marek Belisko
Following series add support to tsc2007 touchscreen driver for pre-calibration, flipping and rotation. Added bindings are documented and used in gta04 device tree. Marek Belisko (3): input: tsc2007: Add pre-calibration, flipping and rotation Documentation: dt: input: tsc2007: Document new

[PATCH 0/3] input: tsc2007: Extend for pre-calibration, flipping and rotation

2014-09-30 Thread Marek Belisko
Following series add support to tsc2007 touchscreen driver for pre-calibration, flipping and rotation. Added bindings are documented and used in gta04 device tree. Marek Belisko (3): input: tsc2007: Add pre-calibration, flipping and rotation Documentation: dt: input: tsc2007: Document new

[PATCH 2/3] Documentation: dt: input: tsc2007: Document new parameters

2014-09-30 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/input/touchscreen/tsc2007.txt | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2007.txt b/Documentation/devicetree/bindings

[PATCH 3/3] arm: dts: omap3-gta04: Extend touchscreen configs

2014-09-30 Thread Marek Belisko
Adding min/max values for various touschscreen properties. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index fd34f91

[PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2014-09-30 Thread Marek Belisko
This patch adds new parameters that allow to address typical hardware design differences: touch screens may be wired or oriented differently (portrait or landscape). And usually the active area of the touch is a little larger than the active area of the LCD. This results in the touch coordinates

[PATCH 2/3] arm: dts: Add gta04a3 model

2014-07-28 Thread Marek Belisko
Add gta04a3 model with additional acceleromer. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04a3.dts | 48 + 2 files changed, 49 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04a3.dts

[PATCH 0/3] arm: dts: omap3-gta04: Move common parts to include file and add models

2014-07-28 Thread Marek Belisko
This small patchset move omap3-gta04.dts to omap3-gta04.dtsi which then share common parts with a3,a4 and a5 models. Models a3 and a5 have only small additions to gta04a4 model. Marek Belisko (3): arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model arm: dts: Add gta04a3

[PATCH 1/3] arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model

2014-07-28 Thread Marek Belisko
This patch is preparation of adding more boards which have common moved to omap3-gta04.dtsi. Other boards have only small additions to omap3-gta04a4. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/{omap3-gta04.dts => om

[PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-28 Thread Marek Belisko
Add model a5 which have additional jack detection. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04a5.dts | 17 + 2 files changed, 18 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04a5.dts diff --git

[PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-28 Thread Marek Belisko
Add model a5 which have additional jack detection. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04a5.dts | 17 + 2 files changed, 18 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04a5

[PATCH 1/3] arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model

2014-07-28 Thread Marek Belisko
This patch is preparation of adding more boards which have common moved to omap3-gta04.dtsi. Other boards have only small additions to omap3-gta04a4. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/{omap3

[PATCH 2/3] arm: dts: Add gta04a3 model

2014-07-28 Thread Marek Belisko
Add gta04a3 model with additional acceleromer. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04a3.dts | 48 + 2 files changed, 49 insertions(+) create mode 100644 arch/arm/boot/dts

[PATCH 0/3] arm: dts: omap3-gta04: Move common parts to include file and add models

2014-07-28 Thread Marek Belisko
This small patchset move omap3-gta04.dts to omap3-gta04.dtsi which then share common parts with a3,a4 and a5 models. Models a3 and a5 have only small additions to gta04a4 model. Marek Belisko (3): arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model arm: dts: Add gta04a3

[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5883l not hmc5843 so fix wrong compatible entry. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7d7ddd7..4067495

[PATCH v2 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2

2014-07-22 Thread Marek Belisko
Because of commit: 3d495383648a7cda3ea51a1e2fa5d288581479aa spi_gpio_pins node isn't valid anymore. Move to pmx_core2 node. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap3

[PATCH v2 3/7] arm: dts: omap3-gta04: Add wifi reset node

2014-07-22 Thread Marek Belisko
Define gpio node in tca6507 which will be used as wifi reset pin. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 6d1a8d8..5b08d93 100644

[PATCH v2 5/7] arm: dts: omap3-gta04: Add USB host support

2014-07-22 Thread Marek Belisko
Define USB Host port mode and the PHY device. Also provide pin multiplexer information for USB host pins. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 45 +++ 1 file changed, 45 insertions(+) diff --git a/arch/arm/boot/dts/omap3

[PATCH v2 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

2014-07-22 Thread Marek Belisko
Define voltages and properties for various twl4030 regulators used on gta04 board. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3

[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5843l not hmc5843 so fix wrong compatible entry. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7d7ddd7..6d1a8d8

[PATCH v2 6/7] arm: dts: omap3-gta04: Add display alias

2014-07-22 Thread Marek Belisko
Define alias for lcd display present on gta04 board. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 370c08b..05fd4d2 100644 --- a/arch/arm

[PATCH v2 0/7] arm: dts: oma3-gta04: Various updates

2014-07-22 Thread Marek Belisko
Following patchset add various improvements to gta04 devicetree. Changes from v1: - added description to all patches Marek Belisko (7): arm: dts: omap3-gta04: Add nand support arm: dts: omap3-gta04: Fix magnetometer model arm: dts: omap3-gta04: Add wifi reset node arm: dts: omap3-gta04

[PATCH v2 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-22 Thread Marek Belisko
Add the needed sections to enable nand support on gta04 board. Add nand partitions information. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 54 +++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b

[PATCH v2 0/7] arm: dts: oma3-gta04: Various updates

2014-07-22 Thread Marek Belisko
Following patchset add various improvements to gta04 devicetree. Changes from v1: - added description to all patches Marek Belisko (7): arm: dts: omap3-gta04: Add nand support arm: dts: omap3-gta04: Fix magnetometer model arm: dts: omap3-gta04: Add wifi reset node arm: dts: omap3-gta04

[PATCH v2 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-22 Thread Marek Belisko
Add the needed sections to enable nand support on gta04 board. Add nand partitions information. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 54 +++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5843l not hmc5843 so fix wrong compatible entry. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts

[PATCH v2 6/7] arm: dts: omap3-gta04: Add display alias

2014-07-22 Thread Marek Belisko
Define alias for lcd display present on gta04 board. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 370c08b..05fd4d2 100644

[PATCH v2 5/7] arm: dts: omap3-gta04: Add USB host support

2014-07-22 Thread Marek Belisko
Define USB Host port mode and the PHY device. Also provide pin multiplexer information for USB host pins. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 45 +++ 1 file changed, 45 insertions(+) diff --git a/arch/arm

[PATCH v2 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

2014-07-22 Thread Marek Belisko
Define voltages and properties for various twl4030 regulators used on gta04 board. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm

[PATCH v2 3/7] arm: dts: omap3-gta04: Add wifi reset node

2014-07-22 Thread Marek Belisko
Define gpio node in tca6507 which will be used as wifi reset pin. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index

[PATCH v2 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2

2014-07-22 Thread Marek Belisko
Because of commit: 3d495383648a7cda3ea51a1e2fa5d288581479aa spi_gpio_pins node isn't valid anymore. Move to pmx_core2 node. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch

[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5883l not hmc5843 so fix wrong compatible entry. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts

[PATCH] Documentation: dts: tcs6507: Fix wrong statement about #gpio-cells

2014-07-21 Thread Marek Belisko
Update comment about gpio-cells which says not correctly to be set to 0. When we want to reference tca6507 gpio #gpio-cells must be set to 2 (it is already correct in example). Signed-off-by: Marek Belisko --- Documentation/devicetree/bindings/leds/tca6507.txt | 2 +- 1 file changed, 1

[PATCH 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 54 +++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 021311f..7d7ddd7 100644 --- a/arch/arm/boot/dts/omap3-gta04

[PATCH 3/7] arm: dts: omap3-gta04: Add wifi reset node

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 6d1a8d8..5b08d93 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts

[PATCH 5/7] arm: dts: omap3-gta04: Add USB host support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 45 +++ 1 file changed, 45 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 4ca1277..370c08b 100644 --- a/arch/arm/boot/dts/omap3-gta04

[PATCH 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 05fd4d2..e39ede2 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b

[PATCH 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 5b08d93..4ca1277 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b

[PATCH 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7d7ddd7..6d1a8d8 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot

[PATCH 6/7] arm: dts: omap3-gta04: Add display alias

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 370c08b..05fd4d2 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts/omap3

[PATCH 0/7] arm: dts: oma3-gta04: Various updates

2014-07-21 Thread Marek Belisko
Following patchset add various improvements to gta04 devicetree. Marek Belisko (7): arm: dts: omap3-gta04: Add nand support arm: dts: omap3-gta04: Fix magnetometer model arm: dts: omap3-gta04: Add wifi reset node arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2 arm: dts: omap3

[PATCH 0/7] arm: dts: oma3-gta04: Various updates

2014-07-21 Thread Marek Belisko
Following patchset add various improvements to gta04 devicetree. Marek Belisko (7): arm: dts: omap3-gta04: Add nand support arm: dts: omap3-gta04: Fix magnetometer model arm: dts: omap3-gta04: Add wifi reset node arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2 arm: dts: omap3

[PATCH 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7d7ddd7..6d1a8d8 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts

[PATCH 6/7] arm: dts: omap3-gta04: Add display alias

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 370c08b..05fd4d2 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch

[PATCH 7/7] arm: dts: omap3-gta04: Add twl4030 regulators parameters

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 05fd4d2..e39ede2 100644 --- a/arch/arm/boot/dts/omap3

[PATCH 4/7] arm: dts: omap3-gta04: Move spi gpio pins to pmx_core2

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 5b08d93..4ca1277 100644 --- a/arch/arm/boot/dts/omap3

[PATCH 5/7] arm: dts: omap3-gta04: Add USB host support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 45 +++ 1 file changed, 45 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 4ca1277..370c08b 100644 --- a/arch/arm

[PATCH 3/7] arm: dts: omap3-gta04: Add wifi reset node

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 6d1a8d8..5b08d93 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b

[PATCH 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-21 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 54 +++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 021311f..7d7ddd7 100644 --- a/arch/arm

[PATCH] Documentation: dts: tcs6507: Fix wrong statement about #gpio-cells

2014-07-21 Thread Marek Belisko
Update comment about gpio-cells which says not correctly to be set to 0. When we want to reference tca6507 gpio #gpio-cells must be set to 2 (it is already correct in example). Signed-off-by: Marek Belisko ma...@goldelico.com --- Documentation/devicetree/bindings/leds/tca6507.txt | 2 +- 1 file

[PATCH 2/5] arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model

2014-07-14 Thread Marek Belisko
This patch is preparation of adding more boards which have common gta04.dtsi Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/{omap3-gta04.dts => omap3-gta04.dtsi} | 0 arch/arm/boot/dts/omap3-gta04a4.

[PATCH 5/5] arm: dts: Add gta04+b3 model bindings

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04+b3.dts | 118 +++ 2 files changed, 119 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04+b3.dts diff --git a/arch/arm/boot/dts/Makefile b

[PATCH 3/5] arm: dts: Add gta04a3 model

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04a3.dts | 48 + 2 files changed, 49 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04a3.dts diff --git a/arch/arm/boot/dts/Makefile b/arch

[PATCH 4/5] arm: dts: Add gta04+b2 model bindings

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-gta04+b2.dts | 99 2 files changed, 100 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04+b2.dts diff --git a/arch/arm/boot/dts/Makefile b

[PATCH 1/5] arm: dts: omap3-gta04: Add missing nodes to fully describe gta04 board

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dts | 443 +++--- 1 file changed, 412 insertions(+), 31 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index

[PATCH 0/5] Add gta04 board variants

2014-07-14 Thread Marek Belisko
This patch series completes the GTA04 device tree to describe all hardware components that are on the different variants of the GTA04 boards. Marek Belisko (5): arm: dts: omap3-gta04: Add missing nodes to fully describe gta04 board arm: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add

<    1   2   3   4   5   6   >