[PATCH 2/2] ARM: dts: N900: TWL4030 Keypad Matrix definition

2013-10-09 Thread Sebastian Reichel
Add Keyboard Matrix information to N900's DTS file. This patch maps the keys exactly as the original board code. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 55 1 file changed, 55 insertions(+) diff --git

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

2013-10-10 Thread Sebastian Reichel
On Wed, Oct 09, 2013 at 05:43:13AM +, Paul Walmsley wrote: On Sun, 6 Oct 2013, Sebastian Reichel wrote: This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. Signed-off-by: Sebastian Reichel s...@debian.org Thanks, queued this one for v3.13. You

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
Hi, On Tue, Oct 08, 2013 at 10:28:15AM -0700, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [131006 13:36]: Here is the third round of the OMAP SSI driver patches. Thanks for updating these, they look good to me now: Acked-by: Tony Lindgren t...@atomide.com Ok. I guess it's

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
On Thu, Oct 10, 2013 at 09:28:01PM +0300, Aaro Koskinen wrote: On Thu, Oct 10, 2013 at 07:21:30PM +0200, Sebastian Reichel wrote: Any issues with this or any other suggestions how to proceed? Maybe you could provide some brief instructions/description of how this was tested? Sure. I used

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
On Thu, Oct 10, 2013 at 11:19:14PM +0300, Aaro Koskinen wrote: On Thu, Oct 10, 2013 at 10:02:36PM +0200, Sebastian Reichel wrote: P.S.: You can get a mainline kernel status matrix for the Nokia N900 on this page: http://elinux.org/N900 Thanks for summary, You're welcome

Re: [000/118] 3.2.45-rc1 review

2013-05-12 Thread Sebastian Reichel
Hi Ben, On Fri, May 10, 2013 at 02:39:39PM +0100, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.45 release. There are 118 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me

Re: [PATCH v2 0/9] wilink: add device tree support

2013-09-21 Thread Sebastian Reichel
On Sat, Sep 21, 2013 at 02:27:18PM +0200, Pavel Machek wrote: Hi! This is a follow-up on a previous patch set that had a smaller audience. This time, I added the lists and people who were involved in the review of the bindings documentation, since most of my changes in v2 are

Re: [PATCH v2 0/9] wilink: add device tree support

2013-09-22 Thread Sebastian Reichel
On Sun, Sep 22, 2013 at 03:36:32PM +0200, Pavel Machek wrote: Unfortunately I don't have much time to work on wl1251. I think it wouldn't be too difficult to do though, so patches are welcome. ;) Maybe you could try to make this change and I could support you if needed?

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

2013-09-23 Thread Sebastian Reichel
On Mon, Sep 23, 2013 at 09:16:18PM +0200, Pali Rohár wrote: It is not as simple as it looks. This is reason why I submited this patch long time after I submited bq2415x driver. Problem is that for rx51 is needed specific function which connect to two drivers (bq2415x and isp1704) plus it

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

2013-09-23 Thread Sebastian Reichel
On Mon, Sep 23, 2013 at 10:06:46PM +0200, Pali Rohár wrote: On Monday 23 September 2013 22:00:09 Sebastian Reichel wrote: On Mon, Sep 23, 2013 at 09:16:18PM +0200, Pali Rohár wrote: It is not as simple as it looks. This is reason why I submited this patch long time after I submited

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

2013-09-23 Thread Sebastian Reichel
Hi, On Mon, Sep 23, 2013 at 02:35:35PM -0600, Stephen Warren wrote: On 09/15/2013 02:44 PM, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. What is an SSI device, ... Synchronous Serial Interface (SSI), which is an interface from the OMAP3 for modem

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

2013-09-24 Thread Sebastian Reichel
Hi, On Tue, Sep 24, 2013 at 07:05:47PM +0200, Pali Rohár wrote: No, isp1704 driver is doing fastcharger detection (and then export charger type via sysfs power supply) based on musb usb events. Real charging (enabling/disabling and setting properties) is done by bq24150a chip which has

Re: N900 device tree conversion: how to do first step

2013-07-19 Thread Sebastian Reichel
Hi, On Sun, Jun 09, 2013 at 03:59:44AM +0200, Pavel Machek wrote: I'd like to convert Nokia N900 to device tree. Unfortunately, serial port is not easily available (very special cable would be needed, does someone know where to get one?) One way to get one is building it yourself. I

