Re: [PATCH 1/3] mtd nand : onfi need to be probed in 8 bits mode

2013-01-02 Thread Matthieu CASTET
Hi Paul, Paul Walmsley a écrit : Hi On Mon, 3 Dec 2012, Artem Bityutskiy wrote: On Tue, 2012-11-06 at 11:51 +0100, Matthieu CASTET wrote: - NAND_CMD_READID want an address that it is not scaled on x16 device (it is always 0x20) - NAND_CMD_PARAM want 8 bits data Signed-off-by:

RE: [PATCH 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig

2013-01-02 Thread AnilKumar, Chimata
On Fri, Dec 14, 2012 at 23:39:05, Tony Lindgren wrote: * AnilKumar Ch anilku...@ti.com [121120 23:01]: This patch series enable tps65910, lis3lv02d accelerometer, tsl2550 ambient light sensor, matrix keypad, tmp275 temperature sensor, gpio leds and D_CAN drivers in omap2plus_defconfig.

RE: [PATCH RESEND] ARM: dts: AM33XX: Rename I2C and GPIO nodes

2013-01-02 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 17:22:17, AnilKumar, Chimata wrote: Rename I2C and GPIO nodes according to AM33XX TRM. According to AM33XX TRM device instances are starting from 0 like i2c0, i2c1 and i2c3. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com

RE: [PATCH 2/3] ARM: dts: AM33XX: Add d_can instances to aliases

2013-01-02 Thread AnilKumar, Chimata
On Tue, Nov 20, 2012 at 16:21:42, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add d_can instances to aliases node to get the D_CAN instance number from the driver. To initialize D_CAN message RAM, corresponding instance number is required. To initialize

RE: [PATCH 3/3] ARM: dts: AM33XX: Add memory resource to d_can node

2013-01-02 Thread AnilKumar, Chimata
On Wed, Nov 21, 2012 at 13:50:26, Marc Kleine-Budde wrote: On 11/14/2012 07:08 PM, AnilKumar Ch wrote: Add a new address space/memory resource to d_can device tree node. D_CAN RAM initialization is achieved through RAMINIT register which is part of AM33XX control module address space. D_CAN

RE: [PATCH v4 0/4] pm: Add power off control

2013-01-02 Thread AnilKumar, Chimata
On Fri, Dec 14, 2012 at 11:33:13, AnilKumar, Chimata wrote: Add PM power_off control to rtc driver and PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:- * Set PMIC STATUS_OFF when PMIC_POWER_EN is pulled low * Enable

[PATCH v3 4/7] ARM: OMAP2+: omap2plus_defconfig: Add matrix-keypad support

2013-01-02 Thread AnilKumar Ch
AM335X-EVM device have 3x2 matrix keypad, one has to manually enable this support to use matrix keypad. So this patch enables matrix-keypad driver as module in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |1 + 1 file changed, 1

[PATCH v3 1/7] ARM: OMAP2+: omap2plus_defconfig: Add tps65910 support

2013-01-02 Thread AnilKumar Ch
AM335X-EVM and AM335X-EVMSK devices have tps65910 PMIC regulator, one has to manually enable this support to use regulators. So this patch enables tps65910 mfd and regulator drivers in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |

[PATCH v3 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig

2013-01-02 Thread AnilKumar Ch
This patch series enable tps65910, lis3lv02d accelerometer, tsl2550 ambient light sensor, matrix keypad, tmp275 temperature sensor, gpio leds and D_CAN drivers in omap2plus_defconfig. These are the peripherals present in AM33XX family of devices. Changes from v2: - Incorporated Tony's

[PATCH v3 5/7] ARM: OMAP2+: omap2plus_defconfig: Add tmp275 sensor support

2013-01-02 Thread AnilKumar Ch
AM335x-evm device have temperature sensor, one has to manually enable this support to use of temperature sensor. So this patch enables tmp275 driver as module in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |1 + 1 file changed, 1

[PATCH v3 3/7] ARM: OMAP2+: omap2plus_defconfig: Add tsl2550 support

2013-01-02 Thread AnilKumar Ch
AM335x-evm device have tsl2550 ambient light sensor, one has to manually enable this support to use light sensor. So this patch enables tsl2550 driver as module in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |1 + 1 file changed,

[PATCH v3 2/7] ARM: OMAP2+: omap2plus_defconfig: Add lis3lv02d support

2013-01-02 Thread AnilKumar Ch
AM335X-EVM and AM335X-EVMSK devices have lis331dlh accelerometer, one has to manually enable this support to use accelerometer. So this patch enables lis3lv02d driver as moudle in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |2 ++

[PATCH v3 7/7] ARM: OMAP2+: omap2plus_defconfig: Add D_CAN support

2013-01-02 Thread AnilKumar Ch
AM335X-EVM has BOSCH DCAN controller, one has to manually enable this support to use of DCAN controller. So this patch enables DCAN driver as module in omap2plus_defconfig. Signed-off-by: AnilKumar Ch anilku...@ti.com --- arch/arm/configs/omap2plus_defconfig |5 + 1 file changed, 5

[PATCH v3 6/7] ARM: OMAP2+: omap2plus_defconfig: Add leds-gpio support

2013-01-02 Thread AnilKumar Ch
AM335X-EVMSK and AM335X-BONE devices have gpio controlled user leds, one has to manually enable this support to use user leds. So this patch enables gpio-leds driver in omap2plus_defconfig. Also enables different TRIGGERS like TRIGGER_TIMER, TRIGGER_HEARTBEAT and etc. Signed-off-by: AnilKumar Ch

RE: [RFC v2 01/18] mailbox: OMAP2+: Add support for AM33XX

2013-01-02 Thread Bedia, Vaibhav
Hi Tony, On Tue, Jan 01, 2013 at 23:55:06, Tony Lindgren wrote: [...] mbox_write_reg(bit, p-irqdisable); The cpu_is/soc_is macros are no longer available to drivers with 8d91a42e (Merge tag 'omap-late-cleanups'...). So you'll have to pass whatever flags the driver needs in

Re: [PATCH 1/8] ASoC: twl4030: Correct the support for Voice port

2013-01-02 Thread Mark Brown
On Mon, Dec 31, 2012 at 11:51:42AM +0100, Peter Ujfalusi wrote: In order to be able to use the Voice port of twl4030 three bits need to be handled in VOICE_IF register: VIF_EN: to enable the voice port (needed for both playback and capture) VIF_DIN_EN: Need to be enabled for playback only

[PATCH 0/7] HWMOD fixes for AM33xx PWM submodules and device tree nodes.

2013-01-02 Thread Philip Avinash
This patch series is being part of [1] and resubmitting on top of 3.8-rc1 to make it to 3.9. In AM33xx PWM sub modules like ECAP, EHRPWM EQEP are integrated to PWM subsystem. All these submodules shares the resources (clock) has a clock gating register in PWM Subsystem. So a parent PWM

[PATCH 1/7] ARM: OMAP: AM33xx hwmod: Corrects PWM subsystem HWMOD entries

2013-01-02 Thread Philip Avinash
EQEP entry is HWMOD entry is not present in HWMOD entry. Also address ranges specified for EACP EHRPWM is not correct HWMOD flags of ADDR_TYPE_RT is added to PWM subsystem register address space. This patch 1. Corrects register address mapping for ECAP EHRPWM 2. Removes HWMOD flags in PWM

[PATCH 3/7] pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver

2013-01-02 Thread Philip Avinash
The clock framework has changed and it's now better to invoke clock_prepare_enable() and clk_disable_unprepare() rather than the legacy clk_enable() and clk_disable() calls. This patch converts the pwm-tiehrpwm driver to the new framework. Signed-off-by: Philip Avinash avinashphi...@ti.com Cc:

[PATCH 2/7] ARM: OMAP: AM33xx hwmod: Add parent-child relationship for PWM subsystem

2013-01-02 Thread Philip Avinash
As part of PWM subsystem integration, PWM subsystem are sharing resources like clock across submodules (ECAP, EQEP EHRPWM). To handle resource sharing IP integration rework on parent child relation between PWMSS and ECAP, EQEP EHRPWM child devices to support runtime PM. Signed-off-by: Philip

[PATCH 4/7] ARM: AM33XX: clk: Add clock node for EHRPWM TBCLK

2013-01-02 Thread Philip Avinash
EHRPWM module requires explicit clock gating of TBCLK from control module. Hence add TBCLK clock node in clock tree for EHRPWM modules. Signed-off-by: Philip Avinash avinashphi...@ti.com --- - common clock frame work support arch/arm/mach-omap2/cclock33xx_data.c | 30

[PATCH 5/7] ARM: dts: AM33XX: Add PWMSS device tree nodes

2013-01-02 Thread Philip Avinash
Add PWMSS device tree nodes in relation with ECAP EHRPWM DT nodes to AM33XX SoC family. Also populates device tree nodes for ECAP EHRPWM by adding necessary properties like pwm-cells, base reg set disabled as status. Signed-off-by: Philip Avinash avinashphi...@ti.com Reviewed-by: Thierry

[PATCH 6/7] ARM: dts: AM33XX: Add PWM backlight DT data to am335x-evm

2013-01-02 Thread Philip Avinash
PWM output from ecap0 uses as backlight source. Also adds low threshold value to have a uniform divisions in brightness-levels scales. Signed-off-by: Philip Avinash avinashphi...@ti.com Reviewed-by: Thierry Reding thierry.red...@avionic-design.de --- arch/arm/boot/dts/am335x-evm.dts | 23

[PATCH 7/7] ARM: dts: AM33XX: Add PWM backlight DT data to am335x-evmsk

2013-01-02 Thread Philip Avinash
PWM output from ecap2 uses as backlight source. Also adds low threshold value to have a uniform divisions in brightness-levels scales with inverse polarity. Signed-off-by: Philip Avinash avinashphi...@ti.com Reviewed-by: Thierry Reding thierry.red...@avionic-design.de ---

Re: [PATCH 3/7] pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver

2013-01-02 Thread Thierry Reding
On Wed, Jan 02, 2013 at 06:54:50PM +0530, Philip Avinash wrote: The clock framework has changed and it's now better to invoke clock_prepare_enable() and clk_disable_unprepare() rather than the legacy clk_enable() and clk_disable() calls. This patch converts the pwm-tiehrpwm driver to the new

[PATCH v5 00/22] OMAP USB Host cleanup

2013-01-02 Thread Roger Quadros
Hi, This patchset addresses the following - Avoid addressing clocks one by one by name and use a for loop + bunch of cleanups. - Get number of channels/ports dynamically either from revision register or from platform data. Avoids getting clocks that are not present. - Add OMAP5 and HSIC mode

[PATCH v5 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases

2013-01-02 Thread Roger Quadros
We don't need multiple aliases for the OMAP USB host clocks so remove them. CC: Paul Walmsley p...@pwsan.com CC: Rajendra Nayak rna...@ti.com CC: Benoit Cousson b-cous...@ti.com CC: Mike Turquette mturque...@linaro.org Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Paul Walmsley

[PATCH v5 13/22] mfd: omap-usb-host: override number of ports from platform data

2013-01-02 Thread Roger Quadros
Both OMAP4 and 5 exhibit the same revision ID in the REVISION register but they have different number of ports i.e. 2 and 3 respectively. So we can't rely on REVISION register for number of ports on OMAP5 and depend on platform data (or device tree) instead. Signed-off-by: Roger Quadros

[PATCH v5 15/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode

2013-01-02 Thread Roger Quadros
Enable the optional HSIC clocks (60MHz and 480MHz) for the ports that are configured in HSIC mode. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 77 +++--- 1 files changed, 71 insertions(+), 6 deletions(-) diff --git

[PATCH v5 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies

2013-01-02 Thread Roger Quadros
We don't need multiple aliases for the OMAP USB host clocks and neither the dummy clocks so remove them. CC: Paul Walmsley p...@pwsan.com CC: Rajendra Nayak rna...@ti.com CC: Benoit Cousson b-cous...@ti.com CC: Mike Turquette mturque...@linaro.com Signed-off-by: Roger Quadros rog...@ti.com

[PATCH v5 22/22] mdf: omap-usb-host: get rid of build warning

2013-01-02 Thread Roger Quadros
Fixes the below build warning when driver is built-in. drivers/mfd/omap-usb-host.c:750:12: warning: ‘usbhs_omap_remove’ defined but not used [-Wunused-function] Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH v5 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure

2013-01-02 Thread Roger Quadros
clk_set_parent is expected to fail on OMAP3 platforms. We don't consider that as fatal so don't spam console. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH v5 18/22] USB: ehci-omap: Don't free gpios that we didn't request

2013-01-02 Thread Roger Quadros
This driver does not request any gpios so don't free them. Fixes L3 bus error on multiple modprobe/rmmod of ehci_hcd with ehci-omap in use. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/usb/host/ehci-omap.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git

[PATCH v5 17/22] mfd: omap-usb-host: clean up omap_usbhs_init()

2013-01-02 Thread Roger Quadros
We split initializing revision 1 and revision 2 into different functions. Initialization is now done dynamically so that only the number of ports available on the system are initialized. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 122

[PATCH v5 16/22] mfd: omap-usb-host: Get rid of unnecessary spinlock

2013-01-02 Thread Roger Quadros
The driver does not have an interrupt handler and we don't really need a spinlock, so get rid of it. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/drivers/mfd/omap-usb-host.c

[PATCH v5 14/22] mfd: omap-usb-host: cleanup clock management code

2013-01-02 Thread Roger Quadros
All ports have similarly named port clocks so we can bunch them into a port data structure and use for loop to enable/disable the clocks. Dynamically allocate and get clocks based on number of ports available on the platform Signed-off-by: Roger Quadros rog...@ti.com ---

[PATCH v5 08/22] mfd: omap-usb-tll: serialize access to TLL device

2013-01-02 Thread Roger Quadros
Get rid of the unnecessary spin_lock_irqsave/restore() as there is no interrupt handler for this driver. Instead we serialize access to tll_dev using a global spinlock. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 53 ++- 1

[PATCH v5 12/22] mfd: omap-usb-host: know about number of ports from revision register

2013-01-02 Thread Roger Quadros
The revision register should tell us how many ports are present. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 32 +++- 1 files changed, 27 insertions(+), 5 deletions(-) diff --git a/drivers/mfd/omap-usb-host.c

[PATCH v5 01/22] mfd: omap-usb-tll: Avoid creating copy of platform data

2013-01-02 Thread Roger Quadros
Just a pointer to the platform data should suffice. Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Felipe Balbi ba...@ti.com --- drivers/mfd/omap-usb-tll.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/mfd/omap-usb-tll.c

[PATCH v5 02/22] mfd: omap-usb-tll: Fix channel count detection

2013-01-02 Thread Roger Quadros
Fix channel count detecion for REV2. Also, don't give up if we don't recognize the IP Revision. We assume the default number of channels (i.e. 3) for unrecognized IPs. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 20 +++- 1 files changed, 11

[PATCH v5 05/22] mfd: omap-usb-tll: introduce and use mode_needs_tll()

2013-01-02 Thread Roger Quadros
This is a handy macro to check if the port requires the USB TLL module or not. Use it to Enable the TLL module and manage the clocks. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff

[PATCH v5 04/22] mfd: omap-usb-tll: Clean up clock handling

2013-01-02 Thread Roger Quadros
Every channel has a functional clock that is similarly named. It makes sense to use a for loop to manage these clocks as OMAPs can come with up to 3 channels. Dynamically allocate and get channel clocks depending on the number of clocks avaiable on the platform. Signed-off-by: Roger Quadros

[PATCH v5 07/22] mfd: omap-usb-tll: Fix error message

2013-01-02 Thread Roger Quadros
omap_enable/disable_tll() can fail if TLL device is not initialized. It could be due to multiple reasons and not only due to missing platform data. Also make local variables static and use 'struct device *' instead of 'struct platform_device *' for global reference. Signed-off-by: Roger Quadros

[PATCH v5 10/22] mfd: omap_usb_host: Avoid creating copy of platform_data

2013-01-02 Thread Roger Quadros
We can just hold the pointer to the platform data instead of creating a copy of it. Also get rid of the unnecessary missing platform data checks in runtime_suspend/resume. We are already checking for missing platform data in probe. Signed-off-by: Roger Quadros rog...@ti.com Acked-by: Felipe

[PATCH v5 11/22] mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()

2013-01-02 Thread Roger Quadros
Use devm_ variants of kzalloc and ioremap. Also clean up error path. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-host.c | 36 +--- 1 files changed, 9 insertions(+), 27 deletions(-) diff --git a/drivers/mfd/omap-usb-host.c

[PATCH v5 09/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support

2013-01-02 Thread Roger Quadros
The TLL module on OMAP5 has 3 channels. HSIC mode requires the TLL channel to be in Transparent UTMI mode. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/omap-usb-tll.c

[PATCH v5 06/22] mfd: omap-usb-tll: Check for missing platform data in probe

2013-01-02 Thread Roger Quadros
No need to check for missing platform data in runtime_suspend/resume as it makes more sense to do it in the probe function. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git

[PATCH v5 03/22] mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path

2013-01-02 Thread Roger Quadros
Use devm_ variants of kzalloc() and ioremap(). Simplify the error path. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/mfd/omap-usb-tll.c | 37 +++-- 1 files changed, 11 insertions(+), 26 deletions(-) diff --git a/drivers/mfd/omap-usb-tll.c

Re: [RFC 3/5] ARM: CTI: Convert CTI helpers to AMBA bus driver

2013-01-02 Thread Jon Hunter
On 12/21/2012 04:35 PM, Pratik Patel wrote: On Fri, Dec 21, 2012 at 02:27:03PM -0800, Pratik Patel wrote: On Wed, Dec 12, 2012 at 03:43:06PM -0600, Jon Hunter wrote: + +/** + * cti_irq_ack - acknowledges the CTI trigger output + * @cti: CTI instance + * + * Acknowledges the CTI trigger

Re: [RFC 3/5] ARM: CTI: Convert CTI helpers to AMBA bus driver

2013-01-02 Thread Jon Hunter
On 12/21/2012 04:27 PM, Pratik Patel wrote: On Wed, Dec 12, 2012 at 03:43:06PM -0600, Jon Hunter wrote: + +/** + * cti_irq_ack - acknowledges the CTI trigger output + * @cti: CTI instance + * + * Acknowledges the CTI trigger output by writting to the appropriate + * bit in the CTI

Re: [PATCH 1/3] ARM: OMAP: 32k counter: resolve sparse warnings

2013-01-02 Thread Paul Walmsley
Hi, On Tue, 1 Jan 2013, Tony Lindgren wrote: Here it's OK to include plat/counter-32k.h for multiplatform builds as the path will be included in plat-omap/Makefile. Thanks for the clarification; the patch has been updated as follows. - Paul From: Paul Walmsley p...@pwsan.com Date: Mon, 10

Re: [PATCH 3/3] ARM: OMAP: SRAM: resolve sparse warnings

2013-01-02 Thread Paul Walmsley
Hi On Tue, 1 Jan 2013, Tony Lindgren wrote: Here too we should just include plat/sram.h, that's OK for the multiplatform builds. Just drivers will not have it available. Then eventually the issue disappears as this code becomes a regular device driver. Sounds good; the updated patch

Re: [GIT PULL] ARM: OMAP2+: sparse PRCM fixes for v3.8-rc1

2013-01-02 Thread Paul Walmsley
Hi On Tue, 1 Jan 2013, Tony Lindgren wrote: For the plat-omap code it's OK to include plat/*.h for multiplatform builds. Other than that looks good to me. Okay sounds good; an updated pull request is on the way. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap

[GIT PULL v2] ARM: OMAP2+: sparse PRCM fixes for v3.8-rc1

2013-01-02 Thread Paul Walmsley
Hi Tony, The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565: Linux 3.8-rc1 (2012-12-21 17:19:00 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/omap-fixes-a2-for-v3.8-rc for you to fetch

Re: [PATCH v3 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig

2013-01-02 Thread Olof Johansson
Hi, On Wed, Jan 2, 2013 at 2:27 AM, AnilKumar Ch anilku...@ti.com wrote: This patch series enable tps65910, lis3lv02d accelerometer, tsl2550 ambient light sensor, matrix keypad, tmp275 temperature sensor, gpio leds and D_CAN drivers in omap2plus_defconfig. These are the peripherals present

Re: [PATCH 1/1] arm :omap :DMA: fix a bug on reserving the omap SDMA channels

2013-01-02 Thread R Sricharan
Hi, On Sunday 30 December 2012 02:13 AM, ahema...@gmail.com wrote: From: ahemaily ahema...@gmail.com The variable dma_lch_count used for comparison (omap_dma_reserve_channels = dma_lch_count) before it initialized to the value from omap_dma_dev_attr : d-lch_count. I change the place of

RE: [PATCH v3 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig

2013-01-02 Thread AnilKumar, Chimata
On Thu, Jan 03, 2013 at 01:49:57, Olof Johansson wrote: Hi, On Wed, Jan 2, 2013 at 2:27 AM, AnilKumar Ch anilku...@ti.com wrote: This patch series enable tps65910, lis3lv02d accelerometer, tsl2550 ambient light sensor, matrix keypad, tmp275 temperature sensor, gpio leds and D_CAN drivers