Re: [PATCH] regulator: lp8755: Use LP8755_BUCK_MAX instead of magic number

2013-01-26 Thread daniel jeong
On Jan 26, 2013, at 2:19 PM, Axel Lin wrote: > Signed-off-by: Axel Lin > --- > drivers/regulator/lp8755.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/regulator/lp8755.c b/drivers/regulator/lp8755.c > index 8b1ce0f..f0f6ea0 100644 > --- a/drivers/reg

[PATCH] backlight: lm3630: fix sparse warning.

2013-10-02 Thread Daniel Jeong
This patch is to fix sparse warning due to mixing different enum type. Signed-off-by: Daniel Jeong --- drivers/video/backlight/lm3630a_bl.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/backlight/lm3630a_bl.c b/drivers/video/backlight/lm3630a_bl.c

[PATCH] media: i2c: add driver for dual LED Flash, lm3560.

2013-09-11 Thread Daniel Jeong
. But flash timeout and operation mode are shared. Signed-off-by: Daniel Jeong --- drivers/media/i2c/Kconfig |9 + drivers/media/i2c/Makefile |1 + drivers/media/i2c/lm3560.c | 716 include/media/lm3560.h | 103 +++ 4 files changed, 829

[PATCH 0/1] regulator: new driver for LP8755

2012-12-02 Thread Daniel Jeong
From: Daniel Jeong This driver is a general version for lp8755 regulator driver of TI. LP8755 : The LP8755 is a high performance power management unit.It contains six step-down DC-DC converters which can be filexibly bundled together in multiphase converters as required by application

[PATCH 1/1] regulator: new driver for LP8755

2012-12-02 Thread Daniel Jeong
From: Daniel Jeong This driver is a general version for lp8755 regulator driver of TI. LP8755 : The LP8755 is a high performance power management unit.It contains six step-down DC-DC converters which can be filexibly bundled together in multiphase converters as required by application

[PATCH v1 resend] regulator: new driver for LP8755

2012-12-05 Thread Daniel Jeong
: Daniel Jeong --- drivers/regulator/Kconfig|9 + drivers/regulator/Makefile |1 + drivers/regulator/lp8755.c | 586 ++ include/linux/platform_data/lp8755.h | 71 4 files changed, 667 insertions(+), 0 deletions

[PATCH 2/2] Add new FLASH driver for lm3565 chip

2013-08-19 Thread Daniel Jeong
://www.ti.com/sitesearch/docs/universalsearch.tsp?searchTerm=lm3565&linkId=1 Signed-off-by: Daniel Jeong --- drivers/media/i2c/Kconfig |9 + drivers/media/i2c/Makefile |1 + drivers/media/i2c/lm3565.c | 602 include/media/lm3565.h |

[PATCH v3] backlight: lm3630: apply chip revision

2013-08-06 Thread Daniel Jeong
/lm3630a Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |6 +- drivers/video/backlight/Makefile |2 +- drivers/video/backlight/lm3630_bl.c | 475 - drivers/video/backlight/lm3630a_bl.c | 483

[PATCH] backlight-lm3630-apply chip revision

2013-07-19 Thread daniel jeong
@chip revision The TI LM3630 chip was revised and chip name was also changed to LM3630A. And register map, default values and initial sequences are changed. www.ti.com Signed-off-by: daniel jeong --- drivers/video/backlight/Kconfig |4 +- drivers/video/backlight/lm3630_bl.c

[PATCH] backlight-lm3630-apply chip revision

2013-07-19 Thread daniel jeong
The TI LM3630 chip was revised and chip name was also changed to LM3630A. And register map, default values and initial sequences are changed. www.ti.com Signed-off-by: daniel jeong --- drivers/video/backlight/Kconfig |4 +- drivers/video/backlight/lm3630_bl.c | 491

[PATCH v1] backlight-lm3630-apply chip revision

2013-07-26 Thread daniel jeong
The LM3630 chip was revised by TI and chip name was also changed to LM3630A. And register map, default values and intiial sequences are changed. lm3630_bl.c and .h files are deleted lm3630_bla.c and .h files are added www.ti.com Signed-off-by: daniel jeong --- drivers/video/backlight/Kconfig

[PATCH v2] regulator: new driver for LP8755

2012-12-16 Thread Daniel Jeong
required by application. www.ti.com Signed-off-by: Daniel Jeong --- drivers/regulator/Kconfig|9 + drivers/regulator/Makefile |1 + drivers/regulator/lp8755.c | 580 ++ include/linux/platform_data/lp8755.h | 71 4 files

