[PATCH] omap1: htc_herald: Fix compilation warning.

2010-12-06 Thread Marek Belisko
Patch fix following compilation warning: arch/arm/mach-omap1/board-htcherald.c:442: warning: large integer implicitly truncated to unsigned type Hopefully this is just a typo. Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap1/board-htcherald.c |2 +- 1 files

[PATCH] omap1: pm_bus: Fix compilation warning.

2010-12-06 Thread Marek Belisko
Fix following compilation warning: arch/arm/mach-omap1/pm_bus.c: In function 'omap1_pm_runtime_resume': arch/arm/mach-omap1/pm_bus.c:51: warning: unused variable 'ret' Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap1/pm_bus.c |1 - 1 files changed, 0

[PATCH] omap1: mailbox: Fix compilation warning.

2010-12-06 Thread Marek Belisko
Fix following compilation warning: arch/arm/mach-omap1/mailbox.c: In function 'omap1_mbox_probe': arch/arm/mach-omap1/mailbox.c:148: warning: unused variable 'i' Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap1/mailbox.c |1 - 1 files changed, 0 insertions

[PATCH] omap2+:panda: Make hdmi_mux_init more robust.

2011-08-14 Thread Marek Belisko
Add error checking to omap4_panda_hdmi_mux_init function to avoid problems when mux fails. Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap2/board-omap4panda.c | 38 +++ 1 files changed, 28 insertions(+), 10 deletions(-) diff --git

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2013-01-24 Thread Marek Belisko
Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/boot/dts/omap3-gta04.dts | 94 + 1 file changed, 94 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04.dts diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2013-06-17 Thread Marek Belisko
Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- Resending because patch wasn't applied yet and was first time sent in January. arch/arm/boot/dts/omap3-gta04.dts | 94 +++ 1 file changed, 94 insertions(+) create mode 100644 arch/arm/boot/dts

[PATCH] ARM:dts: Add devicetree for gta04 board.

2013-08-15 Thread Marek Belisko
This adds devicetree for gta04 (Openmoko next generation board) with necessary support for mmc, usb, leds and button. Signed-off-by: Marek Belisko ma...@goldelico.com --- This is resurrection of patch sent in March https://lkml.org/lkml/2013/1/24/419 when I got no reply from maintainer. Patch

[PATCH] omap2: panel-generic: Added panel parameters for ortus-com37h3m05dtc/99dtc and sharp-lq070y3dg3b.

2013-08-29 Thread Marek Belisko
Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/video/omap2/displays/panel-generic-dpi.c | 53 1 file changed, 53 insertions(+) diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers

[PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-09 Thread Marek Belisko
For communicating with driver is used gpio bitbanging because TD028 does not have a standard compliant SPI interface. It is a 3-wire thing with direction reversal. Communication with display is used only during panel enable/disable so it's not performance issue. Signed-off-by: Marek Belisko ma

[PATCH 3/3] omapdss: Add OPA362 analog video amplifier driver.

2013-10-14 Thread Marek Belisko
This driver add handlign for opa362 chip which is video amplifier with internal gain and filter. Enable/disable is controlled via single gpio. This driver was tested on gta04 board. Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com

[PATCH 2/3] video: venc: Add new callback and handling for bypass and acbias setup.

2013-10-14 Thread Marek Belisko
Add new callback to set bypass and acbias. During venc enble disable those bit are updated in devconf1 register. Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/video/omap2/dss/venc.c | 21 + include/video/omapdss.h| 2 ++ 2 files changed, 23 insertions

[PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-10-14 Thread Marek Belisko
devconf1 reg access is localized only in mach-omap2 and we need to export updating of devconf1 from omapdss venc driver (bypass and acbias bits). Add simple api call which update only necessary bits. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/mach-omap2/Makefile | 2

[PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-10-14 Thread Marek Belisko
. Marek Belisko (3): arm: omap2: Export devconf1 bypass and acbias. video: venc: Add new callback and handling for bypass and acbias setup. omapdss: Add OPA362 analog video amplifier driver. arch/arm/mach-omap2/Makefile | 2 + arch/arm/mach-omap2/control.h

[PATCH v2] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-17 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- changes from v1: - reworked to be spi driver instead platform with custom spi bitbang this configuration was tested with spi_gpio bitbang driver on gta04 board and works fine (thanks

[PATCH v3] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-29 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- changes from v2: - move tx_buf from driver data to functions where it's used - update write functions names (to reflect how many bytes are transferred) - update delays from 1s to 1ms

[PATCH] omap: twl-common: Fix musb-hdrc device name.

2013-12-03 Thread Marek Belisko
-517 and usb isn't working. This is probably regression caused by commit: 6c27f939 Signed-off-by: Marek Belisko marek.beli...@open-nandra.com --- arch/arm/mach-omap2/twl-common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach

[PATCH] ARM: dts: omap3-gta04: Add EOC irq gpio line handling.

2013-12-21 Thread Marek Belisko
BMP085 EOC (End Of Conversion) irq line is connected to gpio113 on gta04. Set irq properties to have driver using irq instead polling for EOC. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm

[PATCH 7/9] ARM: dts: omap3-gta04: Add touchscreen properties.

2014-01-25 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index f72e408..151ed3b 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b

[PATCH 8/9] ARM: dts: omap3-gta04: Add support for magnetometer.

2014-01-25 Thread Marek Belisko
Signed-off-by: NeilBrown ne...@suse.de --- arch/arm/boot/dts/omap3-gta04.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 151ed3b..ea1b94d 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++

[PATCH 9/9] ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid problems with booting.

2014-01-25 Thread Marek Belisko
://lkml.org/lkml/2013/10/8/553 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 ea1b94d..998fe1e 100644 --- a/arch/arm

[PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-01-25 Thread Marek Belisko
Signed-off-by: NeilBrown ne...@suse.de --- arch/arm/boot/dts/omap3-gta04.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7e09410..a924a843 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++

[PATCH 2/9] ARM: dts: omap3-gta04: Add bma180 accelerometer.

2014-01-25 Thread Marek Belisko
From: NeilBrown ne...@suse.de Signed-off-by: NeilBrown ne...@suse.de --- 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 9d37184..e315675 100644 ---

[PATCH 6/9] ARM: dts: omap3-gta04: Add twl4030 charger.

2014-01-25 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 a924a843..f72e408 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch

[PATCH 1/9] ARM: dts: omap3-gta04: Fix 'aux' gpio key flags.

2014-01-25 Thread Marek Belisko
From: NeilBrown ne...@suse.de It should be ACTIVE_HIGH. Signed-off-by: NeilBrown ne...@suse.de --- 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 b9b55c9..9d37184

[PATCH 0/9] ARM: dts: omap3-gta04: Various devicetree updates.

2014-01-25 Thread Marek Belisko
This pathes fix some wrong property issues and add some new devices to devicetree. This was tested on linux-next (next-20140124). Marek Belisko (6): ARM: dts: omap3-gta04: Fix mmc1 properties. ARM: dts: omap3-gta04: Add basic sound support. ARM: dts: omap3-gta04: Add twl4030 charger. ARM

[PATCH 3/9] ARM: dts: omap3-gta04: Fix mmc1 properties.

2014-01-25 Thread Marek Belisko
Does not have an aux supply, and must be non-removable. Otherwise it is removed during suspend and filesystem gets confused. Signed-off-by: NeilBrown ne...@suse.de --- arch/arm/boot/dts/omap3-gta04.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 4/9] ARM: dts: omap3-gta04: Enable mmc2 for wifi.

2014-01-25 Thread Marek Belisko
From: NeilBrown ne...@suse.de This requires vaux4. Reset line isn't used yet, so wifi isn't reliable. But it does work once per boot. Signed-off-by: NeilBrown ne...@suse.de --- arch/arm/boot/dts/omap3-gta04.dts | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates

2014-03-01 Thread Marek Belisko
This updated series fix issue with proper gta04 booting in 3.14 kernel and add various devices to devicetree. Changes from V1: - removed fixes which was merged to 3.14 already - add bma180 accelerometer + booting fix Marek Belisko (2): ARM: dts: omap3-gta04: Add ti,omap36xx to compatible

[PATCH v2 7/7] ARM: dts: omap3-gta04: Add bma180 accelerometer

2014-03-01 Thread Marek Belisko
From: NeilBrown ne...@suse.de Add node for bma180 driver. Signed-off-by: NeilBrown ne...@suse.de --- 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 d556e3a..f8ad125 100644

[PATCH v2 1/7] ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid problems with booting

2014-03-01 Thread Marek Belisko
://lkml.org/lkml/2013/10/8/553 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 c551e4a..d3b253b 100644 --- a/arch/arm

[PATCH v2 2/7] ARM: dts: omap3-gta04: Add support for magnetometer

2014-03-01 Thread Marek Belisko
From: NeilBrown ne...@suse.de Add magnetometer hmc5843 node. Signed-off-by: NeilBrown ne...@suse.de Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot

[PATCH v2 4/7] ARM: dts: omap3-gta04: Add twl4030 charger

2014-03-01 Thread Marek Belisko
From: NeilBrown ne...@suse.de Define twl4030 charger node used for charging. 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

[PATCH v2 6/7] ARM: dts: omap3-gta04: Enable mmc2 for wifi

2014-03-01 Thread Marek Belisko
From: NeilBrown ne...@suse.de This requires vaux4. Reset line isn't used yet, so wifi isn't reliable. But it does work once per boot. Signed-off-by: NeilBrown ne...@suse.de Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 9 - 1 file changed, 8

[PATCH v2 5/7] ARM: dts: omap3-gta04: Add basic sound support

2014-03-01 Thread Marek Belisko
From: NeilBrown ne...@suse.de This adds basic sound support for gta04 board. Signed-off-by: NeilBrown ne...@suse.de Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/omap3

[PATCH v2 3/7] ARM: dts: omap3-gta04: Add touchscreen properties

2014-03-01 Thread Marek Belisko
Gta04 using tcs2007 touchscreen. Add support for that. Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index d9917b8

[PATCH v3 2/3] ARM: dts: oma3-gta04: Add display support

2014-05-08 Thread Marek Belisko
This patch add support for lcd display on gta04 board. Display control is connected to spi (used spi bitbang driver). Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dts | 87 +++ 1 file changed, 87 insertions(+) diff --git

[PATCH v3 0/3] Add display support for gta04 device

2014-05-08 Thread Marek Belisko
Tomi Valkeinen) Changes from v1: - extend panel compatible string by 'omapdss' - add tpo-td028 panel to dss_compat_conv_list - add MODULE_ALIAS macro to properly probe panel when is compiled as module Marek Belisko (3): omapdss: panel-tpo-td028ec1: Add DT support. ARM: dts: oma3-gta04: Add

[PATCH v3 3/3] omapdss: panel-tpo-td028ec1: Add module alias

2014-05-08 Thread Marek Belisko
Add module alias string to make it working when panel is compiled as module. Without this change panel module is not probed thus display is not working. Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c | 1 + 1 file changed, 1

[PATCH v3 1/3] omapdss: panel-tpo-td028ec1: Add DT support.

2014-05-08 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../bindings/video/toppoly,td028ttec1.txt | 30 arch/arm/mach-omap2/display.c | 1 + .../omap2/displays-new/panel-tpo-td028ttec1.c | 32 +- 3 files changed, 62

[PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-03 Thread Marek Belisko
From: NeilBrown ne...@suse.de If a 'gpio_reset' is specified, then hold it low while turning the power regulator on. This is needed for some wi2wi wireless modules, particularly when the regulator is held active by some other client. The wi2wi needs to be reset if power isn't actually removed,

[PATCH 2/2] Documentation: devicetree: mmc: Document reset-gpio property

2014-07-03 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index 431716e..b094bd2 100644 --- a/Documentation

[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

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

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- 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

[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 ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- 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

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

2014-07-14 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- 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

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

2014-07-14 Thread Marek Belisko
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/omap3-gta04a3.dts diff --git a/arch/arm/boot

[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 ma...@goldelico.com --- arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/{omap3-gta04.dts = omap3-gta04.dtsi} | 0 arch/arm/boot/dts/omap3-gta04a4.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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] 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] 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 6/6] power: twl4030_madc_battery: Add missing MODULE_ALIAS

2015-02-04 Thread Marek Belisko
Without MODULE_ALIAS twl4030_madc_battery won't get loaded automatically. Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/power/twl4030_madc_battery.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/power/twl4030_madc_battery.c b/drivers/power/twl4030_madc_battery.c

[PATCH v3 1/6] power: twl4030-madc-battery: Convert to iio consumer.

2015-02-04 Thread Marek Belisko
Because of added iio error handling private data allocation was converted to managed to simplify code. Signed-off-by: Marek Belisko ma...@goldelico.com Reviewed-By: Sebastian Reichel s...@debian.org --- drivers/power/twl4030_madc_battery.c | 99 +++- 1 file

[PATCH v3 4/6] ARM: dts: omap3-gta04: Add battery support

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 655d6e9..f81ca27 100644 --- a/arch/arm/boot

[PATCH v3 2/6] power: twl4030_madc_battery: Add device tree support

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/power/twl4030_madc_battery.c | 81 1 file changed, 81 insertions(+) diff --git a/drivers/power/twl4030_madc_battery.c b/drivers/power/twl4030_madc_battery.c index 6af28b5..ec14bc6 100644

[PATCH v3 5/6] power: twl4030_madc_battery: Add of_twl4030_madc_match to MODULE_DEVICE_TABLE

2015-02-04 Thread Marek Belisko
When twl_4030_madc_battery is build as module, MODULE_DEVICE_TABLE allow the module to be auto-loaded since the module will match the devices instantiated from device tree. Signed-off-by: Marek Belisko ma...@goldelico.com --- drivers/power/twl4030_madc_battery.c | 2 ++ 1 file changed, 2

[PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-02-04 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com --- .../bindings/power_supply/twl4030_madc_battery.txt | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt diff --git a/Documentation

[PATCH v3 0/6] Convert twl4030_madc_battery to IIO consumer and add DT aupport

2015-02-04 Thread Marek Belisko
] - https://lkml.org/lkml/2014/2/26/482dd Marek Belisko (6): power: twl4030-madc-battery: Convert to iio consumer. power: twl4030_madc_battery: Add device tree support Documentation: DT: Document twl4030-madc-battery bindings ARM: dts: omap3-gta04: Add battery support power

  1   2   >