[PATCHv5 02/10] HSI: Add channel resource support to HSI clients

2014-05-10 Thread Sebastian Reichel
Make HSI channel ids platform data, which can be provided by platform data. Signed-off-by: Sebastian Reichel s...@kernel.org Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- drivers/hsi/clients/hsi_char.c | 12 +-- drivers/hsi/hsi.c | 46

[PATCHv5 00/10] OMAP SSI driver / N900 modem support

2014-05-10 Thread Sebastian Reichel
/pub/scm/linux/kernel/git/sre/linux-hsi.git -- Sebastian Sebastian Reichel (10): HSI: method to unregister clients from an hsi port HSI: Add channel resource support to HSI clients HSI: export method to (un)register clients HSI: Add common DT binding for HSI client devices HSI: Introduce

[PATCHv5 04/10] HSI: Add common DT binding for HSI client devices

2014-05-10 Thread Sebastian Reichel
Implement and document generic DT bindings for HSI clients. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- .../devicetree/bindings/hsi/client-devices.txt | 44 + drivers/hsi/hsi.c

[PATCHv5 03/10] HSI: export method to (un)register clients

2014-05-10 Thread Sebastian Reichel
protocol. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- drivers/hsi/hsi.c | 11 --- include/linux/hsi/hsi.h | 3 +++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git

[PATCHv5 07/10] HSI: Introduce driver for SSI Protocol

2014-05-10 Thread Sebastian Reichel
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea carlos.chi...@nokia.com Signed-off-by: Sebastian Reichel s...@kernel.org Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- drivers/hsi/clients/Kconfig|8 + drivers/hsi

[PATCHv5 06/10] Documentation: DT: omap-ssi binding documentation

2014-05-10 Thread Sebastian Reichel
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz --- Documentation/devicetree/bindings/hsi/omap-ssi.txt | 97 ++ 1 file changed, 97 insertions

[PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-10 Thread Sebastian Reichel
Add SSI device tree data for OMAP3 and Nokia N900. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- arch/arm/boot/dts/omap3-n900.dts | 24 + arch/arm/boot/dts/omap3.dtsi | 45

[PATCHv5 08/10] HSI: Introduce Nokia N900 modem driver

2014-05-10 Thread Sebastian Reichel
exchanging voice data with the modem. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- .../devicetree/bindings/hsi/nokia-modem.txt| 57 + drivers/hsi/clients/Kconfig

[PATCHv5 10/10] DTS: ARM: OMAP3-N900: Add modem support

2014-05-10 Thread Sebastian Reichel
Add modem device tree data to Nokia N900's DTS file. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- arch/arm/boot/dts/omap3-n900.dts | 43 +++- 1 file changed

[PATCHv5 01/10] HSI: method to unregister clients from an hsi port

2014-05-10 Thread Sebastian Reichel
This exports a method to unregister all clients from an hsi port. Signed-off-by: Sebastian Reichel s...@kernel.org Reviewed-by: Pavel Machek pa...@ucw.cz Tested-By: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- drivers/hsi/hsi.c | 10 ++ include/linux/hsi/hsi.h | 1 + 2 files

[PATCHv4 0/4] tsc2005 DT binding

2014-05-21 Thread Sebastian Reichel
/2014/4/25/694 -- Sebastian Sebastian Reichel (4): Input: add common DT binding for touchscreens Input: tsc2005: add DT support Documentation: dt: Document TSC2005 DT binding DTS: ARM: OMAP3-N900: Add tsc2005 support .../bindings/input/touchscreen/touchscreen.txt | 27

[PATCHv4 2/4] Input: tsc2005: add DT support

2014-05-21 Thread Sebastian Reichel
This adds DT support to the tsc2005 touchscreen driver. It also adds regulator support to the driver if booted via DT. Reviewed-by: Pavel Machek pa...@ucw.cz Acked-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/input/touchscreen/tsc2005.c

[PATCHv4 3/4] Documentation: dt: Document TSC2005 DT binding

2014-05-21 Thread Sebastian Reichel
Add devicetree binding documentation for TSC2005 touchscreen. Reviewed-by: Pavel Machek pa...@ucw.cz Acked-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Sebastian Reichel s...@kernel.org --- .../bindings/input/touchscreen/tsc2005.txt | 42 ++ 1 file changed

[PATCHv4 4/4] DTS: ARM: OMAP3-N900: Add tsc2005 support

2014-05-21 Thread Sebastian Reichel
This adds support for the tsc2005 touchscreen to the Nokia N900 DTS file. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/boot/dts/omap3-n900.dts | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot

[PATCHv4 1/4] Input: add common DT binding for touchscreens

2014-05-21 Thread Sebastian Reichel
in the generic linux input device. Reviewed-by: Pavel Machek pa...@ucw.cz Acked-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Sebastian Reichel s...@kernel.org --- .../bindings/input/touchscreen/touchscreen.txt | 27 + drivers/input/touchscreen/Kconfig | 4

Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-21 Thread Sebastian Reichel
Hi, On Mon, May 19, 2014 at 05:35:39PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140514 14:57]: * Sebastian Reichel s...@kernel.org [140510 09:40]: Add SSI device tree data for OMAP3 and Nokia N900. Picking this patch into omap-for-v3.16/dt thanks. Just noticed

Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-21 Thread Sebastian Reichel
Hi, On Wed, May 21, 2014 at 11:43:19AM -0700, Tony Lindgren wrote: Just noticed that this patch seems to somehow break idle modes on n900, so dropping both dts changes for now. Basically the n900 debug LEDs won't ever go off with these two dts patches enabled, even without the

Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-21 Thread Sebastian Reichel
Hi, On Wed, May 21, 2014 at 12:45:28PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140521 11:44]: * Sebastian Reichel s...@kernel.org [140521 11:26]: The hwmod data may be wrong. The information from commit 398917ce161e10d3c66afaefdb89c73c64c4b02d was simply

Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-21 Thread Sebastian Reichel
Hi, On Wed, May 21, 2014 at 03:08:07PM -0700, Tony Lindgren wrote: * Sebastian Reichel s...@kernel.org [140521 14:51]: On Wed, May 21, 2014 at 12:45:28PM -0700, Tony Lindgren wrote: Right. The only documentation of the SSI module is existing code sent by Carlos / included in the maemo

