[PATCH v5 1/2] dt-bindings: leds: document Panasonic AN30259A bindings

2018-09-09 Thread Simon Shields
Signed-off-by: Simon Shields Acked-by: Pavel Machek Reviewed-by: Rob Herring --- .../bindings/leds/leds-an30259a.txt | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-an30259a.txt diff --git a/Documentation

[PATCH v5 0/2] Panasonic AN30259A support

2018-09-09 Thread Simon Shields
ule. * Simplified DT parsing code. * Use devm version of led_class_register(). * Fix LED naming scheme. * Fixed checkpatch --strict issues. Cheers, Simon [0]: https://www.alliedelec.com/m/d/a9d2b3ee87c2d1a535a41dd747b1c247.pdf Simon Shields (2): dt-bindings: leds: document Panasonic AN30259A bi

[PATCH v5 2/2] leds: add Panasonic AN30259A support

2018-09-09 Thread Simon Shields
/a9d2b3ee87c2d1a535a41dd747b1c247.pdf Signed-off-by: Simon Shields Acked-by: Pavel Machek --- drivers/leds/Kconfig | 10 + drivers/leds/Makefile| 1 + drivers/leds/leds-an30259a.c | 368 +++ 3 files changed, 379 insertions(+) create mode 100644 drivers/leds

[PATCH v3 2/2] leds: add Panasonic AN30259A support

2018-07-21 Thread Simon Shields
/a9d2b3ee87c2d1a535a41dd747b1c247.pdf Signed-off-by: Simon Shields --- drivers/leds/Kconfig | 11 ++ drivers/leds/Makefile| 1 + drivers/leds/leds-an30259a.c | 365 +++ 3 files changed, 377 insertions(+) create mode 100644 drivers/leds/leds-an30259a.c diff

[PATCH v3 0/2] Panasonic AN30259A support

2018-07-21 Thread Simon Shields
s, Simon [0]: https://www.alliedelec.com/m/d/a9d2b3ee87c2d1a535a41dd747b1c247.pdf Simon Shields (2): dt-bindings: leds: document Panasonic AN30259A bindings leds: add Panasonic AN30259A support .../bindings/leds/leds-an30259a.txt | 43 +++ drivers/leds/Kconfig | 11 + driver

[PATCH v3 1/2] dt-bindings: leds: document Panasonic AN30259A bindings

2018-07-21 Thread Simon Shields
Signed-off-by: Simon Shields Acked-by: Pavel Machek Reviewed-by: Rob Herring --- .../bindings/leds/leds-an30259a.txt | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-an30259a.txt diff --git a/Documentation

[PATCH 1/5] ARM: dts: exynos: add max77693 pinctrl config for midas

2018-07-21 Thread Simon Shields
Currently, we assume that the bootloader has correctly configured the interrupt pin for max77693. This might not actually be the case - so it's better to configure it explicitly. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi | 7 +++ 1 file changed, 7 inser

[PATCH 5/5] ARM: dts: exynos: configure midas SD card CD pin

2018-07-21 Thread Simon Shields
This pin is externally pulled up, so we need to disable the SoC's internal pull down resistor to allow it to function properly. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/boo

[PATCH 4/5] ARM: dts: exynos: configure max77686 IRQ pin on midas

2018-07-21 Thread Simon Shields
This pin is externally pulled up, so we need to disable the SoC's internal pull-down. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-midas.dtsi b/arch/arm/boot/dts/exyno

[PATCH 3/5] ARM: dts: exynos: add pinctrl for midas fuelgauge irq pin

2018-07-21 Thread Simon Shields
This pin is externally pulled up, so we should disable the SoC's pull down resistor in order for the interrupt to function properly. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exyno

[PATCH 2/5] ARM: dts: exynos: add pinctrl config for midas keys

2018-07-21 Thread Simon Shields
This pins are externally pulled up, and so we should explicitly configure them to disable the SoC-internal pull-downs. Previously we relied on the bootloader doing this in order to allow the buttons to function properly. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi

[PATCH 0/5] midas: fix IRQ pin configuration

2018-07-21 Thread Simon Shields
This patch series disables the internal pull-up/down resistors for IRQ lines which are pulled up externally. Without these patches the associated IRQs never fire if the bootloader hasn't configured the pins correctly. Simon Shields (5): ARM: dts: exynos: add max77693 pinctrl config for

Re: [PATCH] ARM: dts: exynos: add max77693 irq configuration for midas

2018-07-07 Thread Simon Shields
On Sat, Jul 07, 2018 at 05:34:08PM +0200, Krzysztof Kozlowski wrote: > On 7 July 2018 at 16:45, Simon Shields wrote: > > Currently, we assume that the bootloader has correctly configured > > the interrupt pin for max77693. This might not actually be the case - > > so it

[PATCH] ARM: dts: exynos: add max77693 irq configuration for midas

2018-07-07 Thread Simon Shields
Currently, we assume that the bootloader has correctly configured the interrupt pin for max77693. This might not actually be the case - so it's better to configure it explicitly. Signed-off-by: Simon Shields --- arch/arm/boot/dts/exynos4412-midas.dtsi | 9 + 1 file changed, 9 inser

Re: [PATCH 0/4] MMS114 touchscreen patches

2018-01-25 Thread Simon Shields
i, because patches changed a bit I did not add your reviewed-by or > tested-by, please take another look. > > Thanks! > > Dmitry Torokhov (2): > Input: mms114 - do not clobber interrupt trigger > Input: mms114 - mark as direct input device > > Simon Shields (2): &