Re: [RFC/PATCH] arm: omap: hwmod: add debugfs interface

2015-01-20 Thread Paul Walmsley
On Tue, 20 Jan 2015, Paul Walmsley wrote: On Fri, 5 Dec 2014, Felipe Balbi wrote: By exposing the details of hwmod structures to debugfs we can much more easily verify that changes to hwmod data is correct and won't cause regressions. The idea is that this can be used to check the

Re: [PATCH v4 15/21] ARM: exynos4/5: convert pmu wakeup to stacked domains

2015-01-20 Thread Marc Zyngier
Hi Pankaj, On 2015-01-20 07:42, Pankaj Dubey wrote: Hi Marc, On Monday 19 January 2015 03:14 PM, Marc Zyngier wrote: Exynos has been (ab)using the gic_arch_extn to provide wakeup from suspend, and it makes a lot of sense to convert this code to use stacked domains instead. This patch does

Re: [PATCH] bluetooth: Add hci_h4p driver

2015-01-20 Thread Johan Hedberg
Hi Pavel, On Tue, Dec 23, 2014, Pavel Machek wrote: + while (1) { + int cmd, len; + + fw_pos += cmd_len; + + if (fw_pos = fw_entry-size) + break; + + if (fw_pos + 2 fw_entry-size) { +

Re: [PATCH 3.19-rc2 v15 5/8] arm: omap1: Migrate debug_ll macros to use 8250.S

2015-01-20 Thread Daniel Thompson
On 19/01/15 21:38, Tony Lindgren wrote: * Daniel Thompson daniel.thomp...@linaro.org [150105 04:49]: The omap1's debug-macro.S is similar to the generic 8250 code. Compared to the 8520 code the omap1 macro automatically determines what UART to use based on breadcrumbs left by the bootloader

Re: [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB

2015-01-20 Thread Roger Quadros
On 19/01/15 21:38, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [150119 10:52]: * Roger Quadros rog...@ti.com [150119 09:55]: Both are needed for USB cable type detection on dra7-evm. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1

Re: [PATCH v2] ASoC: OMAP: mcbsp: ensure that CLKX and CLKR are not used as ouput pins when they are used as input clock for the SRG.

2015-01-20 Thread Peter Ujfalusi
On 01/19/2015 11:24 PM, Thomas Niederprüm wrote: This patch fixes faulty behaviour in a setup where the input clock for the SRG is fed through the CLKR/CLKX pin but the McBSP is configured to be master (SND_SOC_DAIFMT_CBS_CFS). In that case of course CLKR/CLKX must not be configured as output

ARM: OMAP3: MACH_OMAP3517EVM?

2015-01-20 Thread Paul Bolle
Tony, Your commit 4d62dbda8561 (ARM: OMAP3: Remove legacy support for am3517-evm) is included in today's linux-next (ie, next-20150120). I noticed because a script I use to check linux-next spotted a problem caused by it. See, your commit removes the Kconfig symbol MACH_OMAP3517EVM. But there's

Re: [PATCH v4 14/21] ARM: imx6: convert GPC to stacked domains

2015-01-20 Thread Shawn Guo
On Mon, Jan 19, 2015 at 09:44:08AM +, Marc Zyngier wrote: IMX6 has been (ab)using the gic_arch_extn to provide wakeup from suspend, and it makes a lot of sense to convert this code to use stacked domains instead. This patch does just this, updating the DT files to actually reflect what

Re: [PATCH 13/14] mfd: twl-core: Constify struct regmap_config and reg_default array

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make array of struct reg_default const as well. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tony

Re: [PATCH 14/14] mfd: twl6040: Constify struct regmap_config and reg_default array

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make array of struct reg_default const as well. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tony

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread Lee Jones
On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing these steps at a later stage. Also, when ADC wakes up Sequencer

Re: [PATCH v9 2/3] clk: Make clk API return per-user struct clk instances

2015-01-20 Thread Tomeu Vizoso
On 19 January 2015 at 21:59, Stephen Boyd sb...@codeaurora.org wrote: On 01/19, Tomeu Vizoso wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 97f3425..f2a1ff3 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -694,32 +751,32 @@ long __clk_mux_determine_rate(struct

Re: [PATCH v9 3/3] clk: Add floor and ceiling constraints to clock rates

2015-01-20 Thread Tomeu Vizoso
On 20 January 2015 at 01:00, Stephen Boyd sb...@codeaurora.org wrote: On 01/19, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance

Re: [next-20150119]regression (mm)?

2015-01-20 Thread Russell King - ARM Linux
On Tue, Jan 20, 2015 at 02:16:43AM +0200, Kirill A. Shutemov wrote: Better option would be converting 2-lvl ARM configuration to asm-generic/pgtable-nopmd.h, but I'm not sure if it's possible. Well, IMHO the folded approach in asm-generic was done the wrong way which barred ARM from ever using

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread R, Vignesh
On 1/20/2015 5:23 PM, Lee Jones wrote: On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing these steps at a later

Re: [PATCH 12/14] mfd: tps65218: Constify struct regmap_config

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tony Lindgren t...@atomide.com Cc:

Re: [PATCH 11/14] mfd: tps65217: Constify struct regmap_config

2015-01-20 Thread Lee Jones
On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tony Lindgren t...@atomide.com Cc:

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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

Re: [next-20150119]regression (mm)?

2015-01-20 Thread Kirill A. Shutemov
Russell King - ARM Linux wrote: On Tue, Jan 20, 2015 at 02:16:43AM +0200, Kirill A. Shutemov wrote: Better option would be converting 2-lvl ARM configuration to asm-generic/pgtable-nopmd.h, but I'm not sure if it's possible. Well, IMHO the folded approach in asm-generic was done the wrong

Re: [RFC/PATCH] arm: omap: hwmod: add debugfs interface

2015-01-20 Thread Felipe Balbi
Hi, On Tue, Jan 20, 2015 at 08:13:57AM +, Paul Walmsley wrote: On Tue, 20 Jan 2015, Paul Walmsley wrote: On Fri, 5 Dec 2014, Felipe Balbi wrote: By exposing the details of hwmod structures to debugfs we can much more easily verify that changes to hwmod data is correct and

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: Delete unused macro. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- include/linux/mfd/menelaus.h | 6 -- 1 file changed, 6 deletions(-) Applied, thanks. diff --git a/include/linux/mfd/menelaus.h b/include/linux/mfd/menelaus.h index

[PATCH v10 2/3] clk: Make clk API return per-user struct clk instances

2015-01-20 Thread Tomeu Vizoso
Moves clock state to struct clk_core, but takes care to change as little API as possible. struct clk_hw still has a pointer to a struct clk, which is the implementation's per-user clk instance, for backwards compatibility. The struct clk that clk_get_parent() returns isn't owned by the caller,

[PATCH v10 3/3] clk: Add rate constraints to clocks

2015-01-20 Thread Tomeu Vizoso
Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set minimum rates, or by misc. drivers to set maximum rates to assure a minimum performance level. Changes the signature of the determine_rate callback by adding the parameters min_rate and

Re: [next-20150119]regression (mm)?

2015-01-20 Thread Fabio Estevam
20150120 with your patch applied. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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(-) Applied,

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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

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

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Lee Jones wrote: On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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 |

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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(-) Applied, thanks. diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c

Re: [PATCH 3.19-rc2 v15 5/8] arm: omap1: Migrate debug_ll macros to use 8250.S

2015-01-20 Thread Tony Lindgren
* Daniel Thompson daniel.thomp...@linaro.org [150120 01:03]: On 19/01/15 21:38, Tony Lindgren wrote: * Daniel Thompson daniel.thomp...@linaro.org [150105 04:49]: The omap1's debug-macro.S is similar to the generic 8250 code. Compared to the 8520 code the omap1 macro automatically determines

Re: ARM: OMAP3: MACH_OMAP3517EVM?

2015-01-20 Thread Tony Lindgren
* Paul Bolle pebo...@tiscali.nl [150120 01:06]: Tony, Your commit 4d62dbda8561 (ARM: OMAP3: Remove legacy support for am3517-evm) is included in today's linux-next (ie, next-20150120). I noticed because a script I use to check linux-next spotted a problem caused by it. OK thanks

Re: ARM: OMAP3: MACH_OMAP3517EVM?

2015-01-20 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150120 08:52]: * Paul Bolle pebo...@tiscali.nl [150120 01:06]: Tony, Your commit 4d62dbda8561 (ARM: OMAP3: Remove legacy support for am3517-evm) is included in today's linux-next (ie, next-20150120). I noticed because a script I use to check linux-next

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

2015-01-20 Thread Lee Jones
On Sat, 27 Dec 2014, Aaro Koskinen wrote: 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

Re: [GIT PULL] ARM: OMAP: hwmod fixes for v3.19-rc

2015-01-20 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [150119 22:51]: Hi Tony On Mon, 19 Jan 2015, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [150104 15:38]: The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are

Re: [RFC/PATCH] arm: omap: hwmod: add debugfs interface

2015-01-20 Thread Felipe Balbi
On Tue, Jan 20, 2015 at 08:36:03AM -0600, Felipe Balbi wrote: Hi, On Tue, Jan 20, 2015 at 08:13:57AM +, Paul Walmsley wrote: On Tue, 20 Jan 2015, Paul Walmsley wrote: On Fri, 5 Dec 2014, Felipe Balbi wrote: By exposing the details of hwmod structures to debugfs we can

[GIT PULL 2/3] omap defconfig changes for v3.20

2015-01-20 Thread Tony Lindgren
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/defconfig-modular for you to fetch changes up

[GIT PULL 1/3] drop legacy booting for omap3517

2015-01-20 Thread Tony Lindgren
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/drop-legacy-3517-v2 for you to fetch changes

[GIT PULL 3/3] omap device tree changes for v3.20, part 2

2015-01-20 Thread Tony Lindgren
The following changes since commit 7300bfff886a1340cfeb252035303e265cd556d9: ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt2 for

Re: [PATCH] bluetooth: Add hci_h4p driver

2015-01-20 Thread Marcel Holtmann
Hi Pavel, Add HCI driver for H4 with Nokia extensions. This device is used on Nokia N900 cell phone. Older version of this driver lived in staging, before being reverted in a4102f90e87cfaa3fdbed6fdf469b23f0eeb4bfd . Signed-off-by: Pavel Machek pa...@ucw.cz Thanks-to: Sebastian Reichel

Re: [PATCH 2/5] usb: extcon: Fix USB-Host cable name

2015-01-20 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:52:19PM +0200, Roger Quadros wrote: The recommended name for USB-Host cable state is USB-Host and not USB-HOST as per drivers/extcon/extcon-class.c extcon_cable_name. Change all instances of USB-HOST to USB-Host. Signed-off-by: Roger Quadros rog...@ti.com I

Re: [PATCH 3/5] ARM: dts: dra7-evm: Add extcon nodes for USB

2015-01-20 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:52:20PM +0200, Roger Quadros wrote: On this EVM, the USB cable state has to be determined via the ID pin tied to a GPIO line. We use the gpio-usb-extcon driver to read the ID pin and the extcon framework to forward the USB cable state information to the USB driver so

Re: [PATCH 1/5] extcon: gpio-usb: Introduce gpio usb extcon driver

2015-01-20 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:52:18PM +0200, Roger Quadros wrote: This driver observes the USB ID pin connected over a GPIO and updates the USB cable extcon states accordingly. The existing GPIO extcon driver is not suitable for this purpose as it needs to be taught to understand USB cable

Re: [next-20150119]regression (mm)?

2015-01-20 Thread Felipe Balbi
anybody check if it helps? Yes, it helps. Now I can boot mx6 running linux-next 20150120 with your patch applied. worked fine here too with AM437x SK, AM437x IDK and BeagleBoneBlack. thanks -- balbi signature.asc Description: Digital signature

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, R, Vignesh wrote: On 1/20/2015 5:23 PM, Lee Jones wrote: On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in

Re: [PATCH 0/5] extcon: usb: Introduce USB GPIO extcon driver. Fix DRA7 USB.

2015-01-20 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:52:17PM +0200, Roger Quadros wrote: Hi, On DRA7 EVMs the USB ID pin is connected to a GPIO line. The USB drivers (dwc3 + dwc3-omap) depend on extcon framework to get the USB cable state (USB or USB-Host) to put the controller in the right mode. There were

Re: [PATCH 4/5] ARM: dts: dra72-evm: Add extcon nodes for USB

2015-01-20 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:52:21PM +0200, Roger Quadros wrote: On this EVM, the USB cable state has to be determined via the ID pin tied to a GPIO line. We use the gpio-usb-extcon driver to read the ID pin and the extcon framework to forward the USB cable state information to the USB driver so

Re: [PATCH 1/1] ARM: dts: dra72-evm: Add qspi device

2015-01-20 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [150119 01:53]: These add device tree entry for qspi device on dra72-evm. Applying into omap-for-v3.20/dt thanks. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] bluetooth: Add hci_h4p driver

2015-01-20 Thread Pavel Machek
Hi! Add HCI driver for H4 with Nokia extensions. This device is used on Nokia N900 cell phone. Older version of this driver lived in staging, before being reverted in a4102f90e87cfaa3fdbed6fdf469b23f0eeb4bfd . Signed-off-by: Pavel Machek pa...@ucw.cz Thanks-to: Sebastian Reichel

Re: [RFC PATCH v5 0/4] ARM: OMAP2+: AM33XX: Add suspend-resume support

2015-01-20 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [141126 13:54]: Hi, This series is v5 of the series to add suspend/resume support for Texas Instruments AM335x SoC. It has gone through a rather major overhaul since the last version and because of that has been split into multiple different sets of patches, on

Re: [PATCH v7 1/4] Documentation: dt: add common bindings for hwspinlock

2015-01-20 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [150116 16:50]: Mark, On Fri, Jan 16, 2015 at 12:17 PM, Mark Rutland mark.rutl...@arm.com wrote: The hwlock is a basic hardware primitive that allow synchronization between different processors in the system, which may be running Linux as well as other

Re: [PATCH v2] ARM: omap2plus_defconfig: Enable OHCI EHCI HCD support

2015-01-20 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150119 13:45]: On Mon, Jan 19, 2015 at 10:28:36PM +0100, Sjoerd Simons wrote: Enable CONFIG_USB_EHCI_HCD and CONFIG_USB_OHCI_HCD to get USB supports with omap2plus_defconfig. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Reviewed-by: Felipe

Re: [PATCH] ARM: omap2plus_defconfig: Enable misc options for BeagleBoard-X15 platform

2015-01-20 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150108 14:03]: On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote: BeagleBoard-X15 has options such as rtc, fan that need to be functional Signed-off-by: Nishanth Menon n...@ti.com Reviewed-by: Felipe Balbi ba...@ti.com Applying into