Re: [PATCHv3 0/5] tsc2005 DT binding

2014-05-15 Thread Sebastian Reichel
On Sat, Apr 26, 2014 at 01:56:14AM +0200, Sebastian Reichel wrote: This adds device tree support for the tsc2005 touchscreen controller, which is currently only used by the Nokia N900 board. The patch does not update the reset pin handling for platform data based probe to avoid merge

Status of Power Supply Subsystem

2014-05-16 Thread Sebastian Reichel
Hi, It seems the maintainer of the power supply subsystem, Dmitry, has gone missing in action since about mid-Feburary. I couldn't find any mail from him on the usual mailinglists, he did not reply to any of my mails and the power supply subsystem git tree mentioned in the MAINTAINERS file has

Re: [PATCHv4 0/4] tsc2005 DT binding

2014-05-29 Thread Sebastian Reichel
On Wed, May 21, 2014 at 07:36:10PM +0200, Sebastian Reichel wrote: This adds device tree support for the tsc2005 touchscreen controller, which is currently only used by the Nokia N900 board. The patch does not update the reset pin handling for platform data based probe to avoid merge

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
Hi, On Mon, May 26, 2014 at 02:55:37PM +0300, Pantelis Antoniou wrote: On May 26, 2014, at 2:23 PM, Grant Likely wrote: On Mon, 26 May 2014 12:57:32 +0200, Geert Uytterhoeven ge...@linux-m68k.org wrote: Heeheehee. We're back where we started. The original question is whether or not that

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
Hi, On Mon, May 26, 2014 at 10:33:03PM +0100, Grant Likely wrote: After thinking about it more, I think it is very likely that removing all the overlays is the correct thing to do in the kexec use-case. When kexec-ing, it makes sense that we'd want the exact same behaviour from the kexec'ed

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
Hi, On Mon, May 26, 2014 at 08:14:08AM -0700, Guenter Roeck wrote: On 05/26/2014 08:09 AM, Sebastian Reichel wrote: On Mon, May 26, 2014 at 02:55:37PM +0300, Pantelis Antoniou wrote: On May 26, 2014, at 2:23 PM, Grant Likely wrote: On Mon, 26 May 2014 12:57:32 +0200, Geert Uytterhoeven ge

Re: [PATCH v4 2/8] OF: Introduce DT overlay support.

