52 results
Order by date - Order by pertinence
All (52)
High-tech (52)
 
[PATCH 1/2] regulator: aat2870: Convert to regulator_list_voltage_table
Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/regulator/aat2870-regulator.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c index ...
Message posted on the July 6th, 2012 - 7:20 AM ET
RE: [PATCH 3/3] regulator: aat2870: Add AAT2870 regulator driver
Mark, Thanks for your review. +config REGULATOR_AAT2870 + bool "AnalogicTech AAT2870 Regulators" Why bool? There is no specific reason, so I have changed to tristate. This should be a set_voltage_sel(), the core will do all the ...
Message posted on the July 4th, 2011 - 4:50 AM ET
Re: [PATCH 0/3] aat2870: Adding mfd, backlight and regulator drivers
Changing subject because the patch was separated. Adding relevant maintainers for backlight and regulator. Hi Samuel, Before reviewing this patch, could you please do the following: 1) Split it into 3 actual patches: the MFD one, the regulator ...
Message posted on the June 29th, 2011 - 10:10 AM ET
[PATCH] regulator: Add a pointer to aat2870_data in struct aat2870_regulator
The reason we add *pdev in struct aat2870_regulator is to use it to get a pointer to struct aat2870_data. Save a pointer to struct aat2870_data instead of pdev in struct aat2870_regulator, this change makes the intention more clear. Signed-off-by: ...
Message posted on the March 1st, 2012 - 8:30 PM ET
[PATCH 1/4] mfd: aat2870-core: Use gpio_request_one
Use gpio_request_one() instead of multiple gpiolib calls. Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/mfd/aat2870-core.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/aat2870-core.c ...
Message posted on the November 30th, 2011 - 8:50 PM ET
[PATCH] regulator: Sort Kconfig and Makefile entries
Sort Kconfig entries by company name/driver in alphabetical order. Sort Makefile entries by alphabetical order. In order to group all the Kconfig entries by company name, this patch also adds company name to some Kconfig entries. Signed-off-by: ...
Message posted on the February 21st, 2012 - 8:30 PM ET
[PATCH] mfd: Convert aat2870 to dev_pm_ops
The I2C suspend and resume functions have been deprecated since the driver was introduced. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> drivers/mfd/aat2870-core.c | 19 ++++++++++ 1 files changed, 10 insertions(+), 9 ...
Message posted on the December 28th, 2011 - 12:50 PM ET
[PATCH 0/1] Submitting aat2870 driver
Hi, Samuel I would like to contribute my driver to Linux Kernel. The driver is for AnalogicTech AAT2870 and include backlight, regulator and mfd driver. It was written by me and verified on NVIDIA Tegra platform. And following patches are based on ...
Message posted on the May 30th, 2011 - 4:20 AM ET
[PATCH 1/6] backlight: aat2870: use bl_get_data instead of dev_get_drvdata
Use the wrapper function for getting the driver data using backlight_device instead of using dev_get_drvdata with &bd->dev, so we can directly pass a struct backlight_device. Signed-off-by: Jingoo Han <jg1.han@samsung.com> ...
Message posted on the December 21st, 2012 - 12:30 AM ET
[PATCH RESEND 1/2] regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator
In current implementation, the pointer ri is not NULL if no id is matched. Fix it by checking i == ARRAY_SIZE(aat2870_regulators) if no id is matched. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown ...
Message posted on the November 28th, 2011 - 1:10 AM ET
[PATCH] mfd: aat2870-core: constify i2c_device_id table
Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/mfd/aat2870-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c index 345dc65..a7c1a1b 100644 ...
Message posted on the December 19th, 2011 - 7:10 AM ET
[PATCH] regulator: aat2870: Add MODULE_ALIAS
Not that it's ever likely to get used. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> drivers/regulator/aat2870-regulator.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git ...
Message posted on the March 14th, 2012 - 1:30 PM ET
[PATCH 1/2 RESEND] regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator
In current implementation, the pointer ri is not NULL if no id is matched. Fix it by checking i == ARRAY_SIZE(aat2870_regulators) if no id is matched. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown ...
Message posted on the August 29th, 2011 - 10:50 AM ET
[PATCH 1/2 RESEND] regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulator
In current implementation, the pointer ri is not NULL if no id is matched. Fix it by checking i == ARRAY_SIZE(aat2870_regulators) if no id is matched. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown ...
Message posted on the July 6th, 2011 - 7:40 PM ET