[PATCH 2/3] ARM: dts: sun7i: Olimex A20-SOM-EVB: Enable mmc3 (baseboard SD socket)

2015-12-10 Thread Karsten Merker
The Olimex A20-SOM-EVB is an evaluation board for the Olimex A20-SOM system-on-module. The baseboard provides a full-size SD socket (connected to mmc3) in addition to the micro-SD socket on the SOM itself (which is connected to mmc0). Enable the mmc3 controller in the dts. Signed-off-by: Karsten

[PATCH 1/3] ARM: dts: sun7i: Olimex A20-SOM-EVB: Add LRADC keys

2015-12-10 Thread Karsten Merker
ow-resolution ADC via a resistor network. This patch adds appropriate button definitions to the board dts. The voltages assigned to the keys are specified in the board schematics published by the manufacturer. Signed-off-by: Karsten Merker <mer...@debian.org> --- arch/arm/boot/dts/sun7

[PATCH 0/3] ARM: dts: sun7i: Olimex A20-SOM-EVB: LRADC-keys, MMC3 and typo fix in the sunxi LRADC binding

2015-12-10 Thread Karsten Merker
of the full-size SD card socket on the baseboard. While adding the LRADC-keys support, I have stumbled over a typo in the bindings documentation. Patch 3 fixes that. Regards, Karsten Karsten Merker (3): ARM: dts: sun7i: Olimex A20-SOM-EVB: Add LRADC keys ARM: dts: sun7i: Olimex A20-SOM-EVB: Enable

[PATCH 3/3] ARM: dts: sunxi: allwinner,sun4i-a10-lradc-keys binding: typo fix

2015-12-10 Thread Karsten Merker
Trivial typo fix ("mut" -> "must") in the sunxi LRADC-keys binding documentation. Signed-off-by: Karsten Merker <mer...@debian.org> --- Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH V4 3/3] Input: goodix - update dt bindings documentation (axis swapping/inversion)

2015-11-21 Thread Karsten Merker
. Signed-off-by: Karsten Merker <mer...@debian.org> Reviewed-by: Irina Tirdea <irina.tir...@intel.com> --- Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/g

[PATCH V4 0/3] Input: goodix - add axis swapping and axis inversion support

2015-11-21 Thread Karsten Merker
ce-tree properties. * Reviews/Tests: Tested-by: Irina Tirdea <irina.tir...@intel.com> (with ACPI DSD properties) Tested-by: Aleksei Mamlin <mamli...@gmail.com> (with device-tree properties) v4: * Rebase against v11 of Irina Tirdea's "Goodix touchscreen

[PATCH V4 2/3] Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"

2015-11-21 Thread Karsten Merker
separate "rotated_screen" flag is not necessary anymore. This patch replaces it by setting the inverted_x and inverted_y flags instead. Signed-off-by: Karsten Merker <mer...@debian.org> Reviewed-by: Irina Tirdea <irina.tir...@intel.com> Tested-by: Bastien Nocera <had...@

[PATCH V4 1/3] Input: goodix - add axis swapping and axis inversion support

2015-11-21 Thread Karsten Merker
) These are necessary on tablets which have a display in portrait format while the touchscreen is in landscape format, such as e.g. the MSI Primo 81. Signed-off-by: Karsten Merker <mer...@debian.org> Tested-by: Bastien Nocera <had...@hadess.net> Tested-by: Irina Tirdea <irina.tir...@intel.com&

[PATCH] ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property

2015-10-24 Thread Karsten Merker
The MSI Primo81 has a display in portrait mode but a touchscreen in landscape mode. To have both of them use the same coordinate system, the touchscreen-swapped-x-y property has to be set for the touchscreen. Signed-off-by: Karsten Merker <mer...@debian.org> --- arch/arm/boot/dts/sun6

[PATCH RFC V3 2/3] Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"

2015-10-18 Thread Karsten Merker
separate "rotated_screen" flag is not necessary anymore. This patch replaces it by setting the inverted_x and inverted_y flags instead. Signed-off-by: Karsten Merker <mer...@debian.org> Reviewed-by: Irina Tirdea <irina.tir...@intel.com> Tested-by: Bastien Nocera <had...@

[PATCH RFC V3 3/3] Input: goodix - update dt bindings documentation (axis swapping/inversion)

2015-10-18 Thread Karsten Merker
. Signed-off-by: Karsten Merker <mer...@debian.org> Reviewed-by: Irina Tirdea <irina.tir...@intel.com> --- Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/g

[PATCH RFC V3 1/3] Input: goodix - add axis swapping and axis inversion support

2015-10-18 Thread Karsten Merker
) These are necessary on tablets which have a display in portrait format while the touchscreen is in landscape format, such as e.g. the MSI Primo 81. Signed-off-by: Karsten Merker <mer...@debian.org> Tested-by: Bastien Nocera <had...@hadess.net> --- drivers/input/touchscreen/g

[PATCH RFC V3 0/3] Input: goodix - add axis swapping and axis inversion support

2015-10-18 Thread Karsten Merker
ssic DT API (of_property_*). This provides support for ACPI 5.1 DSD properties as well as for device-tree properties. Karsten Merker (3): Input: goodix - add axis swapping and axis inversion support Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"

[PATCH RFC V2 1/3] Input: goodix - add dt axis swapping and axis inversion support

2015-10-09 Thread Karsten Merker
on tablets which have a display in portrait format while the touchscreen is in landscape format, such as e.g. the MSI Primo 81. Signed-off-by: Karsten Merker <mer...@debian.org> --- drivers/input/touchscreen/goodix.c | 27 +++ 1 file changed, 27 insertions(+) diff

