[PATCH 1/2] ARM: EXYYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx

2012-05-17 Thread Joonyoung Shim
Also use EXYNOS4210_GPIO_Ex instead of EXYNOS4_GPIO_Ex. The GPEx gpios exist only on Exynos4210 and there are no on Exynos4x12. Redefine them to exact SoC name. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos

[PATCH 2/2] gpio/exynos: Add support for Exynos4x12 SoC

2012-05-17 Thread Joonyoung Shim
x GPX10xC20 x GPX20xC40 x GPX30xC60 x Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/include/mach/gpio.h | 28 +++- arch/arm/mach-exynos/include/mach/irqs.h |6

Re: [PATCH 1/2] ARM: EXYYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx

2012-05-17 Thread Joonyoung Shim
Add to cc Grant Likely and Linus Walleij On 05/18/2012 11:18 AM, Joonyoung Shim wrote: Also use EXYNOS4210_GPIO_Ex instead of EXYNOS4_GPIO_Ex. The GPEx gpios exist only on Exynos4210 and there are no on Exynos4x12. Redefine them to exact SoC name. Signed-off-by: Joonyoung Shimjy0922.s

Re: [PATCH 2/2] gpio/exynos: Add support for Exynos4x12 SoC

2012-05-17 Thread Joonyoung Shim
Add to cc Grant Likely and Linus Walleij On 05/18/2012 11:18 AM, Joonyoung Shim wrote: Exynos4x12 GPIO part1 and part2 layouts are different with that of Exynos4210. So, it needs to support gpios for Exynos4x12 SoC. This doesn't support GPVx Exynos4x12 GPIO part4 yet. In the Exynos4x12 GPIO

Re: [PATCH] ARM: EXYNOS: Remove the L2 cache latency setting for EXYNOS5

2012-06-26 Thread Joonyoung Shim
___ linux-arm-kernel mailing list linux-arm-ker...@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- - Joonyoung Shim -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