2014-05-26 Thread Sebastian Reichel
On Mon, May 26, 2014 at 04:42:44PM -0700, Guenter Roeck wrote: On 05/26/2014 03:36 PM, Sebastian Reichel wrote: On Mon, May 26, 2014 at 10:33:03PM +0100, Grant Likely wrote: After thinking about it more, I think it is very likely that removing all the overlays is the correct thing to do

Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support

2014-05-27 Thread Sebastian Reichel
On Tue, May 27, 2014 at 01:35:44PM -0700, Tony Lindgren wrote: Based on chatting with Paul it seems that we most likely don't have bits for sysc_flags for SYSC_HAS_EMUFREE or SYSS_HAS_RESET_STATUS either. So applying the updated patch below, and the SSI dts changes into omap-for-v3.16/dt-v2.

[GIT PULL] HSI fixes for 3.16

2014-06-14 Thread Sebastian Reichel
Hi Linus, The following changes since commit eafaebd987fcd001e2c123c050939a29c625d673: HSI: Introduce Nokia N900 modem driver (2014-05-16 00:55:42 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-3.16-fixes1 for

Re: Status of Power Supply Subsystem

2014-06-14 Thread Sebastian Reichel
Sebastian Reichel (1): bq2415x_charger: Fix Atomic Sleep Bug drivers/power/bq2415x_charger.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) signature.asc Description: Digital signature

[PATCH] MAINTAINERS: power_supply: update maintainership

2014-06-14 Thread Sebastian Reichel
Take over maintanence for orphaned power supply subsystem and move the git tree to a new kernel.org based repository. Signed-off-by: Sebastian Reichel s...@kernel.org --- Hi, As suggested by Rafael in [0] I volunteer to take over the orphaned power supply subsystem. [0] http://www.spinics.net

Re: [PATCHv2 1/2] rx51_battery: convert to iio consumer

2014-06-14 Thread Sebastian Reichel
On Sat, Jun 14, 2014 at 10:32:32AM +0200, Pavel Machek wrote: The problem is, that the power subsystem maintainers seem to be too busy with real life. The last change in their git [0] was 2014-02-01 and I haven't seen any mail from them on the mailinglist since about the same time. I have

Re: Status of Power Supply Subsystem

2014-06-14 Thread Sebastian Reichel
On Sat, Jun 14, 2014 at 08:59:35PM +0400, Dmitry Eremin-Solenikov wrote: Hello, colleagues, Hi, welcome back :) On Sat, Jun 14, 2014 at 7:53 PM, David Woodhouse dw...@infradead.org wrote: On Sat, 2014-06-14 at 17:36 +0200, Sebastian Reichel wrote: I waited a bit to see if maybe Dmitry

Re: [PATCH] [RFC PATCH v2] power:reset: Add defer reset object to send board specific reset

2014-06-15 Thread Sebastian Reichel
Hi, On Sun, Jun 15, 2014 at 03:11:29PM +0800, Houcheng Lin wrote: The Problem --- The reset signal on a hardware board is send either: - during machine initialization - during bus master's initialization In some hardware design, devices on bus need a non-standard and extra

Re: [PATCH] MAINTAINERS: power_supply: update maintainership

2014-06-15 Thread Sebastian Reichel
Hi Stephen, On Sun, Jun 15, 2014 at 11:20:42AM +1000, Stephen Rothwell wrote: Hi Sebastian, On Sat, 14 Jun 2014 17:32:09 +0200 Sebastian Reichel s...@kernel.org wrote: Take over maintanence for orphaned power supply subsystem and move the git tree to a new kernel.org based repository

[GIT PULL] HSI changes for 3.16

2014-06-02 Thread Sebastian Reichel
) Sebastian Reichel (11): Documentation: HSI: Add some general description for the HSI subsystem MAINTAINERS: update HSI entry HSI: hsi-char: fix driver for multiport scenarios HSI: method to unregister clients from

Re: [PATCHv4 0/4] tsc2005 DT binding

2014-06-02 Thread Sebastian Reichel
Hi Dmitry, On Fri, May 30, 2014 at 12:58:21PM -0700, Dmitry Torokhov wrote: On Thu, May 29, 2014 at 03:33:57PM +0200, Sebastian Reichel wrote: On Wed, May 21, 2014 at 07:36:10PM +0200, Sebastian Reichel wrote: ping! It would be nice to have this in 3.16, since it makes the N900 usable

Re: [PATCH v2] hsi: omap_ssi_port: use normal module refcounting