[PATCH RFC V2 0/3] Input: goodix - add axis swapping and axis inversion support

2015-10-09 Thread Karsten Merker
ts" series. * Fix a typo in the commit message. * Add an update for the goodix dt bindings documentation (patch No. 3). Karsten Merker (3): Input: goodix - add dt axis swapping and axis inversion support Input: goodix - use "inverted_[xy]" flags instead of "rota

[PATCH RFC V2 3/3] Input: goodix - update dt bindings documentation (axis swapping/inversion)

2015-10-09 Thread Karsten Merker
. Signed-off-by: Karsten Merker <mer...@debian.org> --- Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touch

[PATCH RFC V2 2/3] Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"

2015-10-09 Thread Karsten Merker
separate "rotated_screen" flag is not necessary any more. This patch replaces it by setting the inverted_x and inverted_y flags instead. Signed-off-by: Karsten Merker <mer...@debian.org> --- drivers/input/touchscreen/goodix.c | 12 1 file changed, 4 insertions(

[PATCH V4 0/2] MSI Primo 81 dts

2015-06-23 Thread Karsten Merker
Hello, following is V4 of the patchset to add MSI Primo 81 devicetree data. Regards, Karsten Karsten Merker (2): ARM: dts: sun6i: Add dts file for MSI Primo81 tablet devicetree: Add msi to the vendor-prefix list .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot/dts

[PATCH V4 2/2] devicetree: Add msi to the vendor-prefix list

2015-06-23 Thread Karsten Merker
Document the the msi (Micro-Star International Co. Ltd.) vendor prefix which is used in sun6i-a31s-primo81.dts. Signed-off-by: Karsten Merker mer...@debian.org --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

[PATCH V4 1/2] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

2015-06-23 Thread Karsten Merker
connector for uart though). Graphics can be used via simplefb. However, without usb otg, there are no reasonable means to handle user input yet. Signed-off-by: Siarhei Siamashka siarhei.siamas...@gmail.com Signed-off-by: Karsten Merker mer...@debian.org --- Changelog: Version 1 = - Original

[RFC PATCH V3] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

2015-06-16 Thread Karsten Merker
On Tue, Jun 16, 2015 at 11:40:27AM +0200, Maxime Ripard wrote: What I meant in my previous review was to use the syntax uart0 { some-property; }; Instead of duplicating the tree structure like you're doing here. We've converted all the DT to that, so you can look around and

[RFC PATCH V3] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

2015-06-16 Thread Karsten Merker
connector for uart though). Graphics can be used via simplefb. However, without usb otg, there are no reasonable means to handle user input yet. Signed-off-by: Siarhei Siamashka siarhei.siamas...@gmail.com Signed-off-by: Karsten Merker mer...@debian.org --- .../devicetree/bindings/vendor

[PATCH V2] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

2015-06-14 Thread Karsten Merker
connector for uart though). Graphics can be used via simplefb. However, without usb otg, there are no reasonable means to handle user input yet. Signed-off-by: Siarhei Siamashka siarhei.siamas...@gmail.com Signed-off-by: Karsten Merker mer...@debian.org --- Changes since V1: - Use symbolic

[PATCH V2] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet

2015-06-14 Thread Karsten Merker
Maxime Ripard wrote: On Sat, Dec 27, 2014 at 09:37:20AM +0200, Siarhei Siamashka wrote: The MSI Primo81 is an A31s based tablet, with 1G RAM, 16G NAND, 1024x768 IPS LCD display, mono speaker, 0.3 MP front camera, 2.0 MP rear camera, 3500 mAh battery, gt911 touchscreen, mma8452 accelerometer

[PATCH V2 1/1] ARM: dts: sunxi: Banana Pi: increase startup-delay for the GMAC PHY regulator

2014-11-11 Thread Karsten Merker
on the linux-arm-kernel mailinglist. Signed-off-by: Karsten Merker mer...@debian.org Acked-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun7i-a20-bananapi.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm

[PATCH V2 0/1] ARM: dts: Fix failing ethernet PHY detection on the LeMaker Banana Pi

2014-11-11 Thread Karsten Merker
. Increasing the value to 57500 results in a successful probing most of the time, but not always; only setting it to 6 results in a reliable PHY detection for me. Following is a patch to increase the startup delay in the Banana Pi dts. Regards, Karsten Karsten Merker (1): ARM: dts: sunxi

[PATCH] ARM: dts: Fix failing ethernet PHY detection on the LeMaker Banana Pi

2014-11-09 Thread Karsten Merker
patch. Regards, Karsten Karsten Merker (1): ARM: dts: sunxi: Banana Pi: increase startup-delay for the GMAC PHY regulator arch/arm/boot/dts/sun7i-a20-bananapi.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line

[PATCH] ARM: dts: sunxi: Banana Pi: increase startup-delay for the GMAC PHY regulator

2014-11-09 Thread Karsten Merker
powered up when it is queried by phylib. To guarantee a reliable PHY detection, the startup-delay has to be increased to 6us. Signed-off-by: Karsten Merker mer...@debian.org --- arch/arm/boot/dts/sun7i-a20-bananapi.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch

Formal license ambiguity in arch/arm/boot/dts/sun?i-a*.dts

2014-07-31 Thread Karsten Merker
Hello, I have today read the patch by Hans de Goede to add a dts file for the Banana Pi development board (see http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/276339.html) and have stumbled over the license declaration at the beginning: +/* + * Copyright 2014 Hans de Goede