[PATCH] media: i2c: add new driver for single string flash.

2015-01-19 Thread Daniel Jeong
This patch adds the driver for the single string flash products of TI. Several single string flash controllers of TI have similar register map and bit data. This driver supports four products,lm3556, lm3561, lm3642 and lm3648. Signed-off-by: Daniel Jeong --- drivers/media/i2c/Kconfig

Re: [PATCH] backlight: add new LP8860 backlight driver

2014-03-12 Thread Daniel Jeong
Thank you for your comments On Monday, March 03, 2014 6:15 PM, Daniel Jeong wrote: (+CC Bryan Wu, Lee Jones) Please add Bryan Wu, Lee Jones to CC list, when you send patches for backlight. This patch adds LP8860 backlight device driver. LP8860 is a low EMI and High performance 4 channel

[PATCH v2] backlight: add new LP8860 backlight driver

2014-03-12 Thread Daniel Jeong
This patch adds LP8860 backlight device driver. LP8860 is a low EMI and High performance 4 channel LED Driver of TI. This device driver provides the way to control brightness and current of each channel and provides the way to change values in the eeprom. Signed-off-by: Daniel Jeong

[PATCH v3] backlight: add new LP8860 backlight driver

2014-03-13 Thread Daniel Jeong
This patch adds LP8860 backlight device driver. LP8860 is a low EMI and High performance 4 channel LED Driver of TI. This device driver provides the way to control brightness and current of each channel and provides the way to change values in the eeprom. Signed-off-by: Daniel Jeong --- To

[PATCH] backlight: lm3639: use devm_backlight_device_register()

2014-03-13 Thread Daniel Jeong
change to use devm_backlight_device_register() for simple cleanup. Signed-off-by: Daniel Jeong --- drivers/video/backlight/lm3639_bl.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers/video/backlight/lm3639_bl.c b/drivers/video/backlight

[PATCH] backlight: add new LP8860 backlight driver

2014-03-03 Thread Daniel Jeong
. Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile|1 + drivers/video/backlight/lp8860_bl.c | 528 +++ include/linux/platform_data/lp8860_bl.h | 54 4 files changed, 590 insertions

[PATCH V2] media: i2c: add driver for dual LED Flash, lm3560.

2013-10-16 Thread Daniel Jeong
can be controlled independantly. But flash timeout and operation mode are shared. Signed-off-by: Daniel Jeong --- drivers/media/i2c/Kconfig |9 + drivers/media/i2c/Makefile |1 + drivers/media/i2c/lm3560.c | 488 include/media/lm3560.h

[RFC v5 1/2] backlight: add new tps611xx backlight driver

2014-07-15 Thread Daniel Jeong
1165.pdf Signed-off-by: Daniel Jeong --- dt document was changed. --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile |1 + drivers/video/backlight/tps611xx_bl.c | 479 + include/linux/platform_data/tps611xx_bl.

[RFC v5 0/2] backlight: add new tps611xx backlight driver

2014-07-15 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): [RFC v5 1/2] backlight: add new tps611xx backlight driver [RFC v5 2/2] backlight: device tree: add new

[RFC v5 2/2] backlight: device tree: add new tps611xx backlight binding

2014-07-15 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 26 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt

[RFC v4 0/2] backlight: add new tps611xx backlight driver

2014-07-02 Thread Daniel Jeong
This driver is a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): backlight backlight: add new tps611xx backlight device tree support .../video/backlight/tps611xx

[RFC v4 2/2] backlight: device tree: add new tps611xx backlight binding

2014-07-02 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 24 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt

[RFC v4 1/2] backlight: add new tps611xx backlight driver

2014-07-02 Thread Daniel Jeong
1165.pdf Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile |1 + drivers/video/backlight/tps611xx_bl.c | 479 + include/linux/platform_data/tps611xx_bl.h | 31 ++ 4 files cha

[RFC v6 1/2] backlight: add new tps611xx backlight driver

2014-07-23 Thread Daniel Jeong
1165.pdf Signed-off-by: Daniel Jeong --- [v6] applied Varka's comments. change the position of of_device_id [] delete owner [v5] dt document was changed --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile |1 + drivers/video/backlight

[RFC v6 2/2] backlight: device tree: add new tps611xx backlight binding

2014-07-23 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- [v6] Nothing changed from v5. Driver files were changed --- .../video/backlight/tps611xx-backlight.txt | 26 1 file changed, 26 insertions(+) create mode 100644

