First
|
Prev |
Next
|
Last
Pages: 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write() 2010/8/9 Liam Girdwood <lrg(a)slimlogic.co.uk>: On Fri, 2010-08-06 at 08:09 +0800, Axel Lin wrote: We already check count value before calling i2c_smbus_read_byte_data(), no need to check it again. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.co... 9 Aug 2010 05:45
Add quick erase format option On Mon, 2010-08-09 at 09:25 +0100, stefani(a)seibold.net wrote: From: Stefani Seibold <stefani(a)seibold.net> This patch add a quick format option which skips erasing of already erased flash blocks. This is useful for first time production environments where the flash arrived erased. Signed-off-by: S... 9 Aug 2010 10:06
regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write() On Fri, 2010-08-06 at 08:09 +0800, Axel Lin wrote: We already check count value before calling i2c_smbus_read_byte_data(), no need to check it again. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- This resend adds regulator: prefix in th... 9 Aug 2010 04:41
[PATCH] Add quick erase format option From: Stefani Seibold <stefani(a)seibold.net> This patch add a quick format option which skips erasing of already erased flash blocks. This is useful for first time production environments where the flash arrived erased. Signed-off-by: Stefani Seibold <stefani(a)seibold.net> --- ubi-utils/src/ubiformat.c | 29 ... 9 Aug 2010 04:41
regulator: Default GPIO controlled WM8994 regulators to disabled On Fri, 2010-08-06 at 15:48 +0100, Mark Brown wrote: From: Joonyoung Shim <jy0922.shim(a)samsung.com> This ensures that if the GPIO was not enabled prior to the driver starting the regulator API will insert the required powerup ramp delay when it enables the regulator. The gpiolib API does not provide... 9 Aug 2010 04:41
how to transplant a driver from 2.4 to 2.6? I have a driver project programmed under the 2.4 kernel. but now ,I want to transplant it to 2.6. the driver has some directions; like 1/1.c 2/2.c 3/3_1.c 3_2.c in this case ,how can I imtate the template Makefile of 2.6's driver I only kown this: ------------------------------------------ ifneq ($(KERN... 9 Aug 2010 05:45
[PATCH RESEND] regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe We should call platform_set_drvdata() before calling platform_get_drvdata(). Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- Per Mark's comment, this resend remove platform_set_drvdata(pdev, NULL) in tps6507x_pmic_remove. drivers/regulator/tps6507x-regulator.c | 1 + 1 files changed, 1 insertions(+), 0 del... 9 Aug 2010 04:41
[PATCH] regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove() Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/regulator/tps6586x-regulator.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index 3c2eee8..122193b 100644 --- a/drivers/regulator/tps6586x-regu... 9 Aug 2010 04:41
n2 RNG driver bogus cast removal Kulikov, can you at least build test your patches? Casts are not always incorrect, particularly when private cookies are "unsigned long" as is the case here: drivers/char/hw_random/n2-drv.c: In function ¡n2rng_data_read¢: drivers/char/hw_random/n2-drv.c:390: warning: initialization makes pointer from integer w... 9 Aug 2010 15:41
regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe On 9 Aug 2010, at 04:27, Axel Lin <axel.lin(a)gmail.com> wrote: We should call platform_set_drvdata() before calling platform_get_drvdata(). Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/regulator/tps6507x-regulator.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff... 9 Aug 2010 04:41 |