Re: [PATCH v2] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3

2015-01-20 Thread Paul Walmsley
On Thu, 8 Jan 2015, Lokesh Vutla wrote: With commit '7dedd34: ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LL' we moved from parsing cmdline to identify uart used for earlycon to using the requsite hwmod CONFIG_DEBUG_OMAPxUARTy FLAGS. On DRA7 UART3 hwmod doesn't have this

Re: [PATCH] bluetooth: Add hci_h4p driver

2015-01-20 Thread Pavel Machek
On Tue 2015-01-20 10:28:50, Johan Hedberg wrote: Hi Pavel, On Tue, Dec 23, 2014, Pavel Machek wrote: + while (1) { + int cmd, len; + + fw_pos += cmd_len; + + if (fw_pos = fw_entry-size) + break; + + if (fw_pos + 2

Re: [next-20150119]regression (mm)?

2015-01-20 Thread Nishanth Menon
On 16:05-20150120, Kirill A. Shutemov wrote: Russell King - ARM Linux wrote: On Tue, Jan 20, 2015 at 02:16:43AM +0200, Kirill A. Shutemov wrote: Better option would be converting 2-lvl ARM configuration to asm-generic/pgtable-nopmd.h, but I'm not sure if it's possible. Well, IMHO

Re: [PATCH v10 2/3] clk: Make clk API return per-user struct clk instances

2015-01-20 Thread Stephen Boyd
On 01/20, Tomeu Vizoso wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 97f3425..e867d6a 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1719,6 +1817,31 @@ out: return ret; } + +/** + * clk_set_parent - switch the parent of a mux clk + * @clk: the mux

Re: [PATCH v10 3/3] clk: Add rate constraints to clocks

2015-01-20 Thread Stephen Boyd
It's looking fairly close. Thanks for keeping up with the review comments. On 01/20, Tomeu Vizoso wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index e867d6a..f241e27 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -2143,6 +2280,10 @@ struct clk *__clk_register(struct

Re: [PATCH 1/2] ARM: OMAP2+: Add clock domain support for dm816x

2015-01-20 Thread Paul Walmsley
Hi On Tue, 13 Jan 2015, Tony Lindgren wrote: From: Aida Mynzhasova aida.mynzhas...@skitlab.ru This patch adds required definitions and structures for clockdomain initialization, so omap3xxx_clockdomains_init() was substituted by new ti81xx_clockdomains_init() while early initialization of

Re: [RFC PATCH v5 0/4] ARM: OMAP2+: AM33XX: Add suspend-resume support

2015-01-20 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150120 12:35]: Tony, On 01/20/2015 12:03 PM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [141126 13:54]: Hi, This series is v5 of the series to add suspend/resume support for Texas Instruments AM335x SoC. It has gone through a rather major

Re: [PATCH 1/2] ARM: OMAP2+: Add clock domain support for dm816x

2015-01-20 Thread Tony Lindgren
Hi, * Paul Walmsley p...@pwsan.com [150120 18:08]: On Tue, 13 Jan 2015, Tony Lindgren wrote: + +/* + * - Add other domains as required + * - Fill up associated powerdomans (especially ALWON powerdomains are NULL at + * the moment + * - Consider dependencies across domains

Re: [PATCH 2/2] ARM: OMAP2+: Add dm816x hwmod support

2015-01-20 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150117 08:38]: And the sysc and syss offsets for mcspi1 need 0x100 added to them for it to work, like on am33xx. Updated patch below. Here's this one updated with the alwon_l3s_clkdm naming changes Paul commented in the related clockdomain patch. Regards,

Re: [PATCH 1/5] extcon: gpio-usb: Introduce gpio usb extcon driver

2015-01-20 Thread Chanwoo Choi
Hi Roger, On 01/20/2015 02:52 AM, Roger Quadros wrote: This driver observes the USB ID pin connected over a GPIO and updates the USB cable extcon states accordingly. The existing GPIO extcon driver is not suitable for this purpose as it needs to be taught to understand USB cable states and

Re: [RFC PATCH v5 0/4] ARM: OMAP2+: AM33XX: Add suspend-resume support

2015-01-20 Thread Dave Gerlach
Tony, On 01/20/2015 12:03 PM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [141126 13:54]: Hi, This series is v5 of the series to add suspend/resume support for Texas Instruments AM335x SoC. It has gone through a rather major overhaul since the last version and because of that has