[RFC v6 0/2] backlight: add new tps611xx backlight driver

2014-07-23 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): [RFC v6 1/2] backlight: add new tps611xx backlight driver [RFC v6 2/2] backlight: device tree: add new

[RFC 1/2] backlight: add new tps611xx backlight driver

2014-06-15 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile

[RFC 2/2] backlight: device tree: add new tps611xx backlight driver

2014-06-15 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 16 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt

[RFC 0/2] backlight: add new tps611xx backlight driver

2014-06-15 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): backlight: add new tps611xx backlight driver backlight: add new tps611xx backlight device tree support

[RFC v2 0/2] backlight: add new tps611xx backlight driver

2014-06-23 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): backlight backlight: add new tps611xx backlight device tree support This commit is tps611xx device

[RFC v2 2/2] backlight: device tree: add new tps611xx backlight driver

2014-06-23 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 16 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt

[RFC v2 1/2] backlight: add new tps611xx backlight driver

2014-06-23 Thread Daniel Jeong
i.com/lit/ds/symlink/tps61165.pdf Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile |1 + drivers/video/backlight/tps611xx_bl.c | 494 + include/linux/platform_data/tps611xx_bl.h | 31

[RFC v3 0/2] backlight: add new tps611xx backlight driver

2014-06-24 Thread Daniel Jeong
This driver a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol. Daniel Jeong (2): backlight backlight: add new tps611xx backlight device tree support This commit is tps611xx device

[RFC v3 2/2] backlight: device tree: add new tps611xx backlight driver

2014-06-24 Thread Daniel Jeong
This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 16 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt

[RFC v3 1/2] backlight: add new tps611xx backlight driver

2014-06-24 Thread Daniel Jeong
i.com/lit/ds/symlink/tps61165.pdf Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile |1 + drivers/video/backlight/tps611xx_bl.c | 494 + include/linux/platform_data/tps611xx_bl.h | 31

[RFCv2,2/2] i2c: add new dual Flash driver,LM3646

2014-01-27 Thread Daniel Jeong
brightness is set equal to or bigger than Total brightness. And the brightness step is very small, 1.46mA for Torch, 11.71mA for Flash. If the step is changed to mA, maximum brightness cannot be reachable. Signed-off-by: Daniel Jeong --- drivers/media/i2c/Kconfig |9 + drivers/media/i2c

[RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits

2014-01-27 Thread Daniel Jeong
. Many Flash drivers have a pin and the fault bit to serves as a threshold detector for negative temperature coefficient (NTC) thermistors. Signed-off-by: Daniel Jeong --- include/uapi/linux/v4l2-controls.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/uapi/linux/v4l2

Re: [RFCv2,1/2] v4l2-controls.h: add addtional Flash fault bits

2014-01-28 Thread Daniel Jeong
2014년 01월 28일 18:08, Sakari Ailus 쓴 글: Hi Daniel, On Tue, Jan 28, 2014 at 03:55:57PM +0900, Daniel Jeong wrote: Add additional FLASH Fault bits to dectect faults from chip. Some Flash drivers support UVLO, IVFM, NTC Trip faults. UVLO : Under Voltage Lock Out Threshold crossed IVFM : IVFM

[PATCH -next] [media] media: i2c: lm3560: fix missing unlock error in lm3560_get_ctrl().

2013-11-13 Thread Daniel Jeong
Add the missing unlock before return from function lm3560_get_ctrl() to avoid deadlock. Thanks to Dan Carpenter. Signed-off-by: Daniel Jeong --- drivers/media/i2c/lm3560.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/i2c/lm3560.c b/drivers/media

[PATCH] backlight: add new lm3509 backlight driver

2014-08-29 Thread Daniel Jeong
oduct/lm3509 for review. Signed-off-by: Daniel Jeong --- drivers/video/backlight/Kconfig |7 + drivers/video/backlight/Makefile|1 + drivers/video/backlight/lm3509_bl.c | 399 +++ 3 files changed, 407 insertions(+) create mode 100644 drivers/

Re: [PATCH] media: i2c: add new driver for single string flash.

2015-01-20 Thread Daniel Jeong
Hi. On Mon, 2015-01-19 at 17:25 +0900, Daniel Jeong wrote: This patch adds the driver for the single string flash products of TI. Several single string flash controllers of TI have similar register map and bit data. This driver supports four products,lm3556, lm3561, lm3642 and lm3648. Why not