Re: [PATCH v2] ADP1653 board code for Nokia RX-51

2013-03-06 Thread Sebastian Reichel
On Wed, Mar 06, 2013 at 09:20:16PM +0100, Pali Rohár wrote: On Wednesday 06 March 2013 21:12:06 Pali Rohár wrote: On Sunday 17 February 2013 20:03:03 Aaro Koskinen wrote: On Sun, Feb 17, 2013 at 04:16:49PM +0100, Pali Rohár wrote: +/* + * arch/arm/mach-omap2/board-rx51-camera.c +

Re: HSI subsystem status

2013-02-07 Thread Sebastian Reichel
Hi Linus, On Mon, Jan 07, 2013 at 03:38:21PM +0100, Linus Walleij wrote: what is the status on the HSI subsystem? We have based some patches for HSI master on top of the OMAP HSI master patches, but these never seem to reach the tree? Ping on the cch.devel address instead... And ping

Re: [RESEND PATCH v3 1/6] watchdog: omap_wdt: convert to new watchdog core

2012-12-13 Thread Sebastian Reichel
On Mon, Nov 12, 2012 at 02:47:03PM -0800, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [121112 10:49]: Convert omap_wdt to new watchdog core. On OMAP boards, there are usually multiple watchdogs. Since the new watchdog core supports multiple watchdogs, all watchdog drivers used

Re: [RESEND PATCH v3 1/6] watchdog: omap_wdt: convert to new watchdog core

2012-12-13 Thread Sebastian Reichel
Hi Tony, On Thu, Dec 13, 2012 at 05:32:57PM -0800, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [121213 17:26]: What's the status of this patchset? If I'm not mistaken it is neither included in linux-omap, nor in linux-watchdog-next. It should be all linux-watchdog-next

Re: [PATCH 2/3] ARM: OMAP2+: HSI: Introduce OMAP SSI driver

2013-08-23 Thread Sebastian Reichel
Hi, On Fri, Aug 23, 2013 at 03:57:05PM +0200, Linus Walleij wrote: The HSI subsystem is lacking an active maintainer, interested? Given that you can apparently test the OMAP HSI driver you're one of the few applicable candidates. I don't think I'm a good candidate for that. At least not yet.

Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-23 Thread Sebastian Reichel
On Fri, Aug 23, 2013 at 03:58:30PM +0200, Linus Walleij wrote: On Mon, Aug 12, 2013 at 10:30 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [130811 09:25]: From: Sebastian Reichel s...@ring0.de This patch configures and activates the OMAP SSI driver

Re: [PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-08-23 Thread Sebastian Reichel
Hi Paul, On Wed, Aug 21, 2013 at 01:22:09AM +, Paul Walmsley wrote: From: Sebastian Reichel s...@ring0.de This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. a few comments: - please add your Signed-off-by: to the patch description, per

Re: [PATCH 4/4] RX-51: Add platform function and data for bq24150a charger

2013-09-09 Thread Sebastian Reichel
Hi Pali, On Sun, Sep 08, 2013 at 10:50:39AM +0200, Pali Rohár wrote: This patch will register bq24150a charger in RX-51 board data. Patch also adding platform function between isp1704 and bq2415x drivers for detecting charger type. So finally charging battery on Nokia N900 (RX-51) working

[PATCHv7 0/4] twl4030-pwrbutton DT binding

2013-11-08 Thread Sebastian Reichel
[0] https://lkml.org/lkml/2013/10/24/269 -- Sebastian Sebastian Reichel (4): Input: twl4030-pwrbutton: add device tree support dt: binding documentation for twl4030-pwrbutton Input: twl4030-pwrbutton: use dev_err for errors Input: twl4030-pwrbutton: simplify driver using devm_

[PATCHv7 1/4] Input: twl4030-pwrbutton: add device tree support

2013-11-08 Thread Sebastian Reichel
Add device tree support for twl4030 power button driver. Adding device tree support involved converting the driver to module_platform_driver(). Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Kumar Gala ga...@codeaurora.org Tested-by: Florian Vaussard florian.vauss...@epfl.ch

[PATCHv7 3/4] Input: twl4030-pwrbutton: use dev_err for errors

2013-11-08 Thread Sebastian Reichel
Use dev_err() to output errors instead of dev_dbg(). Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/input/misc/twl4030-pwrbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/misc/twl4030

[PATCHv7 2/4] dt: binding documentation for twl4030-pwrbutton

2013-11-08 Thread Sebastian Reichel
Add devicetree binding documentation for twl4030-pwrbutton. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/input/twl4030-pwrbutton.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/twl4030

[PATCHv7 4/4] Input: twl4030-pwrbutton: simplify driver using devm_*

2013-11-08 Thread Sebastian Reichel
Use managed irq resource to simplify the driver. Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/input/misc/twl4030-pwrbutton.c | 26 -- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/drivers

[PATCHv3 0/2] twl4030-keypad DT binding

2013-11-08 Thread Sebastian Reichel
documentation into its own patch. * Fix typo in documentation [0] https://lkml.org/lkml/2013/10/22/141 -- Sebastian Sebastian Reichel (2): Input: twl4030-keypad - add device tree support dt: binding documentation for twl4030-keypad .../devicetree/bindings/input/twl4030-keypad.txt | 31

[PATCHv3 1/2] Input: twl4030-keypad - add device tree support

2013-11-08 Thread Sebastian Reichel
Add device tree support for twl4030 keypad driver. Tested on Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/keyboard/twl4030_keypad.c | 91 +++-- 1 file changed, 74 insertions(+), 17 deletions(-) diff --git a/drivers/input/keyboard

[PATCHv3 2/2] dt: binding documentation for twl4030-keypad

2013-11-08 Thread Sebastian Reichel
Add devicetree binding documentation for twl4030-keypad. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/input/twl4030-keypad.txt | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/twl4030

[PATCH] Documentation: dt: Merge TWL family documentation

2013-11-08 Thread Sebastian Reichel
Merge all TWL family subnode documentation into the TWL family documentation file and fix typo in its filename. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/gpio/gpio-twl4030.txt | 29 -- .../devicetree/bindings/input/twl4030-keypad.txt | 31

[PATCH] Documentation: dt: matrix-keymap: Add linux,keypad-no-autorepeat

2013-11-08 Thread Sebastian Reichel
Add documentation for linux,keypad-no-autorepeat, which is supported by most matrix-keymap implementations. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/input/matrix-keymap.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

[RFCv3 1/7] ARM: OMAP2+: hwmod-data: Add SSI information

2013-10-06 Thread Sebastian Reichel
This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/mach-omap2

[RFCv3 3/7] HSI: method to unregister clients from an hsi port

2013-10-06 Thread Sebastian Reichel
This exports a method to unregister all clients from an hsi port. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/hsi.c | 10 ++ include/linux/hsi/hsi.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi.c index 4384d7e

[RFCv3 2/7] HSI: add Device Tree support for HSI clients

2013-10-06 Thread Sebastian Reichel
Add new method hsi_add_clients_from_dt, which can be used to initialize HSI clients from a device tree node. The patch also documents the DT binding for trivial HSI clients. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/hsi/trivial-devices.txt| 36

[RFCv3 7/7] ARM: dts: N900: Add SSI information

2013-10-06 Thread Sebastian Reichel
Add SSI device tree data for OMAP3 and Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 12 ++ arch/arm/boot/dts/omap3.dtsi | 47 2 files changed, 59 insertions(+) diff --git a/arch/arm/boot

[RFCv3 4/7] HSI: hsi-char: add Device Tree support

2013-10-06 Thread Sebastian Reichel
Add of_match_table to hsi_char driver, so that it can be referenced from Device Tree. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/clients/hsi_char.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/hsi/clients/hsi_char.c b/drivers/hsi/clients

[RFCv3 0/7] OMAP SSI driver

2013-10-06 Thread Sebastian Reichel
into DT. Version 2 of the patchset: https://lkml.org/lkml/2013/9/15/98 -- Sebastian Sebastian Reichel (7): ARM: OMAP2+: hwmod-data: Add SSI information HSI: add Device Tree support for HSI clients HSI: method to unregister clients from an hsi port HSI: hsi-char: add Device Tree support

[RFCv3 5/7] HSI: hsi-char: fix driver for multiport scenarios

2013-10-06 Thread Sebastian Reichel
Fix return code check of alloc_chrdev_region, which returns 0 on success. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/clients/hsi_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hsi/clients/hsi_char.c b/drivers/hsi/clients/hsi_char.c index

[RFCv2 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-09-15 Thread Sebastian Reichel
This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/arch/arm/mach-omap2

[RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-15 Thread Sebastian Reichel
Add SSI device tree data for OMAP34xx and Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 73 ++ arch/arm/boot/dts/omap3-n900.dts | 8 +++ arch/arm/boot/dts/omap34xx.dtsi

[RFCv2 0/3] OMAP SSI driver

2013-09-15 Thread Sebastian Reichel
(*) of the patchset: https://lkml.org/lkml/2013/8/11/67 (*) There have been patchsets send out by Carlos before my RFCv1, see RFCv1 for details. -- Sebastian Sebastian Reichel (3): ARM: OMAP2+: hwmod-data: Add SSI information ARM: OMAP2+: HSI: Introduce OMAP SSI driver ARM: dts: N900

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Sebastian Reichel
Hi, Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI is supported by both we should add the device nodes in omap3.dtsi instead of omap34xx.dtsi. I thought that all OMAP3 SoC supported SSI and

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Sebastian Reichel
On Mon, Sep 16, 2013 at 09:10:32PM +0300, Aaro Koskinen wrote: On Mon, Sep 16, 2013 at 05:01:47PM +0200, Sebastian Reichel wrote: Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-21 Thread Sebastian Reichel
Hi, On Sun, Oct 06, 2013 at 10:27:08PM +0200, Sebastian Reichel wrote: Here is the third round of the OMAP SSI driver patches. ping! I'm still waiting for feedback from DT maintainers. Can you review the changes and Ack them or tell me how to proceed? -- Sebastian signature.asc Description

Re: [PATCH] iio:light:tsl2563: Add DT support

2013-11-23 Thread Sebastian Reichel
On Sat, Nov 23, 2013 at 11:50:29AM +, Jonathan Cameron wrote: On 10/26/13 00:09, Sebastian Reichel wrote: Hi Grant, On Fri, Oct 25, 2013 at 08:10:28PM +0100, Grant Likely wrote: + - cover-comp-gain : integer used as multiplier for gain + compensation (default

Re: [PATCH v2 2/3] hwrng: OMAP3 ROM Random Number Generator support

2013-11-23 Thread Sebastian Reichel
On Sat, Nov 23, 2013 at 10:37:13AM +0100, Pali Rohár wrote: Now 3.13-rc1 is out, but your tree was not merged. Can you try to ping Linus what happened? See here: http://www.spinics.net/lists/arm-kernel/msg288508.html -- Sebastian signature.asc Description: Digital signature

Re: [PATCHv7 0/4] twl4030-pwrbutton DT binding

2013-11-24 Thread Sebastian Reichel
Hi, On Fri, Nov 08, 2013 at 11:11:23PM +0100, Sebastian Reichel wrote: This is the seventh iteration of DT support for the TWL4030 power button. Dmitry, can you add this patchset to your queue? It got no further comments in two weeks. -- Sebastian signature.asc Description: Digital

[PATCH 0/3] DT support for bq2415x

2013-11-24 Thread Sebastian Reichel
Hi, This patchset adds DT support for the bq2415x charger, which is used in the Nokia N900. The changes depend on Pali Rohár's [PATCH v2 0/3] Add support for charging battery in Nokia RX-51 patchset [0]. [0] https://lkml.org/lkml/2013/11/19/106 -- Sebastian Sebastian Reichel (3

[PATCH 2/3] bq2415x_charger: add DT support

2013-11-24 Thread Sebastian Reichel
This adds DT support to the bq2415x driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/bq2415x_charger.c | 72 + 1 file changed, 52 insertions(+), 20 deletions(-) diff --git a/drivers/power/bq2415x_charger.c b/drivers/power

[PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-11-24 Thread Sebastian Reichel
Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/power_supply_core.c | 24 include/linux/power_supply.h | 2 ++ 2 files changed, 26 insertions(+) diff --git a/drivers/power

[PATCH 3/3] dt: binding documentation for bq2415x charger

2013-11-24 Thread Sebastian Reichel
Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/power/bq2415x.txt | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq2415x.txt

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
Hi, On Tue, Nov 19, 2013 at 11:18:04AM +0100, Pali Rohár wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this change it is possible to add DT support because driver does not need specific board

Re: [PATCH v2 1/3] power_supply: Add power_supply notifier

2013-11-24 Thread Sebastian Reichel
in power_suppy susbystem without polling the power_supply properties [...] Tested-By: Sebastian Reichel s...@debian.org -- Sebastian signature.asc Description: Digital signature

Re: [PATCHv3 1/2] Input: twl4030-keypad - add device tree support

2013-11-24 Thread Sebastian Reichel
Hi, I'd suggest just simple autorepeat, so that we get rid of ugly double-negation. The idea was that majority of setups want autorepeat so in the absence of the property autorepeat is turned on. I see... but autorepeat on by default makes sense on devices that are usually querty

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
On Sun, Nov 24, 2013 at 08:01:16PM +0100, Pali Rohár wrote: I'm wondering if the watchdog thread should check some values, like e.g. battery temperature. It should stop charging the battery if some critical battery temperature threshold is reached. For checking battery temperature is

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Sebastian Reichel
On Sun, Nov 24, 2013 at 08:41:46PM +0100, Pali Rohár wrote: On Sunday 24 November 2013 20:26:09 Sebastian Reichel wrote: On Sun, Nov 24, 2013 at 08:01:16PM +0100, Pali Rohár wrote: Currently on Maemo 5 this is handled in userspace (with open source dsme daemon). I assume it currently

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-25 Thread Sebastian Reichel
On Mon, Nov 25, 2013 at 07:01:54PM +0200, Ивайло Димитров wrote: Now.. Imagine phone left in car in charger (on sun). Likely temperature will reach high values, kernel is charging, dsme will reboot the system, but kernel will start charging again, dsme will reboot again, ... And it is not

[PATCH] MAINTAINERS: add HSI subsystem

2013-11-25 Thread Sebastian Reichel
This adds me as maintainer for the HSI subsystem and Carlos Chinea (original author) to the CREDITS file. Signed-off-by: Sebastian Reichel s...@debian.org --- Hi, Please check [0] for more details of the work I did and plan to do. I'm interested in a Co-Maintainer. I plan to setup a git

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-25 Thread Sebastian Reichel
Hi, On Mon, Nov 25, 2013 at 08:32:46PM +0200, Ивайло Димитров wrote: So, AIUI there are 2 options: 1. charger driver polls the battery driver every n (60?) seconds. 2. battery driver sends PSY_EVENT_PROP_CHANGED on every degree up or down. In both cases if the temperature is outside

Re: BUG: usb: obex in g_nokia.ko causing kernel panic

2013-11-26 Thread Sebastian Reichel
On Tue, Nov 26, 2013 at 06:10:22PM +0100, Pali Rohár wrote: On Tuesday 19 November 2013 11:51:12 Pali Rohár wrote: For a long time (since 3.5 or 3.8? - I do not remember) obex subdriver in g_nokia usb gadget module causing kernel panic after module is loaded on Nokia N900. I do not know

Re: [PATCH] MAINTAINERS: add HSI subsystem

2013-11-26 Thread Sebastian Reichel
On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: +M: Sebastian Reichel s...@debian.org +S: Maintained +F: Documentation/hsi/ +F: drivers/hsi/ +F: include/linux/hsi/ +F: include/uapi/linux/hsi/ Don't add directories that do not exist (yet

Re: [PATCH] MAINTAINERS: add HSI subsystem

2013-11-26 Thread Sebastian Reichel
On Tue, Nov 26, 2013 at 04:19:09PM -0800, Greg Kroah-Hartman wrote: On Wed, Nov 27, 2013 at 01:12:42AM +0100, Sebastian Reichel wrote: On Wed, Nov 27, 2013 at 12:30:48AM +0100, Linus Walleij wrote: +M: Sebastian Reichel s...@debian.org +S: Maintained +F: Documentation

[PATCH v2] MAINTAINERS: add HSI subsystem

2013-11-27 Thread Sebastian Reichel
This adds me as maintainer for the HSI subsystem and Carlos Chinea (original author) to the CREDITS file. Signed-off-by: Sebastian Reichel s...@debian.org --- Hi, This is the 2nd iteration of this patch. The only change since v1 is the update of the hsi Documentation path. -- Sebastian

Re: omap-cpufreq compilation breakage in 3.13-rc1

2013-11-27 Thread Sebastian Reichel
On Wed, Nov 27, 2013 at 12:54:07PM +0100, Pavel Machek wrote: Commit d4019f0a92ab802f385cc9c8ad3ab7b5449712cb broke compilation for omap-cpufreq.c . Given impresive list of ACKs and Tested-bys, I'd not expect such problem. This fixes it. This has already been fixed in

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-27 Thread Sebastian Reichel
On Wed, Nov 27, 2013 at 10:16:47PM +0100, Pali Rohár wrote: On Monday 25 November 2013 22:50:01 Sebastian Reichel wrote: 2 seems more generic to me, but as rx51-battery is missing the functionality to send events on temperature change, I guess 1 will be easier to implement

[PATCHv4 1/2] Input: twl4030-keypad - add device tree support

2013-11-30 Thread Sebastian Reichel
Add device tree support for twl4030 keypad driver. Tested on Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/keyboard/twl4030_keypad.c | 65 - 1 file changed, 48 insertions(+), 17 deletions(-) diff --git a/drivers/input/keyboard

[PATCHv4 0/2] twl4030-keypad DT binding

2013-11-30 Thread Sebastian Reichel
, that autorepeat should be default for keypads. * Remove useless twl4030_keypad_dt_match [0] https://lkml.org/lkml/2013/11/8/463 -- Sebastian Sebastian Reichel (2): Input: twl4030-keypad - add device tree support dt: binding documentation for twl4030-keypad .../devicetree/bindings/input

[PATCHv4 2/2] dt: binding documentation for twl4030-keypad

2013-11-30 Thread Sebastian Reichel
Add devicetree binding documentation for twl4030-keypad. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/input/twl4030-keypad.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/twl4030

[PATCHv2] Documentation: dt: Merge TWL family documentation

2013-11-30 Thread Sebastian Reichel
Merge all TWL family subnode documentation into the TWL family documentation file and fix typo in its filename. Signed-off-by: Sebastian Reichel s...@debian.org --- Hi, This is v2 of the patch. Changes since v1 [0] are: * Update to latest twl4030-keypad DT patchset * Apply changes requested

Re: [PATCH 1/2] Documentation: DTS: bq27xxx are trivial i2c devices

2013-11-30 Thread Sebastian Reichel
Hi Wolfram, On Fri, Oct 25, 2013 at 08:56:34PM +0100, Grant Likely wrote: On Tue, 22 Oct 2013 14:56:16 +0200, Sebastian Reichel s...@debian.org wrote: Add all chips supported by the bq27xxx driver to the list of trivial i2c devices. Signed-off-by: Sebastian Reichel s...@debian.org

[PATCHv2 1/2] isp1704_charger: Add DT support

2013-11-30 Thread Sebastian Reichel
This patch introduces device tree support to the isp1704 charger driver. Adding support involved moving the handling of the enable GPIO from board code into the driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/isp1704_charger.c | 55

[PATCHv2 0/2] DT support for isp1704-charger

2013-11-30 Thread Sebastian Reichel
problems. The additional code can be removed in the next merge window. -- Sebastian Sebastian Reichel (2): isp1704_charger: Add DT support dt: binding documentation for isp1704 charger .../devicetree/bindings/power/isp1704.txt | 17 +++ drivers/power/isp1704_charger.c

[PATCHv2 2/2] dt: binding documentation for isp1704 charger

2013-11-30 Thread Sebastian Reichel
Add devicetree binding documentation for isp1704-charger. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/power/isp1704.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/isp1704.txt

Re: device-tree based boot on linux-n900 branch

2013-12-01 Thread Sebastian Reichel
On Sun, Dec 01, 2013 at 10:50:18AM +0100, Pali Rohár wrote: No, this my tree has rx51_defconfig which is used for classic booting with board files. Sebastian, can you create new rx51_defconfig or at least patch which enable DT booting? Also some steps how to compile DT kernel will be

Re: hci_h4p from linux-n900 branch: fix with new bluetooth for 3.13-rc1

2013-12-01 Thread Sebastian Reichel
Hi Pali, While talking about the hci_h4p: What's the status of the mainline inclusion? I saw, that you sent it to linux-bluetooth guys some time ago. -- Sebastian signature.asc Description: Digital signature

Re: hci_h4p from linux-n900 branch: fix with new bluetooth for 3.13-rc1

2013-12-01 Thread Sebastian Reichel
On Sun, Dec 01, 2013 at 12:16:42PM +0100, Pali Rohár wrote: On Sunday 01 December 2013 11:48:40 Sebastian Reichel wrote: While talking about the hci_h4p: What's the status of the mainline inclusion? I saw, that you sent it to linux-bluetooth guys some time ago. Yes, but code needs

Re: [PATCHv3 1/2] Input: twl4030-keypad - add device tree support

2013-11-11 Thread Sebastian Reichel
Hi, On Mon, Nov 11, 2013 at 11:19:41PM +0100, Pavel Machek wrote: + if (of_get_property(np, linux,input-no-autorepeat, NULL)) + keypad_data-no_autorepeat = true; From 2/2: +Optional Properties specific to linux: +- linux,keypad-no-autorepeat: do not enable autorepeat

Re: [PATCH 4/5 v2] input: tc3589x-keypad: support probing from device tree

2013-11-12 Thread Sebastian Reichel
Hi, On Tue, Nov 12, 2013 at 03:13:38PM +0100, Linus Walleij wrote: + plat-no_autorepeat = of_property_read_bool(np, linux,no-autorepeat); + plat-enable_wakeup = of_property_read_bool(np, linux,wakeup); There is currently discussion going on for the property name of autorepeat:

Re: [PATCH 4/5 v2] input: tc3589x-keypad: support probing from device tree

2013-11-12 Thread Sebastian Reichel
On Tue, Nov 12, 2013 at 06:06:49PM +0100, Linus Walleij wrote: On Tue, Nov 12, 2013 at 4:30 PM, Sebastian Reichel s...@ring0.de wrote: On Tue, Nov 12, 2013 at 03:13:38PM +0100, Linus Walleij wrote: + plat-no_autorepeat = of_property_read_bool(np, linux,no-autorepeat); + plat

Re: [PATCH 4/5 v2] input: tc3589x-keypad: support probing from device tree

2013-11-12 Thread Sebastian Reichel
On Tue, Nov 12, 2013 at 09:11:40PM +0100, Linus Walleij wrote: I could find two boards using gpio-matrix-keypad in the mainline kernel and not a single instance of linux,no-autorepeat: In things connected to GPIO, I don't expect the in-kernel device trees to be a good way so survey the

Re: [PATCH 4/5 v2] input: tc3589x-keypad: support probing from device tree

2013-11-13 Thread Sebastian Reichel
Hi, On Wed, Nov 13, 2013 at 02:24:06PM +, Mark Rutland wrote: Current suggestions (taken from kernel) are: * vendor,no-autorepeat * keypad,autorepeat * linux,keypad-no-autorepeat * linux,input-no-autorepeat * linux,no-autorepeat * autorepeat I do not really care, which

[PATCH 1/2] isp1704_charger: Add DT support

2013-11-14 Thread Sebastian Reichel
This patch introduces device tree support to the isp1704 charger driver. Adding support involved moving the handling of the enable GPIO from board code into the driver. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/mach-omap2/board-rx51-peripherals.c | 10 + drivers/power

[PATCH 2/2] dt: binding documentation for isp1704 charger

2013-11-14 Thread Sebastian Reichel
Add devicetree binding documentation for isp1704-charger. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/power/isp1704.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/isp1704.txt

Re: [PATCH 1/2] isp1704_charger: Add DT support

2013-11-14 Thread Sebastian Reichel
On Thu, Nov 14, 2013 at 07:05:06PM +0100, Pali Rohár wrote: On Thursday 14 November 2013 13:38:53 Sebastian Reichel wrote: diff --git a/drivers/power/isp1704_charger.c b/drivers/power/isp1704_charger.c index fc04d19..db96778 100644 --- a/drivers/power/isp1704_charger.c +++ b/drivers

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-14 Thread Sebastian Reichel
On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: [...] If this is not going into v3.13, these will cause conflicts with the mach-omap2/board-*.c files for v3.14. So it might be best to do a minimal header patch first that can be merged in by both linux-omap and wireless

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-15 Thread Sebastian Reichel
On Fri, Nov 15, 2013 at 09:32:55AM -0500, John W. Linville wrote: On Thu, Nov 14, 2013 at 03:22:18PM -0800, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [131114 15:04]: On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: [...] If this is not going

Re: [PATCH 4/5 v2] input: tc3589x-keypad: support probing from device tree

2013-11-17 Thread Sebastian Reichel
On Sun, Nov 17, 2013 at 07:28:45PM +0100, Pavel Machek wrote: Hi! I could find two boards using gpio-matrix-keypad in the mainline kernel and not a single instance of linux,no-autorepeat: In things connected to GPIO, I don't expect the in-kernel device trees to be a good way

Re: [PATCH v2] itg3200: add dt support.

2013-11-18 Thread Sebastian Reichel
Hi, On Tue, Nov 19, 2013 at 11:30:13AM +1100, NeilBrown wrote: No new configuration, just a 'compatible' string and documentation. itg3200 looks like a candidate for the list of trivial i2c devices [0] to me. [0] Documentation/devicetree/bindings/i2c/trivial-devices.txt -- Sebastian

Re: [PATCH v2 0/3] Add support for charging battery in Nokia RX-51

2013-11-19 Thread Sebastian Reichel
Hi Pali, On Tue, Nov 19, 2013 at 11:18:02AM +0100, Pali Rohár wrote: This patch series finally bringing support for charging battery on Nokia N900 (RX-51) without any proprietary Nokia bits in userspace. YAY! :) I removed hook function from bq2415x_charger driver and replaced it by Jenny TC

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-11-20 Thread Sebastian Reichel
Hi Tony, On Wed, Nov 20, 2013 at 05:38:59PM -0800, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [130915 13:56]: + +Example for Nokia N900: + +ssi-controller@48058000 { + compatible = ti,omap3-ssi; + ti,hwmods = ssi; + + reg = 0x48058000 0x1000

Re: [PATCH] media: Add BCM2048 radio driver

2013-12-05 Thread Sebastian Reichel
On Thu, Dec 05, 2013 at 02:20:56PM +0100, Pali Rohár wrote: Anyway, I've posted the pull request. Please note, if you want to avoid having this driver be removed again in the future, then you (or someone else) should work on addressing the issues in the TODO file I added. Ok. CCing

[PATCH 0/2] tsc2005 DT binding

2013-12-05 Thread Sebastian Reichel
). The platform data based probe can be removed once the N900 boardcode is gone. -- Sebastian Sebastian Reichel (2): Input: tsc2005: add DT support Documentation: dt: Document TSC2005 DT binding .../bindings/input/touchscreen/tsc2005.txt | 49 +++ drivers/input/touchscreen/tsc2005.c

[PATCH 2/2] Documentation: dt: Document TSC2005 DT binding

2013-12-05 Thread Sebastian Reichel
Add devicetree binding documentation for TSC2005 touchscreen. Signed-off-by: Sebastian Reichel s...@debian.org --- .../bindings/input/touchscreen/tsc2005.txt | 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/input

[PATCH 1/2] Input: tsc2005: add DT support

2013-12-05 Thread Sebastian Reichel
This adds DT support to the tsc2005 touchscreen driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/touchscreen/tsc2005.c | 95 ++--- 1 file changed, 78 insertions(+), 17 deletions(-) diff --git a/drivers/input/touchscreen/tsc2005.c b

[PATCHv2 1/5] wl1251: split wl251 platform data to a separate structure

2013-12-05 Thread Sebastian Reichel
Reviewed-by: Felipe Balbi ba...@ti.com Reviewed-by: Sebastian Reichel s...@debian.org Reviewed-by: Pavel Machek pa...@ucw.cz --- arch/arm/mach-omap2/board-omap3pandora.c | 4 +-- arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +- drivers/net/wireless/ti/wilink_platform_data.c | 37

[PATCHv2 4/5] wl1251: spi: add device tree support

2013-12-05 Thread Sebastian Reichel
Add device tree support for the spi variant of wl1251. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/net/wireless/ti/wl1251/spi.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/net/wireless/ti/wl1251/spi.c b/drivers/net

[PATCHv2 2/5] wl1251: move power GPIO handling into the driver

2013-12-05 Thread Sebastian Reichel
Move the power GPIO handling from the board code into the driver. This is a dependency for device tree support. Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Pavel Machek pa...@ucw.cz --- arch/arm/mach-omap2/board-omap3pandora.c | 2 ++ arch/arm/mach-omap2/board-rx51

[PATCHv2 3/5] wl1251: spi: add vio regulator support

2013-12-05 Thread Sebastian Reichel
This patch adds support for requesting the regulator powering the vio pin. Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Pavel Machek pa...@ucw.cz --- drivers/net/wireless/ti/wl1251/spi.c| 19 +-- drivers/net/wireless/ti/wl1251/wl1251.h | 2 ++ 2 files

[PATCHv2 5/5] Documentation: dt: wireless: Add wl1251

2013-12-05 Thread Sebastian Reichel
Add device tree binding documentation for Texas Instrument's wl1251 wireless lan chip. For now only the SPI binding is documented. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/net/wireless/ti,wl1251.txt | 39 ++ 1 file changed, 39 insertions

[PATCHv2 0/5] wl1251 device tree support

2013-12-05 Thread Sebastian Reichel
to a separate structure Sebastian Reichel (4): wl1251: move power GPIO handling into the driver wl1251: spi: add vio regulator support wl1251: spi: add device tree support Documentation: dt: wireless: Add wl1251 .../devicetree/bindings/net/wireless/ti,wl1251.txt | 39 arch/arm

Re: [RESEND] [PATCHv2 0/5] wl1251 device tree support

2014-03-13 Thread Sebastian Reichel
Hi, On Wed, Feb 26, 2014 at 08:44:36PM +0100, Sebastian Reichel wrote: On Sat, Feb 15, 2014 at 12:05:51AM +0100, Sebastian Reichel wrote: The following patchset adds device tree support to the spi variant of the wl1251 driver, which is used in the Nokia N900. Tony requested, that you take

Re: [RESEND] [PATCHv2 0/5] wl1251 device tree support

2014-03-13 Thread Sebastian Reichel
On Thu, Mar 13, 2014 at 01:27:27PM -0400, John W. Linville wrote: On Thu, Mar 13, 2014 at 06:00:39PM +0100, Sebastian Reichel wrote: Hi, On Wed, Feb 26, 2014 at 08:44:36PM +0100, Sebastian Reichel wrote: On Sat, Feb 15, 2014 at 12:05:51AM +0100, Sebastian Reichel wrote

[PATCHv4 2/7] mfd: twl4030-madc: Add DT support and convert to IIO framework

2014-03-15 Thread Sebastian Reichel
This converts twl4030-madc module to use the Industrial IO ADC framework and adds device tree support. Signed-off-by: Sebastian Reichel s...@debian.org Tested-by: Marek Belisko ma...@goldelico.com Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org --- drivers

[PATCHv4 1/7] mfd: twl4030-madc: Use managed resources

2014-03-15 Thread Sebastian Reichel
Update twl4030-madc driver to use managed resources. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko ma...@goldelico.com --- drivers/mfd/twl4030-madc.c | 15 ++- 1 file

[PATCHv4 0/7] Convert twl4030-madc to IIO API and add DT support

2014-03-15 Thread Sebastian Reichel
on when the time frame starts the three weeks are over already ;) * It would be nice to see this patchset in 3.15. [0] https://lkml.org/lkml/2014/3/10/727 -- Sebastian Sebastian Reichel (7): mfd: twl4030-madc: Use managed resources mfd: twl4030-madc: Add DT support and convert to IIO

[PATCHv4 7/7] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-03-15 Thread Sebastian Reichel
This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org --- drivers/iio/adc/Kconfig | 10 ++ drivers/iio/adc/Makefile

[PATCHv4 3/7] mfd: twl4030-madc: Cleanup driver

2014-03-15 Thread Sebastian Reichel
Some style fixes in twl4030-madc driver. Reported-by: Jonathan Cameron ji...@kernel.org Reported-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko ma

[PATCHv4 5/7] mfd: twl4030-madc: Use twl_i2c_read/write_u16 for 16 bit registers

2014-03-15 Thread Sebastian Reichel
Simplify reading and writing of 16 bit TWL registers in the driver by using twl_i2c_read_u16 and twl_i2c_write_u16. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko ma...@goldelico.com

[PATCHv4 6/7] Documentation: DT: Document twl4030-madc binding

2014-03-15 Thread Sebastian Reichel
Add devicetree binding documentation for twl4030-madc analog digital converter. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Jonathan Cameron ji...@kernel.org --- .../devicetree/bindings/iio/adc/twl4030-madc.txt | 24 ++ 1 file changed, 24 insertions

[PATCHv4 4/7] mfd: twl-core: Add twl_i2c_read/write_u16

2014-03-15 Thread Sebastian Reichel
Add a simple twl_i2c_read/write_u16 wrapper over the twl_i2c_read/write, which is similar to the twl_i2c_read/write_u8 wrapper. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Jonathan Cameron ji...@kernel.org Tested-by: Marek Belisko ma

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-22 Thread Sebastian Reichel
On Sat, Feb 22, 2014 at 12:47:03PM +, Jonathan Cameron wrote: On 14/02/14 18:46, Sebastian Reichel wrote: This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel s...@debian.org Being inherently lazy I'm going to review this patch

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-23 Thread Sebastian Reichel
Hi, On Sun, Feb 23, 2014 at 11:02:14AM +, Jonathan Cameron wrote: On 23/02/14 00:35, Sebastian Reichel wrote: I think the optimal workflow is: 1. convert madc driver to IIO 2. convert twl4030-madc-battery driver to IIO API 3. convert rx51-battery to IIO API 4. convert twl4030-madc

[RFCv2 1/5] mfd: twl4030-madc: Use managed resources

2014-02-23 Thread Sebastian Reichel
Update twl4030-madc driver to use managed resources. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/mfd/twl4030-madc.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/mfd/twl4030-madc.c b/drivers/mfd/twl4030-madc.c index 4c583e4..5458561

  1   2   3   4   5   6   7   8   9   10   >