Re: [PATCH 1/4] usb: dwc3: gadget: Fix TRB preparation during SG

2014-12-27 Thread Felipe Balbi
Hi, On Sat, Dec 27, 2014 at 12:39:23PM +0530, Amit Virdi wrote: On Mon, Dec 22, 2014 at 9:34 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Dec 19, 2014 at 12:40:15PM +0530, Amit Virdi wrote: When scatter gather is used, multiple TRBs are prepared from one DWC3 request. Hence, we must set

Re: [PATCH 2/4] usb: dwc3: gadget: Stop TRB preparation after limit is reached

2014-12-27 Thread Felipe Balbi
Hi, On Sat, Dec 27, 2014 at 01:24:03PM +0530, Amit Virdi wrote: On Mon, Dec 22, 2014 at 9:36 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Dec 19, 2014 at 12:40:16PM +0530, Amit Virdi wrote: When SG is used, there are two loops iterating to prepare TRBs: - Outer loop over the request_list

[PATCH 0/7] Menelaus cleanup for DT, phase 1

2014-12-27 Thread Aaro Koskinen
Hi, These patches start removal of board-specific callbacks from Menelaus: delete platform data and a callback from the driver to the board files. Tested on top of 3.19-rc1 on N800/N810 which are the only in-tree users for the driver. Aaro Koskinen (7): mfd: menelaus: delete omap_has_menelaus

[PATCH 4/7] ARM: OMAP: N8x0: configure menelaus using DT

2014-12-27 Thread Aaro Koskinen
Configure Menelaus using DT. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 3 ++ arch/arm/mach-omap2/board-n8x0.c| 57 - arch/arm/mach-omap2/pdata-quirks.c | 1 - 3 files changed, 3

[PATCH 3/7] mfd: menelaus: add initial DT support

2014-12-27 Thread Aaro Koskinen
Add initial DT support. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- Documentation/devicetree/bindings/mfd/menelaus.txt | 30 + drivers/mfd/menelaus.c | 52 -- 2 files changed, 78 insertions(+), 4 deletions(-) create mode

[PATCH 2/7] mfd: menelaus: drop support for SW controller VCORE

2014-12-27 Thread Aaro Koskinen
Drop support for SW controlled VCORE, nobody uses it. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/mfd/menelaus.c | 23 --- include/linux/mfd/menelaus.h | 1 - 2 files changed, 24 deletions(-) diff --git a/drivers/mfd/menelaus.c

[PATCH 5/7] mfd: menelaus: delete platform data support

2014-12-27 Thread Aaro Koskinen
Delete platform data support. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- arch/arm/mach-omap2/common-board-devices.h | 2 -- drivers/mfd/menelaus.c | 10 +- include/linux/mfd/menelaus.h | 6 -- 3 files changed, 1 insertion(+), 17

[PATCH 1/7] mfd: menelaus: delete omap_has_menelaus

2014-12-27 Thread Aaro Koskinen
Delete unused macro. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- include/linux/mfd/menelaus.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/linux/mfd/menelaus.h b/include/linux/mfd/menelaus.h index f097e89..a1e12bf3 100644 --- a/include/linux/mfd/menelaus.h +++

[PATCH 7/7] mfd: menelaus: use macro for magic number

2014-12-27 Thread Aaro Koskinen
Use macro to check a register bit. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/mfd/menelaus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c index 8660adf..05bae40 100644 --- a/drivers/mfd/menelaus.c +++

[PATCH 6/7] mfd: menelaus: make vcore and regulator controls internal

2014-12-27 Thread Aaro Koskinen
Make vcore and regulator control functions internal to the driver. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/mfd/menelaus.c | 13 +++-- include/linux/mfd/menelaus.h | 12 2 files changed, 11 insertions(+), 14 deletions(-) diff --git

Re: [PATCH 3/3] ARM: dts: OMAP34xx/36xx: Add temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:54, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. Signed-off-by: Sebastian Reichel s...@kernel.org Acked-by: Pavel Machek pa...@ucw.cz Tested-by: Pavel Machek

Re: [PATCH 1/3] DT Binding for omap3 temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:52, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This provides a DT binding specification for the temperature monitor. Signed-off-by: Sebastian Reichel

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
Hi! OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor based on an older driver written by Peter De Schrijver for the Nokia N900 and N9.

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor based on an older driver written by Peter De

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor based on an older driver written by Peter De

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor based on an older driver written by Peter De

Re: [PATCH 3/7] mfd: menelaus: add initial DT support

2014-12-27 Thread Felipe Balbi
On Sat, Dec 27, 2014 at 07:52:55PM +0200, Aaro Koskinen wrote: Add initial DT support. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- Documentation/devicetree/bindings/mfd/menelaus.txt | 30 + drivers/mfd/menelaus.c | 52

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
On Sat 2014-12-27 20:58:25, Pavel Machek wrote: On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor

Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote: OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. This patch provides a DT based driver for the temperature sensor based on an older driver written by Peter De

Re: [PATCH v2 3/5] input: misc: add tps65218 power button driver

2014-12-27 Thread Dmitry Torokhov
On Fri, Dec 26, 2014 at 09:36:48PM -0600, Felipe Balbi wrote: With this driver, we can report KEY_POWER on AM437x SK. This patch has been tested with said board. Signed-off-by: Felipe Balbi ba...@ti.com Applied, thank you. --- Changes since v1: - Add device tree documentation