2014-06-04 Thread Sebastian Reichel
Hi, On Wed, Jun 04, 2014 at 10:00:59AM +0200, Arnd Bergmann wrote: The ref_module() function is used for internal housekeeping of the module code, it's not normally used by subsystems or device drivers, and the use of ref_module in the omap_ssi_port driver causes a link build error when

[PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-05 Thread Sebastian Reichel
Without enabling the workaround for ARM errata 430973 thumb compiled userland crashes randomly on the Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- Hi Tony, I think this patch should be added into some fix branch for 3.14-rcX. -- Sebastian --- arch/arm/mach-omap2/pdata

Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-05 Thread Sebastian Reichel
Hi Pali, On Wed, Feb 05, 2014 at 02:12:56PM +0100, Pali Rohár wrote: 1) Why are you using if (IS_ENABLED(CONFIG_ARM_ERRATA_430973)) instead #ifdef ? This is the preferred kernel style as far as I know. 2) Why do you not write warning or info when omap type is not OMAP2_DEVICE_TYPE_SEC (e.g

Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-05 Thread Sebastian Reichel
Hi, On Wed, Feb 05, 2014 at 05:38:54PM +0100, Pali Rohár wrote: I assumed, that the workaround is not needed for this device type. That rx51 secure call must not be called on non secure devices (e.g. qemu), because it cause kernel crash. So I thought that kernel should write something like

Re: [11/11] system 1: Saving energy using DVFS

2014-01-20 Thread Sebastian Reichel
On Mon, Jan 20, 2014 at 06:54:32PM +0100, Pavel Machek wrote: On Mon 2014-01-20 17:10:29, Catalin Marinas wrote: On Mon, Jan 20, 2014 at 04:49:26PM +, Pavel Machek wrote: To save energy, the higher frequencies should be avoided and only used when the application performance

Re: [PATCHv3] dt: binding documentation for bq2415x charger

2014-01-21 Thread Sebastian Reichel
Hi Dmitry, Add devicetree binding documentation for bq2415x charger. Signed-off-by: Sebastian Reichel s...@debian.org Acked-by: Pavel Machek pa...@ucw.cz I've seen, that you just sent a pull request for the power supply tree. Can you please add this patch [0] and send another pull request

Re: [PATCHv3] dt: binding documentation for bq2415x charger

2014-01-22 Thread Sebastian Reichel
On Wed, Jan 22, 2014 at 04:07:25PM +0400, Dmitry Eremin-Solenikov wrote: On Wed, Jan 22, 2014 at 12:48 AM, Sebastian Reichel s...@ring0.de wrote: Add devicetree binding documentation for bq2415x charger. [...] I've seen, that you just sent a pull request for the power supply tree. Can

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

2014-01-06 Thread Sebastian Reichel
Hi John, The following patchset adds device tree support to the spi variant of the wl1251 driver. Luciano Coelho (1): wl1251: split wl251 platform data to a separate structure Sebastian Reichel (4): wl1251: move power GPIO handling into the driver wl1251: spi: add vio regulator

Re: [RFC PATCH v1 2/5] misc: tda8026: Add NXP TDA8026 PHY driver

