Re: [PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-17 Thread Linus Walleij
On Tue, Nov 15, 2011 at 9:06 PM, Thomas Abraham thomas.abra...@linaro.org wrote: This driver supports gpio, pinctrl and pinmux functionality. At present, all the possible pin groups and pin functions have not been added. This driver is designed to be reusable across all Samsung SoC's and

RE: [PATCH] mmc: core: Add packed command for eMMC4.5 device

2011-11-17 Thread Seungwon Jeon
Sahitya Tummala wrote: Hi, On 10/27/2011 4:24 PM, Seungwon Jeon wrote: +static int mmc_blk_packed_err_check(struct mmc_card *card, +struct mmc_async_req *areq) +{ + struct mmc_queue_req *mq_mrq = container_of(areq, struct mmc_queue_req, +

Re: [PATCH 1/4] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-17 Thread Amit Kachhap
On 11 November 2011 13:03, MyungJoo Ham myungjoo@gmail.com wrote: On Sat, Nov 5, 2011 at 2:03 AM,  amit.kach...@linaro.org wrote: From: Amit Daniel Kachhap amit.kach...@linaro.org This patch adds support for AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver for EXYNOS4210. L2 cache keeps

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-17 Thread Thomas Abraham
On 17 November 2011 13:38, Linus Walleij linus.wall...@linaro.org wrote: Linus, Is there a plan to move even the data that exists in the pinmux drivers today (including the function/pin-groups definition) eventually to DT? Or is it just the 'mapping' data to map devices to functions (that

Re: [PATCH RESEND V4] mmc: core: HS200 mode support for eMMC 4.5

2011-11-17 Thread Girish K S
On 17 November 2011 11:06, Subhash Jadavani subha...@codeaurora.org wrote: Hi Girish, -Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Sahitya Tummala Sent: Tuesday, November 08, 2011 2:10 PM To: Girish K S Cc:

RE: [PATCH 2/2] mmc: core: Support packed command for eMMC4.5 device

2011-11-17 Thread merez
Maya Erez wrote: +               phys_segments +=  next-nr_phys_segments; +               if (phys_segments max_phys_segs) { +                       blk_requeue_request(q, next); +                       break; +               } I mentioned this before - if the

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-17 Thread Linus Walleij
On Thu, Nov 17, 2011 at 12:26 PM, Thomas Abraham thomas.abra...@linaro.org wrote: For now, the Samsung GPIO, Pinconfig and Pinmux information is represented in device tree as listed below. Does this mean that the understanding of this format is merged into the mainline kernel drivers or is it

Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver

2011-11-17 Thread Greg KH
On Tue, Nov 15, 2011 at 06:49:58AM +, Jingoo Han wrote: Hello. This patch series adds USB OHCI device and initial driver for Samsung S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 board using EXYNOS4. This is to be sent through some arm tree, not the usb tree,

Re: s5p tree moved back to kernel.org

2011-11-17 Thread Stephen Rothwell
Hi, On Thu, 17 Nov 2011 09:00:30 +0900 Kukjin Kim kgene@samsung.com wrote: Could you please change my tree to following? git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next I have switched to that. If any problems, please let me know. The tree on

Re: [PATCH 1/4] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-17 Thread MyungJoo Ham
On Thu, Nov 17, 2011 at 8:22 PM, Amit Kachhap amit.kach...@linaro.org wrote: On 11 November 2011 13:03, MyungJoo Ham myungjoo@gmail.com wrote: On Sat, Nov 5, 2011 at 2:03 AM,  amit.kach...@linaro.org wrote: From: Amit Daniel Kachhap amit.kach...@linaro.org This patch adds support for

[PATCH V2 0/6] SPI platform device consolidation

2011-11-17 Thread Padmavathi Venna
SPI platform devices are defined in respective machine folder of Samsung S3C64XX and S5P series SoCs.This patchset moves S3C64XX and S5P series of SPI platform devices to a common place plat-samsung. This patchset also creates SPI setup files for GPIO configurations and platform data

[PATCH V2 1/6] ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung

2011-11-17 Thread Padmavathi Venna
SPI platform device definitions consolidated from respective machine folder to plat-samsung Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/mach-s3c64xx/Makefile |1 - arch/arm/mach-s3c64xx/dev-spi.c | 172 -

[PATCH V2 2/6] ARM: S3C64XX: Modified files for SPI consolidation work

2011-11-17 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations and platform data initialization. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

[PATCH V2 3/6] ARM: S5PC100: Modified files for SPI consolidation work.

2011-11-17 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations and platform data initialization. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

[PATCH V2 4/6] ARM: S5P64X0: Modified files for SPI consolidation work

2011-11-17 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations and platform data initialization. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

[PATCH V2 5/6] ARM: S5PV210: Modified files for SPI consolidation work

2011-11-17 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations and platform data initialization. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

[PATCH V2 6/6] ARM: S3C64XX: Modified according to SPI consolidation work.

2011-11-17 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the s3c6410 varient SoCs. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/mach-s3c64xx/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[PATCH V2] ARM: EXYNOS4: Add SPI support

2011-11-17 Thread Padmavathi Venna
Add SPI setup files for GPIO configurations and platform data initialization. Add SPI clkdev support. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/mach-exynos/Kconfig |5 ++ arch/arm/mach-exynos/Makefile |1 +