Re: [PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-23 Thread Joonyoung Shim
On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: This patch adds the bus clock for FIMD and changes the device name for lcd clock Please refer below patch for exynos4. http://lists.linaro.org/pipermail/linaro-dev/2011-December/008872.html Signed-off-by: Leela Krishna Amudala

Re: [PATCH V2 7/7] ARM: EXYNOS5: Set parent clock to fimd

2012-07-23 Thread Joonyoung Shim
Hi, Leela. On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: This patch sets mout_mpll_user as parent clock to fimd also sets Fimd source clock rate to 800 MHz for MIPI LCD Don't decide parent clock at the common clock codes. Thanks. Signed-off-by: Leela Krishna Amudala

Re: [PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-23 Thread Joonyoung Shim
Hi, Jingoo. On 07/23/2012 05:34 PM, Joonyoung Shim wrote: On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: This patch adds the bus clock for FIMD and changes the device name for lcd clock Please refer below patch for exynos4. http://lists.linaro.org/pipermail/linaro-dev/2011-December

Re: [PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-23 Thread Joonyoung Shim
On 07/24/2012 08:14 AM, Jingoo Han wrote: On Monday, July 23, 2012 6:55 PM, Joonyoung Shim wrote: Hi, Jingoo. On 07/23/2012 05:34 PM, Joonyoung Shim wrote: On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: This patch adds the bus clock for FIMD and changes the device name for lcd clock

Re: [PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-23 Thread Joonyoung Shim
On 07/24/2012 08:55 AM, Jingoo Han wrote: On Tuesday, July 24, 2012 8:46 AM, Joonyoung Shim Wrote: On 07/24/2012 08:14 AM, Jingoo Han wrote: On Monday, July 23, 2012 6:55 PM, Joonyoung Shim wrote: Hi, Jingoo. On 07/23/2012 05:34 PM, Joonyoung Shim wrote: On 07/18/2012 02:57 PM, Leela

Re: [PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-23 Thread Joonyoung Shim
On 07/24/2012 11:15 AM, Jingoo Han wrote: On Tuesday, July 24, 2012 10:56 AM, Joonyoung Shim Wrote: On 07/24/2012 08:55 AM, Jingoo Han wrote: On Tuesday, July 24, 2012 8:46 AM, Joonyoung Shim Wrote: On 07/24/2012 08:14 AM, Jingoo Han wrote: On Monday, July 23, 2012 6:55 PM, Joonyoung Shim

Re: [PATCH 2/8 v2] ARM: EXYNOS5: Add machine data for USB 2.0

2012-07-31 Thread Joonyoung Shim
On 07/29/2012 10:11 PM, Arnd Bergmann wrote: On Saturday 28 July 2012, Vivek Gautam wrote: Can you pleae explain why this is done in the changelog? We try hard to do such mappings from the device driver instead, so I'm surprised that this is necessary fo rthe USB phy. We are doing the

Re: [PATCH 1/2] ARM: EXYYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx

2012-08-08 Thread Joonyoung Shim
On 08/07/2012 05:09 PM, Kukjin Kim wrote: Kukjin Kim wrote: Joonyoung Shim wrote: Add to cc Grant Likely and Linus Walleij On 05/18/2012 11:18 AM, Joonyoung Shim wrote: Also use EXYNOS4210_GPIO_Ex instead of EXYNOS4_GPIO_Ex. The GPEx gpios exist only on Exynos4210

Re: [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-09 Thread Joonyoung Shim
Hi, Praveen. On 08/08/2012 04:40 PM, Praveen Paneri wrote: Changes from v2: Changed the driver filenames to samsung-usbphy Changed 's3c' to 'samsung' for platform device as well as platform data Moved platform data structure to a separate file Rectified coding style related errors Changes from

Re: [PATCH 1/2] ARM: SAMSUNG: Insert bitmap_gpio_int member in samsung_gpio_chip

2012-09-26 Thread Joonyoung Shim
On 09/27/2012 12:55 PM, Eunki Kim wrote: When a device uses GPIO interrupt, its driver assumes that GPIO should be INPUT mode. However, GPIO of SAMSUNG SoC is sepated to INPUT mode and INTERRUPT mode. They are set by 0x0 and 0xF in GPIO control register. If the register is set to INPUT mode, the

Re: [PATCH 1/2] ARM: SAMSUNG: Insert bitmap_gpio_int member in samsung_gpio_chip

2012-09-27 Thread Joonyoung Shim
On 09/27/2012 02:55 PM, Eunki Kim wrote: -Original Message- From: Joonyoung Shim [mailto:jy0922.s...@samsung.com] Sent: Thursday, September 27, 2012 1:50 PM To: Eunki Kim Cc: linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; grant.lik...@secretlab.ca; linus.wall

Re: [PATCH] input: touchscreen: mms114: Add device tree bindings

2012-10-03 Thread Joonyoung Shim
Hi, Tomasz. On 10/02/2012 06:33 PM, Tomasz Figa wrote: This patch adds device tree bindings for mms114 touchscreen. Signed-off-by: Tomasz Figa t.f...@samsung.com --- .../bindings/input/touchscreen/mms114.txt | 34 ++ drivers/input/touchscreen/mms114.c |

[PATCH] ARM: EXYNOS: remove static mapping of PWM memory

2012-12-13 Thread Joonyoung Shim
will not use them any more. There is a exception case about the universal_c210 board. The universal_c210 board can't use MCT because of low SoC version. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- This is based on for-next branch of git.kernel.org/pub/scm/linux/kernel/git/kgene/linux

[PATCH] pwm: add Exynos PWM driver

2012-12-13 Thread Joonyoung Shim
and can't make to module. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- This is based on for-next branch of git://gitorious.org/linux-pwm/linux-pwm.git drivers/pwm/Kconfig |9 ++ drivers/pwm/Makefile |1 + drivers/pwm/pwm-exynos.c | 234

[PATCH] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Joonyoung Shim
The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- drivers/pwm/pwm-samsung.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c index 023a3be..b415102 100644

[PATCH v2] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Joonyoung Shim
The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- Changelog from v1: - move the assignment code to below. drivers/pwm/pwm-samsung.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/pwm-samsung.c b/drivers

Re: [PATCH v2] pwm: samsung: add missing s3c-pwm_id

2012-12-13 Thread Joonyoung Shim
On 12/14/2012 04:34 PM, Thierry Reding wrote: On Fri, Dec 14, 2012 at 03:58:58PM +0900, Joonyoung Shim wrote: The s3c-pwm_id is used to calculate offset of related register. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com I've modified the subject a bit to make it clear the assignment

[PATCH] gpio: samsung: remove exynos_gpio_cfg

2012-12-14 Thread Joonyoung Shim
The exynos_gpio_cfg can be substituted to samsung_gpio_cfgs[8]. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- drivers/gpio/gpio-samsung.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio

[PATCH] gpio: samsung: add GPIO interrupt registration for exynos5

2012-12-14 Thread Joonyoung Shim
to samsung_gpio_cfgs[8] in declaration ahead. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- drivers/gpio/gpio-samsung.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index e30cd60..a462f2c 100644

Re: [PATCH] gpio: samsung: remove exynos_gpio_cfg

2012-12-19 Thread Joonyoung Shim
Hi Grant, On 12/20/2012 07:22 AM, Grant Likely wrote: On Fri, 14 Dec 2012 19:44:01 +0900, Joonyoung Shim jy0922.s...@samsung.com wrote: The exynos_gpio_cfg can be substituted to samsung_gpio_cfgs[8]. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Hi Joonyoung, I need some help here

Re: [PATCH] ARM: EXYNOS: fix GIC using for EXYNOS5440

2012-12-19 Thread Joonyoung Shim
On 12/19/2012 12:26 PM, Kukjin Kim wrote: Joonyoung Shim wrote: Hi, On 12/10/2012 10:07 AM, Kukjin Kim wrote: Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos

[PATCH 1/5] ARM: SAMSUNG: Add keypad device support

2010-05-28 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig|7 ++- arch/arm/plat-samsung/Makefile |1

[PATCH 2/5] ARM: S5PV210: Add keypad device helpers

2010-05-28 Thread Joonyoung Shim
This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig|5 arch/arm/mach-s5pv210/Makefile |1 + arch/arm

[PATCH 4/5] ARM: S5PV210: Add keypad device to the Aquila board

2010-05-28 Thread Joonyoung Shim
This patch is to support keypad device to the Aquila board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |2 ++ arch/arm/mach-s5pv210/mach-aquila.c | 25 + 2

[PATCH 5/5] input: samsung-keypad - Add samsung keypad driver

2010-05-28 Thread Joonyoung Shim
This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/input/keyboard/Kconfig |9

[PATCH v2 1/5] ARM: SAMSUNG: Add keypad device support

2010-05-29 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig|7 ++- arch/arm/plat-samsung/Makefile |1

[PATCH v2 2/5] ARM: S5PV210: Add keypad device helpers

2010-05-29 Thread Joonyoung Shim
This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig|5 arch/arm/mach-s5pv210/Makefile |1 + arch/arm

[PATCH v2 3/5] ARM: S5PV210: Add keypad device to the GONI board

2010-05-29 Thread Joonyoung Shim
This patch is to support keypad device to the GONI board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |2 ++ arch/arm/mach-s5pv210/mach-goni.c | 26 ++ 2 files

[PATCH v2 4/5] ARM: S5PV210: Add keypad device to the Aquila board

2010-05-29 Thread Joonyoung Shim
This patch is to support keypad device to the Aquila board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |2 ++ arch/arm/mach-s5pv210/mach-aquila.c | 25 + 2

Re: [PATCH v2 5/5] input: samsung-keypad - Add samsung keypad driver

2010-05-29 Thread Joonyoung Shim
On 5/30/2010 12:06 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH v2 1/5] ARM: SAMSUNG: Add keypad device support

2010-05-30 Thread Joonyoung Shim
On 5/31/2010 9:06 AM, Kukjin Kim wrote: Joonyoung Shim wrote: This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig

[PATCH v3 0/5] Add samsung keypad

2010-05-30 Thread Joonyoung Shim
. - Rename from 'kp' to 'keypad' - Rename keypad registers definition - Modify 'rep' variable declaration --- Joonyoung Shim (5): ARM: SAMSUNG: Add keypad device support ARM: S5PV210: Add keypad device helpers ARM: S5PV210: Add keypad device to the GONI board ARM: S5PV210: Add

[PATCH v3 1/5] ARM: SAMSUNG: Add keypad device support

2010-05-30 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig|5 ++ arch/arm/plat-samsung/Makefile |1

ARM: SAMSUNG: question about cfg_eint field of struct s3c_gpio_cfg

2010-05-31 Thread Joonyoung Shim
Hi, There is cfg_eint field in struct s3c_gpio_cfg at arch/arm/plat-samsung/include/plat/gpio-cfg.h. I don't know the usage of cfg_eint. It isn't used anywhere or just assigned. Does it need really? struct s3c_gpio_cfg { unsigned intcfg_eint; s3c_gpio_pull_t

[PATCH 5/7] ARM: S5PV210: Add gpio interrupt support

2010-06-02 Thread Joonyoung Shim
This patch is to support gpio interrupts on s5pv210. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/gpiolib.c|8 +- arch/arm/mach-s5pv210/include/mach/irqs.h | 16 ++- arch/arm/plat

[PATCH 3/7] ARM: S5PV210: Support GPIOlib gpio_to_irq for external interrupts

2010-06-02 Thread Joonyoung Shim
This patch is to support GPIOlib gpio_to_irq for external interrupts to s5pv210 machine. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/gpiolib.c |4 1 files changed, 4 insertions(+), 0 deletions

[PATCH 6/7] ARM: S5PC100: Use S5P gpio interrupts interface

2010-06-02 Thread Joonyoung Shim
The s5pc100 can use s5p gpio interrupts codes instead of s5pc100 specific gpio interrupts codes. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pc100/Makefile|2 +- arch/arm/mach-s5pc100/gpiolib.c

[PATCH v4 0/3] Add samsung keypad

2010-06-11 Thread Joonyoung Shim
schedule_delayed_work and remove timer - Modify memory alloc codes - Add MODULE_ALIAS() and missing error printk - Change from rep to no_autorepeat and it's type to bool - Add report EV_MSC/MSC_SCAN and wakeup control - Remove s3c_set_platdata() call because there is not yet Joonyoung Shim (3): ARM

[PATCH v4 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-11 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig|5 ++ arch/arm/plat-samsung/Makefile |1

[PATCH v4 2/3] ARM: S5PV210: Add keypad device helpers

2010-06-11 Thread Joonyoung Shim
This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig|5 arch/arm/mach-s5pv210/Makefile |1 + arch/arm

[PATCH v4 3/3] input: samsung-keypad - Add samsung keypad driver

2010-06-11 Thread Joonyoung Shim
This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/input/keyboard/Kconfig |9

[PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-11 Thread Joonyoung Shim
to samsung_gpiolib_to_irq() of plat-samsung gpiolib Joonyoung Shim (4): ARM: S5PV210: Add gpio interrupt support ARM: S5PC100: Use S5P gpio interrupts interface ARM: S5PC100: Move external interrupt defines ARM: SAMSUNG: Add GPIOlib gpio_to_irq arch/arm/mach-s5pc100/Makefile

[PATCH v2 1/4] ARM: S5PV210: Add gpio interrupt support

2010-06-11 Thread Joonyoung Shim
This patch is to support gpio interrupts on s5pv210. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/gpiolib.c|8 +- arch/arm/mach-s5pv210/include/mach/irqs.h | 16 ++- arch/arm/plat

[PATCH v2 2/4] ARM: S5PC100: Use S5P gpio interrupts interface

2010-06-11 Thread Joonyoung Shim
The s5pc100 can use s5p gpio interrupts codes instead of s5pc100 specific gpio interrupts codes. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pc100/Makefile|2 +- arch/arm/mach-s5pc100/gpiolib.c

[PATCH v2 4/4] ARM: SAMSUNG: Add GPIOlib gpio_to_irq

2010-06-11 Thread Joonyoung Shim
This patch is to support gpio_to_irq() of GPIOlib for external and gpio interrupts, then needs adding irq_base member to s3c_gpio_chip struct. The gpio_to_irq() calls samsung_gpiolib_to_irq function. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p

Re: [PATCH v4 2/3] ARM: S5PV210: Add keypad device helpers

2010-06-15 Thread Joonyoung Shim
On 6/14/2010 2:18 PM, Kukjin Kim wrote: Joonyoung Shim wrote: This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig|5

Re: [PATCH v4 2/3] ARM: S5PV210: Add keypad device helpers

2010-06-15 Thread Joonyoung Shim
On 6/16/2010 1:04 PM, Kukjin Kim wrote: Joonyoung Shim wrote: On 6/14/2010 2:18 PM, Kukjin Kim wrote: Joonyoung Shim wrote: This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p

Re: [PATCH v4 3/3] input: samsung-keypad - Add samsung keypad driver

2010-06-16 Thread Joonyoung Shim
On 6/11/2010 5:08 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH v5 2/3] ARM: S5PV210: Add keypad device helpers

2010-06-21 Thread Joonyoung Shim
This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig|5 +++ arch/arm/mach-s5pv210/Makefile

[PATCH v5 3/3] input: samsung-keypad - Add samsung keypad driver

2010-06-21 Thread Joonyoung Shim
This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/input/keyboard/Kconfig |9

[PATCH v5 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-21 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig|5 ++ arch/arm/plat-samsung/Makefile |1

Re: [PATCH v5 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-21 Thread Joonyoung Shim
On 6/21/2010 6:05 PM, Eric Miao wrote: On Mon, Jun 21, 2010 at 2:26 PM, Joonyoung Shim jy0922.s...@samsung.com wrote: This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p

Re: [PATCH v5 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-21 Thread Joonyoung Shim
, Joonyoung Shim jy0922.s...@samsung.com wrote: +void __init samsung_keypad_set_platdata(struct samsung_keypad_platdata *pd) +{ + � � � struct samsung_keypad_platdata *npd; + + � � � if (!pd) { + � � � � � � � printk(KERN_ERR %s: no platform data\n, __func__); + � � � � � � � return

Re: [PATCH] input: samsung-keypad - Add samsung keypad driver

2010-06-21 Thread Joonyoung Shim
On 6/22/2010 8:31 AM, Kukjin Kim wrote: From: Joonyoung Shim jy0922.s...@samsung.com This patch adds support for keypad driver running on Samsung SoCs. This driver is tested on SMDK6410(S3C6410), SMDKC100(S5PC100), Aquila(S5PC110), GONI(S5PC110) and SMDKV210(S5PV210) boards. Signed-off

Re: [PATCH v5 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-22 Thread Joonyoung Shim
On 6/22/2010 4:15 PM, Eric Miao wrote: On Tue, Jun 22, 2010 at 12:00 PM, Joonyoung Shim jy0922.s...@samsung.com wrote: On 6/22/2010 12:38 PM, Eric Miao wrote: On Tue, Jun 22, 2010 at 11:27 AM, Joonyoung Shim jy0922.s...@samsung.com wrote: On 6/22/2010 12:02 PM, Eric Miao wrote: On Tue, Jun

Re: [PATCH v5 3/3] input: samsung-keypad - Add samsung keypad driver

2010-06-28 Thread Joonyoung Shim
Hi, Dmitry. On 6/25/2010 5:30 PM, Dmitry Torokhov wrote: Hi Joonyoung, On Mon, Jun 21, 2010 at 03:26:45PM +0900, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off

[PATCH v6 0/3] Add samsung keypad

2010-06-28 Thread Joonyoung Shim
for irq Joonyoung Shim (3): ARM: SAMSUNG: Add keypad device support ARM: S5PV210: Add keypad device helpers input: samsung-keypad - Add samsung keypad driver arch/arm/mach-s5pv210/Kconfig|5 + arch/arm/mach-s5pv210/Makefile |1 + arch/arm

[PATCH v6 1/3] ARM: SAMSUNG: Add keypad device support

2010-06-28 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/Kconfig |5 ++ arch/arm/plat-samsung/Makefile |1 + arch

[PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-06-28 Thread Joonyoung Shim
This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/input/keyboard/Kconfig |9

[PATCH] ARM: S5P: Add PMU device

2010-07-04 Thread Joonyoung Shim
This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- arch/arm/mach-s5p6442/include/mach/irqs.h |2 +- arch/arm/mach-s5pc100/include/mach/irqs.h |1 + arch/arm

Re: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Joonyoung Shim
On 7/5/2010 9:57 PM, Kukjin Kim wrote: Maurus Cuelenaere wrote: Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com

Re: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-07-06 Thread Joonyoung Shim
On 6/25/2010 2:33 PM, Marek Szyprowski wrote: Hello, On Wednesday, June 23, 2010 9:51 AM Kukjin Kim wrote: Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-07-06 Thread Joonyoung Shim
Hi, Naveen. On 6/28/2010 8:33 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-07-06 Thread Joonyoung Shim
On 7/7/2010 8:52 AM, Kukjin Kim wrote: Joonyoung Shim wrote: Hi, Naveen. On 6/28/2010 8:33 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim jy0922.s

Re: [PATCH] ARM: S5PV210: Fix on SECTION_SIZE_BITS on S5PV210/S5PC110.

2010-07-06 Thread Joonyoung Shim
On 7/7/2010 8:27 AM, Kukjin Kim wrote: Russell King wrote: Hi Russell :-) On Tue, Jul 06, 2010 at 01:36:47PM +0900, Kukjin Kim wrote: This patch fixes on SECTION_SIZE_BITS for Sparsemem on S5PV210/S5PC110. Because smallest size of a bank on S5PV210/S5PC110 is aligned by 16MB. So each

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-07-09 Thread Joonyoung Shim
On 7/9/2010 4:07 PM, Kukjin Kim wrote: Joonyoung Shim wrote: On 7/7/2010 8:52 AM, Kukjin Kim wrote: Joonyoung Shim wrote: Hi, Naveen. On 6/28/2010 8:33 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-07-20 Thread Joonyoung Shim
Hi, Dmitry. On 7/9/2010 4:39 PM, Joonyoung Shim wrote: On 7/9/2010 4:07 PM, Kukjin Kim wrote: Joonyoung Shim wrote: On 7/7/2010 8:52 AM, Kukjin Kim wrote: Joonyoung Shim wrote: Hi, Naveen. On 6/28/2010 8:33 PM, Joonyoung Shim wrote: This patch adds support for keypad driver running

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Joonyoung Shim
On 8/2/2010 2:12 PM, Kukjin Kim wrote: Joonyoung Shim wrote: On 8/2/2010 12:38 PM, Kukjin Kim wrote: Joonyoung Shim wrote: Hi, I came back from vacation. Do you have any feedback? If ok, i want to go to input tree or samsung tree these added sched.h including. I applied the patch adding

[PATCH] ARM: SAMSUNG: Add keypad device support

2010-08-05 Thread Joonyoung Shim
This patch adds samsung keypad device definition for samsung cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- This patch is to add samsung keypad device. It is updated single version of previous patch [PATCH v6 1/3] ARM

[PATCH v2] ARM: SAMSUNG: Remove flags of struct s3c2410_uartcfg

2010-08-19 Thread Joonyoung Shim
The flags of struct s3c2410_uartcfg is assigned to 0 to the all samsung arch machines and it isn't used by samsung uart driver. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- This v2 patch is rebased at latest mainline kernel

Re: [PATCH v3 1/3] drm/exynos: Get HDMI version from device tree

2013-02-05 Thread Joonyoung Shim
On 02/06/2013 09:56 AM, Sean Paul wrote: On Tue, Feb 5, 2013 at 4:42 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/05/2013 05:37 PM, Sean Paul wrote: On Tue, Feb 5, 2013 at 4:22 PM, Stephen Warren swar...@wwwdotorg.org wrote: n 02/05/2013 04:42 PM, Sean Paul wrote: Use the compatible

[PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-10-24 Thread Joonyoung Shim
PWM timers use pclk(timers clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of PWM. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-02 Thread Joonyoung Shim
11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk(timers clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of PWM. Signed-off-by: Joonyoung Shimjy0922.s...@samsung.com

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk(timers clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 06:08 PM, Kukjin Kim 쓴 글: Kyungmin Park wrote: On 11/3/11, Kyungmin Parkkyungmin.p...@samsung.com wrote: On 11/3/11, Joonyoung Shimjy0922.s...@samsung.com wrote: 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim

Re: [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control

2012-03-08 Thread Joonyoung Shim
to `s5p_usb_phy_exit' make: *** [.tmp_vmlinux1] Error 1 Also the s5pv210 needs setup-usb-phy.c file. I think the attached patch will solve this errors. This patch was tested only compile. Thanks. From 9ae6ac166743391a6037d7e7a4d178f68a96f047 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim jy0922

[PATCH] ARM: EXYNOS4: Add Atmel mXT touchscreen device to the NURI board

2011-03-16 Thread Joonyoung Shim
This patch is to support Atmel mXT touchscreen device to the NURI board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Hi, This patch is created at the source tree merged next branch of git.kernel.org/pub/scm/linux/kernel/git

[PATCH 0/4] Support Samsung S5P EHCI device and driver

2011-04-07 Thread Joonyoung Shim
Hello. This patch series to add USB EHCI device and initial driver for Samsung S5P SoCs and is based from Linux 2.6.39-rc2. I have tested on NURI board using EXYNOS4. Thanks. Joonyoung Shim (4): ARM: S5P: Add usb ehci device ARM: EXYNOS4: Add usb host phy control ARM: EXYNOS4

[PATCH 1/4] ARM: S5P: Add usb ehci device

2011-04-07 Thread Joonyoung Shim
This patch adds usb ehci device definition for samsung s5p cpus. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- arch/arm/mach-exynos4/include/mach/map.h |3 ++ arch/arm/plat-s5p/Kconfig |5 +++ arch/arm/plat-s5p/Makefile|1 + arch/arm/plat

[PATCH 2/4] ARM: EXYNOS4: Add usb host phy control

2011-04-07 Thread Joonyoung Shim
EXYNOS4 has 2 phys for usb host and usb device. This patch supports to control usb host phy of EXYNOS4. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- arch/arm/mach-exynos4/Makefile|2 + arch/arm/mach-exynos4/cpu.c |7 +- arch/arm/mach

[PATCH 3/4] ARM: EXYNOS4: Add usb ehci device to the NURI board

2011-04-07 Thread Joonyoung Shim
This patch is to support usb ehci device to the NURI board. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/mach-nuri.c | 16 2 files changed, 17

[PATCH 4/4 RESEND] USB: Add initial S5P EHCI driver

2011-04-07 Thread Joonyoung Shim
This patch adds host USB high speed driver for samsung S5P series. This is initial driver and we need additional implementation to support some functions like power management. Signed-off-by: Jingoo Han jg1@samsung.com Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- Add missing

[PATCH] ARM: S3C64XX: Remove gpio-bank-X header files

2011-04-22 Thread Joonyoung Shim
The gpio-bank-X header files of S3C64XX have defines which can be substituted by more common API, so they can be removed. This is compile tested only. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- arch/arm/mach-s3c64xx/dev-spi.c | 20 ++ arch/arm/mach-s3c64xx

Re: [PATCH] ARM: S3C64XX: Remove gpio-bank-X header files

2011-04-26 Thread Joonyoung Shim
On 2011-04-27 오전 10:27, Kukjin Kim wrote: Joonyoung Shim wrote: The gpio-bank-X header files of S3C64XX have defines which can be substituted by more common API, so they can be removed. This is compile tested only. Signed-off-by: Joonyoung Shimjy0922.s...@samsung.com --- arch/arm/mach

[PATCH v2] ARM: S3C64XX: Remove gpio-bank-X header files

2011-04-28 Thread Joonyoung Shim
The gpio-bank-X header files of S3C64XX have defines which can be substituted by more common API, so they can be removed. This is compile tested only. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s3c64xx/dev-spi.c

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
-usb-phy.c} (100%) There is one white space but Acked-by: Joonyoung Shim jy0922.s...@samsung.com diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index b92c1e5..a45a022 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -91,6 +91,11

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
On 2011-06-03 오후 5:44, Tushar Behera wrote: Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have

Re: [PATCH] drm: exynos: hdmi: simplify extracting hpd-gpio from DT

2014-04-14 Thread Joonyoung Shim
Hi Tomasz, On 04/14/2014 07:07 PM, Tomasz Stanislawski wrote: This patch eliminates redundant checks while retrieving HPD gpio from DT during HDMI's probe(). Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com --- drivers/gpu/drm/exynos/exynos_hdmi.c | 13 - 1 file

Re: [PATCH 3/4] drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoC

2014-04-14 Thread Joonyoung Shim
Hi Tomasz, On 04/15/2014 12:00 AM, Tomasz Stanislawski wrote: This patch add proper compatibles for Mixer and HDMI chip available on exynos4210 SoCs. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com --- drivers/gpu/drm/exynos/exynos_hdmi.c |3 +++

Re: [PATCHv3 1/5] drm: exynos: hdmi: remove usage of struct s5p_hdmi_platform_data

2014-04-16 Thread Joonyoung Shim
Hi Tomasz, On 04/17/2014 12:12 AM, Tomasz Stanislawski wrote: This patch continues shift of DRM EXYNOS to DT-only configuration. The usage of the old structure for HDMI's platform data is removed. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com ---

Re: [PATCH 4/7] Exynos: add support for 'domain-always-on' property

2014-07-02 Thread Joonyoung Shim
Hi Marek, On 07/01/2014 06:08 PM, Marek Szyprowski wrote: Hello, On 2014-07-01 10:52, Tobias Jakobi wrote: Hello Marek, I think you had a similar patch in the tizen tree, but according to Tomasz Figa, it was considered a hack. I don't quite see how this is different. Also, if I have been

Re: [PATCH] media: s5p_mfc: remove unnecessary calling to function video_devdata()

2014-07-22 Thread Joonyoung Shim
Hi Zhaowei, On 07/23/2014 09:49 AM, Zhaowei Yuan wrote: Since we have get vdev by calling video_devdata() at the beginning of s5p_mfc_open(), we should just use vdev instead of calling video_devdata() again in the following code. Change-Id: I869051762d33b50a7c0dbc8149b072e70b89c6b9 Please

Re: [PATCH V2] media: s5p_mfc: Release ctx-ctx if failed to allocate ctx-shm

2014-08-05 Thread Joonyoung Shim
Hi, On 08/05/2014 06:31 PM, Zhaowei Yuan wrote: ctx-ctx should be released if the following allocation for ctx-shm gets failed. Signed-off-by: Zhaowei Yuan zhaowei.y...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |1 + 1 file changed, 1 insertion(+) mode change

Re: [PATCH 03/15] drm/exynos/ipp: move file reference from memory to command node

2014-08-25 Thread Joonyoung Shim
Hi Andrzej, On 08/22/2014 04:52 PM, Andrzej Hajda wrote: Command node should contain file reference to distinguish commands created by different processes. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 5 ++---

Re: [PATCH 03/15] drm/exynos/ipp: move file reference from memory to command node

2014-08-25 Thread Joonyoung Shim
On 08/26/2014 11:55 AM, Joonyoung Shim wrote: Hi Andrzej, On 08/22/2014 04:52 PM, Andrzej Hajda wrote: Command node should contain file reference to distinguish commands created by different processes. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos

  1   2   3   >