2014-01-07 Thread Sebastian Reichel
On Tue, Jan 07, 2014 at 12:06:37PM +0530, Satish Patel wrote: + if (pdata-irq == 0) { + /* look for the field irq-gpio in DT */ + irq_gpio = of_get_named_gpio(np, irq-gpio, 0); + if (!gpio_is_valid(irq_gpio)) { +

Re: [PATCH v4 1/5] mfd: omap-usb-host: Update DT clock binding information

2014-01-08 Thread Sebastian Reichel
On Wed, Jan 08, 2014 at 11:45:38AM +0530, Roger Quadros wrote: diff --git a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt b/Documentation/devicetree/bindings/mfd/omap-usb-host.txt index b381fa6..5635202 100644 --- a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt +++

Re: [PATCH v4 1/5] mfd: omap-usb-host: Update DT clock binding information

2014-01-08 Thread Sebastian Reichel
Hi, On Wed, Jan 08, 2014 at 03:39:36PM +0530, Roger Quadros wrote: What about the other clocks acquired in drivers/mfd/omap-usb-host.c? Shouldn't all of those be provided by via the DT phandle? All those clocks are identically named across the OMAP SoCs and are unique for each SoC,

Re: [PATCH v4] Bluetooth: Add hci_h4p driver

2014-01-09 Thread Sebastian Reichel
Hi Pavel, On Fri, Jan 10, 2014 at 12:38:43AM +0100, Pavel Machek wrote: Here are some cleanup suggestions for probe, removal module initialization functions. ...and here's the patch implementing those suggestions. Thanks! That looks right, but you forgot to cleanup hci_h4p_remove. Also I

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

2014-01-19 Thread Sebastian Reichel
On Mon, Dec 02, 2013 at 02:45:06AM +0100, Michael Trimarchi wrote: On Mon, Dec 2, 2013 at 1:24 AM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Dec 02, 2013 at 01:02:40AM +0100, Michael Trimarchi wrote: On Sun, Dec 1, 2013 at 11:37 PM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Nov

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

2014-01-20 Thread Sebastian Reichel
On Mon, Jan 20, 2014 at 10:21:29AM +, Russell King - ARM Linux wrote: And another one using that evil mail-followup-to header: Mail-Followup-To: Pali Rohár pali.ro...@gmail.com, Anton Vorontsov an...@enomsg.org, Michael Trimarchi mich...@amarulasolutions.com,

[RFCv4 02/11] HSI: hsi-char: add Device Tree support

2013-12-15 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 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/hsi/clients/hsi_char.c b/drivers/hsi/clients

[RFCv4 05/11] Documentation: DT: omap-ssi binding documentation

2013-12-15 Thread Sebastian Reichel
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 69 ++ 1 file changed, 69 insertions(+) create mode 100644 Documentation

[RFCv4 11/11] DTS: ARM: OMAP3-N900: Add SSI protocol support

2013-12-15 Thread Sebastian Reichel
This adds support for the protocol used to communicate with its cellular modem. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900

[RFCv4 09/11] DTS: ARM: OMAP3-N900: Add SSI support

2013-12-15 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 | 28 arch/arm/boot/dts/omap3.dtsi | 47 2 files changed, 75 insertions(+) diff --git

[RFCv4 07/11] Documentation: DT: nokia-cmt binding documentation

2013-12-15 Thread Sebastian Reichel
Create device tree binding documentation for Nokia cellular modem GPIO handling. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/misc/nokia-cmt.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree

[RFCv4 10/11] DTS: ARM: OMAP3-N900: Add CMT support

2013-12-15 Thread Sebastian Reichel
This adds support for the Nokia N900 cellular modem. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts

[RFCv4 06/11] misc: Introduce Nokia CMT driver

2013-12-15 Thread Sebastian Reichel
Add driver handling GPIO pins of Nokia modems. The driver provides reset notifications, so that SSI clients can subscribe to them easily. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/misc/Kconfig | 7 ++ drivers/misc/Makefile | 1 + drivers/misc/nokia-cmt.c | 298

[RFCv4 08/11] HSI: Introduce driver for SSI Protocol

2013-12-15 Thread Sebastian Reichel
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/clients/Kconfig|8 + drivers/hsi/clients/Makefile |3 +- drivers/hsi/clients/ssi_protocol.c | 1201

[RFCv4 03/11] HSI: hsi-char: fix driver for multiport scenarios

2013-12-15 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

[RFCv4 01/11] HSI: method to unregister clients from an hsi port

2013-12-15 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 8bbc0f1

[RFCv4 00/11] OMAP SSI driver / N900 modem support

2013-12-15 Thread Sebastian Reichel
] https://git.kernel.org/cgit/linux/kernel/git/sre/linux-hsi.git/ -- Sebastian Sebastian Reichel (11): HSI: method to unregister clients from an hsi port HSI: hsi-char: add Device Tree support HSI: hsi-char: fix driver for multiport scenarios ARM: OMAP2+: HSI: Introduce OMAP SSI driver

Re: [RFCv4 06/11] misc: Introduce Nokia CMT driver

2013-12-16 Thread Sebastian Reichel
Hi Linus, On Mon, Dec 16, 2013 at 10:48:06AM +0100, Linus Walleij wrote: On Mon, Dec 16, 2013 at 12:27 AM, Sebastian Reichel s...@debian.org wrote: Add driver handling GPIO pins of Nokia modems. The driver provides reset notifications, so that SSI clients can subscribe to them easily

Re: [RFCv4 06/11] misc: Introduce Nokia CMT driver

2013-12-16 Thread Sebastian Reichel
Hi, On Mon, Dec 16, 2013 at 02:31:53PM +0100, Linus Walleij wrote: I am very reluctant in letting device trees specify exports of GPIOs to userspace, not so much because it's Linux-specific but for the fact that people are doing things in userspace that should not be done in userspace.

Re: Re: [RFCv4 06/11] misc: Introduce Nokia CMT driver

2013-12-17 Thread Sebastian Reichel
On Tue, Dec 17, 2013 at 07:58:56PM +0200, Ivajlo Dimitrov wrote: On Mon, Dec 16, 2013 at 02:31:53PM +0100, Linus Walleij wrote: I am very reluctant in letting device trees specify exports of GPIOs to userspace, not so much because it's Linux-specific but for the fact that people are doing

Re: [PATCH v2] Bluetooth: Add hci_h4p driver

2013-12-30 Thread Sebastian Reichel
Hi, On Mon, Dec 30, 2013 at 01:13:50PM +0100, Pavel Machek wrote: [...] Well, I can rename config option, but renaming the module would break existing userland, no? Why is the userland depending on the module name? Can we also make this just depend on some device tree information and

Re: [PATCH v2] Bluetooth: Add hci_h4p driver

2013-12-30 Thread Sebastian Reichel
Hi, On Mon, Dec 30, 2013 at 03:31:25PM +0100, Pali Rohár wrote: [...] I think that correct commit message is not needed now. Please add patch descriptions as early as possible. Patches without descriptions are anoying for misc. reasons. It's not too much work to do and helps everyone to

Re: [PATCH v2] Bluetooth: Add hci_h4p driver

2013-12-30 Thread Sebastian Reichel
Hi again, On Mon, Dec 30, 2013 at 03:52:51PM +0100, Sebastian Reichel wrote: On Mon, Dec 30, 2013 at 03:31:25PM +0100, Pali Rohár wrote: [...] I think that correct commit message is not needed now. Wolfram Sang gave a talk about that at 30C3 yesterday. Official recordings of his talk

Re: [PATCH 3/7] iommu/omap: Convert to devicetree

2014-01-01 Thread Sebastian Reichel
Hi, On Thu, Jan 02, 2014 at 01:13:42AM +0100, Laurent Pinchart wrote: + .of_match_table = omap_iommu_of_match, If CONFIG_OF isn't defined (pretty unlikely I agree, but a possibility you seem to be prepared for nonetheless given the above #if), this will fail to compile. FYI:

Re: [PATCH v4] Bluetooth: Add hci_h4p driver

2014-01-02 Thread Sebastian Reichel
Hi, On Fri, Jan 03, 2014 at 01:17:54AM +0100, Pavel Machek wrote: Changes from v3: Moved platform data into include/linux/platform_data/, something I missed before. As I wrote before Tony plans to remove the boardcode for all OMAP boards including the Nokia N900 for 3.14, so you cannot boot

Re: [PATCH v4] Bluetooth: Add hci_h4p driver

2014-01-02 Thread Sebastian Reichel
Hi Pavel, Here are some cleanup suggestions for probe, removal module initialization functions. On Fri, Jan 03, 2014 at 01:17:54AM +0100, Pavel Machek wrote: +static int hci_h4p_probe(struct platform_device *pdev) +{ + struct hci_h4p_platform_data *bt_plat_data; + struct

Re: [PATCHv4 0/2] twl4030-keypad DT binding

2014-01-03 Thread Sebastian Reichel
Dmitry, What's the status of this patch? Can you queue this for 3.14? -- Sebastian signature.asc Description: Digital signature

Re: [PATCHv4 0/2] twl4030-keypad DT binding

2014-01-04 Thread Sebastian Reichel
On Sat, Jan 04, 2014 at 12:49:01AM -0800, Dmitry Torokhov wrote: On Sat, Jan 04, 2014 at 06:40:06AM +0100, Sebastian Reichel wrote: What's the status of this patch? Can you queue this for 3.14? I just queued it. Thanks. -- Sebastian signature.asc Description: Digital signature

Re: [PATCH v4] Bluetooth: Add hci_h4p driver

2014-01-05 Thread Sebastian Reichel
On Sun, Jan 05, 2014 at 11:32:50PM +0100, Pavel Machek wrote: Changes from v3: Moved platform data into include/linux/platform_data/, something I missed before. As I wrote before Tony plans to remove the boardcode for all OMAP boards including the Nokia N900 for 3.14, so you cannot

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

2013-12-09 Thread Sebastian Reichel
On Mon, Dec 09, 2013 at 09:46:38AM -0800, Tony Lindgren wrote: +Optional properties: + - ti,fuzz-x : integer, X noise value of the touchscreen + (defaults to 4) + - ti,fuzz-y : integer, Y noise value of the touchscreen

[RFC PATCH 0/3] OMAP SSI driver

2013-08-11 Thread Sebastian Reichel
, that it does not break the boot on my Pandaboard. The driver has been written by Carlos Chinea and has already been sent for public review as part of the HSI framework RFC before: https://lkml.org/lkml/2011/6/10/280 -- Sebastian Sebastian Reichel (3): ARM: OMAP2+: hwmod-data: Add SSI

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

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch configures and activates the OMAP SSI driver on the RX-51. --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++- arch/arm/mach-omap2/ssi.c| 82

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

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 104 1 file changed, 104 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

[PATCHv3 00/14] OMAP SSI driver / N900 modem support

2014-03-28 Thread Sebastian Reichel
://lkml.org/lkml/2014/3/9/139 [1] git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git -- Sebastian Sebastian Reichel (14): Documentation: HSI: Add some general description for the HSI subsystem MAINTAINERS: update HSI entry HSI: hsi-char: fix driver for multiport scenarios HSI

[PATCHv3 04/14] HSI: method to unregister clients from an hsi port

2014-03-28 Thread Sebastian Reichel
This exports a method to unregister all clients from an hsi port. Signed-off-by: Sebastian Reichel s...@kernel.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 749f7b5

[PATCHv3 05/14] HSI: Add channel resource support to HSI clients

2014-03-28 Thread Sebastian Reichel
Make HSI channel ids platform data, which can be provided by platform data. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/clients/hsi_char.c | 12 +-- drivers/hsi/hsi.c | 49 +- include/linux/hsi/hsi.h| 24

[PATCHv3 03/14] HSI: hsi-char: fix driver for multiport scenarios

2014-03-28 Thread Sebastian Reichel
Fix return code check of alloc_chrdev_region, which returns 0 on success. Signed-off-by: Sebastian Reichel s...@kernel.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

[PATCHv3 06/14] HSI: export method to (un)register clients

2014-03-28 Thread Sebastian Reichel
protocol. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/hsi.c | 11 --- include/linux/hsi/hsi.h | 3 +++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi.c index 9d1130d..07e1639 100644 --- a/drivers/hsi/hsi.c +++ b

[PATCHv3 07/14] HSI: Add common DT binding for HSI client devices

2014-03-28 Thread Sebastian Reichel
Implement and document generic DT bindings for HSI clients. Signed-off-by: Sebastian Reichel s...@kernel.org --- .../devicetree/bindings/hsi/client-devices.txt | 44 + drivers/hsi/hsi.c | 197 - include/linux/hsi/hsi.h

[PATCHv3 09/14] Documentation: DT: omap-ssi binding documentation

2014-03-28 Thread Sebastian Reichel
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel s...@kernel.org --- Documentation/devicetree/bindings/hsi/omap-ssi.txt | 85 ++ 1 file changed, 85 insertions(+) create mode 100644 Documentation

[PATCHv3 12/14] ARM: dts: omap3 clocks: simplify ssi aliases

2014-03-28 Thread Sebastian Reichel
From: Sebastian Reichel s...@debian.org update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick to make them consistent for omap34xx and omap36xx. This makes it possible to reference the clocks from generic omap3 dts files. Signed-off-by: Sebastian Reichel s...@debian.org Acked

[PATCHv3 11/14] HSI: Introduce Nokia N900 modem driver

2014-03-28 Thread Sebastian Reichel
exchanging voice data with the modem. Signed-off-by: Sebastian Reichel s...@kernel.org --- .../devicetree/bindings/hsi/nokia-modem.txt| 58 + drivers/hsi/clients/Kconfig| 9 + drivers/hsi/clients/Makefile | 1 + drivers/hsi/clients/nokia

[PATCHv3 14/14] DTS: ARM: OMAP3-N900: Add modem support

2014-03-28 Thread Sebastian Reichel
Add modem device tree data to Nokia N900's DTS file. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/boot/dts/omap3-n900.dts | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900

<    1   2   3   4   5   6   7   8   9   10   >