Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Thomas Abraham
On 4 May 2012 04:18, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: What do you think about this patch http://www.spinics.net/lists/linux-sh/msg11259.html and about using mmc-generic OF properties instead of creating yet another copy of proprietary ones? Hi Guennadi, This patch does

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Thomas Abraham
On 12 May 2012 12:37, Olof Johansson o...@lixom.net wrote: Hi, On Thu, May 10, 2012 at 3:15 AM, Thomas Abraham thomas.abra...@linaro.org wrote: Hi Olof, On 2 May 2012 23:37, Olof Johansson o...@lixom.net wrote: Hi, [...] +# Slots: The slot specific information are contained within

U1HD info

2012-05-12 Thread Ken Harris
I'm interested in the Tizen developers device. Do you have detailed info about the hardware? I have some info (see below), but I'm interested in info about the cameras, GPS chip, baseband chips. If you can share some info, please let me know. Cheers, Ken PS: From the dmesg output and the log

[PATCH v4 0/5] thermal: exynos: Add kernel thermal support for exynos platform

2012-05-12 Thread Amit Daniel Kachhap
Hi Andrew/Rui, As discussed with Rui Zhang, I dropped the patch for new trip type THERMAL_TRIP_STATE_INSTANCE and made the necessary state magnagement changes in cpufreq cooling functions. Also I fixed all the review comments suggested by Andrew. If any other changes please let me know. This

[PATCH v4 1/5] thermal: Add generic cpufreq cooling implementation

2012-05-12 Thread Amit Daniel Kachhap
This patch adds support for generic cpu thermal cooling low level implementations using frequency scaling up/down based on the registration parameters. Different cpu related cooling devices can be registered by the user and the binding of these cooling devices to the corresponding trip points can

[PATCH v4 3/5] thermal: exynos5: Add exynos5 thermal sensor driver support

2012-05-12 Thread Amit Daniel Kachhap
This patch inserts exynos5 TMU sensor changes in the thermal driver. Some exynos4 changes are made generic for exynos series. Signed-off-by: SangWook Ju sw...@samsung.com Signed-off-by: Amit Daniel Kachhap amit.kach...@linaro.org --- drivers/thermal/Kconfig |6 +-

[PATCH v4 4/5] thermal: exynos: Register the tmu sensor with the kernel thermal layer

2012-05-12 Thread Amit Daniel Kachhap
This code added creates a link between temperature sensors, linux thermal framework and cooling devices for samsung exynos platform. This layer monitors the temperature from the sensor and informs the generic thermal layer to take the necessary cooling action. Signed-off-by: Amit Daniel Kachhap

[PATCH v4 5/5] ARM: exynos: Add thermal sensor driver platform data support

2012-05-12 Thread Amit Daniel Kachhap
This patch adds necessary default platform data support needed for TMU driver. This dt/non-dt values are tested for origen exynos4210 and smdk exynos5250 platforms. Signed-off-by: Amit Daniel Kachhap amit.kach...@linaro.org --- drivers/thermal/exynos_thermal.c | 111

[PATCH v4 2/5] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory

2012-05-12 Thread Amit Daniel Kachhap
This movement is needed because the hwmon entries and corresponding sysfs interface is a duplicate of utilities already provided by driver/thermal/thermal_sys.c. The goal is to place it in thermal folder and add necessary functions to use the in-kernel thermal interfaces. CC: Guenter Roeck

Re: [PATCH v4 2/5] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory

2012-05-12 Thread Guenter Roeck
On Sat, May 12, 2012 at 05:40:42AM -0400, Amit Daniel Kachhap wrote: This movement is needed because the hwmon entries and corresponding sysfs interface is a duplicate of utilities already provided by driver/thermal/thermal_sys.c. The goal is to place it in thermal folder and add necessary

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Guennadi Liakhovetski
Hi Thomas On Sat, 12 May 2012, Thomas Abraham wrote: On 4 May 2012 04:18, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: What do you think about this patch http://www.spinics.net/lists/linux-sh/msg11259.html and about using mmc-generic OF properties instead of creating yet

[GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Kukjin Kim
Hi Arnd and Olof, Sorry for late request for v3.4. If there is a chance, please pull this for v3.4: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.4-samsung-fixes-4 This is including fixes of hotplug for Cortext-A15(EXYNOS5) and build failure of S3C2412(smdk2412

[GIT PULL] Samsung cleanup for v3.5

2012-05-12 Thread Kukjin Kim
Hi Arnd, Olof Here is cleanup samsung stuff for v3.5. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-samsung Mostly it is using common macro to define resources and clean up useless codes. If any problems, please kindly let me know. Thanks. Best

[GIT PULL] cleanup samsung plat-s3c24xx and s5p for v3.5

2012-05-12 Thread Kukjin Kim
Hi Arnd, Olof Please pull cleanup plat-s3c24xx-s5p for v3.5 Samsung stuff. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-plat-s3c24xx-s5p We can remove plat-s5p directory with this series and I think, the plat-s3c24xx can be removed next time for one

Re: [GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Olof Johansson
Hi, Since we are _so_ close to release, I am going to be picky about what kind of patches we're going to accept for 3.4. See below. On Sat, May 12, 2012 at 2:42 PM, Kukjin Kim kgene@samsung.com wrote: Changhwan Youn (1):      ARM: EXYNOS: fix the hotplug for Cortex-A15 This is a

Re: [GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Kukjin Kim
Hi Arnd, Olof, Please pull Samsung fixes for v3.4: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.4-samsung-fixes-5 Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The

Re: [GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Kukjin Kim
On 05/13/12 07:29, Olof Johansson wrote: Hi, Since we are _so_ close to release, I am going to be picky about what kind of patches we're going to accept for 3.4. See below. On Sat, May 12, 2012 at 2:42 PM, Kukjin Kimkgene@samsung.com wrote: Changhwan Youn (1): ARM: EXYNOS: fix

Re: [GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Olof Johansson
On Sat, May 12, 2012 at 4:45 PM, Kukjin Kim kgene@samsung.com wrote: On 05/13/12 07:29, Olof Johansson wrote: Hi, Since we are _so_ close to release, I am going to be picky about what kind of patches we're going to accept for 3.4. See below. On Sat, May 12, 2012 at 2:42 PM, Kukjin

Re: [GIT PULL] Samsung fixes for v3.4

2012-05-12 Thread Olof Johansson
On Sat, May 12, 2012 at 4:37 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof, Please pull Samsung fixes for v3.4: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.4-samsung-fixes-5 Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com,

Re: [PATCH RESEND 0/4] ARM: EXYNOS: Add s3c-hsotg support for Exynos4210 and S5PV210 boards

2012-05-12 Thread Kukjin Kim
On 05/10/12 22:16, Lukasz Majewski wrote: This patch series adds S3C-HSOTG UDC support for Exynos4210 and S5PV210 based targets; namely Universal_C210, Nuri and GONI. Tested HW: - Exynos4210 NURI target rev.1 - Exynos4210 Universal_C210 target rev.0 - S5PV210 GONI target Dependencies: -

Re: [PATCHv2 0/3] Add support for DRM display subsystem

2012-05-12 Thread Kukjin Kim
On 03/13/12 19:39, Marek Szyprowski wrote: Hello, This patch set adds support for Exynos DRM display subsystem for Universal C210 and NURI boards. Exynos DRM driver has been merged to 3.3 kernel tree and provides unified and more powerful alternative for s3c-fb and s5p-tv drivers. V2 includes

Re: [PATCH] serial: samsung: Add support 4M baudrate for samsung serial

2012-05-12 Thread Kukjin Kim
On 02/03/12 17:06, 김경일 wrote: At getting the baudrate, the max baudrate parameter value is changed to 4M. So samsung serial can support upto 4M baudrate. Signed-off-by: Kyoungil Kimki0351@samsung.com --- drivers/tty/serial/samsung.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 2/2] ARM: EXYNOS5: Add support SPI for EXYNOS5250

2012-05-12 Thread Kukjin Kim
On 02/03/12 17:09, 김경일 wrote: This patch adds clocks, gpio configs and platform devices for EXYNOS5 SPI. And also the spi clock and gpio setup are added in the smdk5250_machine_init. Signed-off-by: Kyoungil Kimki0351@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c |

[GIT PULL] Samsung devel-1 for v3.5

2012-05-12 Thread Kukjin Kim
Hi Arnd, Olof Please pull Samsung devel for v3.5 This is including exynos/iommu, platform of drm and fimc-lite, dma for exynos5250 and s3c24xx-hsspi. Note, the exynos/iommu patch got the ack from Joerg and this should be sent to upstream via arm tree and since it depends on

[GIT PULL] Samsung boards update for v3.5

2012-05-12 Thread Kukjin Kim
Hi Arnd, Olof, Please pull Samsung boards update for v3.5. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/board-samsung As there were discussions, some exynos4 boards have been updated because current dt cannot support all features for current board files on

Re: [PATCH RESEND 3/4] ARM: EXYNOS: Add s3c-hsotg device support for NURI board

2012-05-12 Thread Kukjin Kim
On 05/10/12 22:16, Lukasz Majewski wrote: From: Joonyoung Shimjy0922.s...@samsung.com This patch adds hsotg device to the NURI board. Signed-off-by: Joonyoung Shimjy0922.s...@samsung.com Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com [Rebased on the newest git/kgene/linux-samsung

[PATCH v2] mmc: dt: Consolidate DT bindings

2012-05-12 Thread Chris Ball
Hi Arnd, On Fri, Mar 30 2012, Stephen Warren wrote: No progress so far. I would suggest we apply the patch below to unify the bindings we have. I tried to minimize the impact by picking the most common version for each property, but if we know about devices that would get broken by this, we

Re: [PATCH] ARM: EXYNOS: fix the hotplug for Cortex-A15

2012-05-12 Thread Olof Johansson
Hi, As mentioned in your earlier git pull request: On Wed, May 9, 2012 at 5:37 AM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com The sequence of cpu_enter_lowpower() for Cortex-A15 is different from the sequence for Cortex-A9. This patch implements

Re: [GIT PULL] Samsung cleanup for v3.5

2012-05-12 Thread Olof Johansson
On Sat, May 12, 2012 at 2:56 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Here is cleanup samsung stuff for v3.5. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-samsung Mostly it is using common macro to define resources and clean up useless

Re: [GIT PULL] cleanup samsung plat-s3c24xx and s5p for v3.5

2012-05-12 Thread Olof Johansson
Hi, On Sat, May 12, 2012 at 4:18 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Please pull cleanup plat-s3c24xx-s5p for v3.5 Samsung stuff.  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-plat-s3c24xx-s5p We can remove plat-s5p directory

Re: [GIT PULL] Samsung devel-1 for v3.5

2012-05-12 Thread Olof Johansson
On Sat, May 12, 2012 at 5:33 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Please pull Samsung devel for v3.5 This is including exynos/iommu, platform of drm and fimc-lite, dma for exynos5250 and s3c24xx-hsspi. Note, the exynos/iommu patch got the ack from Joerg and this should