First  |  Prev |  Next  |  Last
Pages: 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900
[PATCH v4 1/3] hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
This driver adds support for the monitoring features of the Summit Microelectronics SMM665 Six-Channel Active DC Output Controller/Monitor. Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/hwmon/Kconfig | 15 + drivers/hwmon/Makefile | 1 + drivers/hwmon/smm665.c | 748 +++++++++++++... 25 Jun 2010 10:58
[PATCH v4 0/3] hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
This patchset adds support for the monitoring features of the Summit Microelectronics SMM665 Six-Channel Active DC Output Controller/Monitor. ------ v2 changes: - Added (untested) support for SMM465, SMM764, and SMM766. - Added vref module parameter to support non-default values of VREF_ADC. - Added an explan... 25 Jun 2010 10:58
[PATCH v4 3/3] hwmon: Update MAINTAINERS for smm665 driver
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- MAINTAINERS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6d119c9..1c196ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5205,6 +5205,13 @@ M: Nicolas Pitre <nico(a)fluxnic.net> S: O... 25 Jun 2010 10:58
[PATCH] USB: gadget: g_fs: code cleanup
This commit cleans the g_fs gadget hopefully making it more readable. This is achieved by usage of the usb_string_ids_tab() function for batch string IDs registration as well as generalising configuration so that a single routine is used to add each configuration and bind interfaces. As an effect, the code is sh... 25 Jun 2010 10:58
[PATCH] USB: gadget: f_mass_storage: fixed fs descriptors not being updated
The full speed descriptors were copied to the usb_function structure in the fsg_bind_config function before call to the usb_ep_autoconfig. The usb_ep_autoconfig was called in fsg_bind using the original descriptors. In effect copied descriptors were not updated. This patch changes the copy full speed descriptors... 25 Jun 2010 10:58
[PATCH] USB: gadget: f_mass_storage: stale common->fsg value bug fix
On fsg_unbind the common->fsg pointer was not NULLed if the unbound fsg_dev instance was the current one. As an effect, the incorrect pointer was preserved in all further operations which caused do_set_interface to reference an invalid region. This commit fixes this by raising an exception in fsg_bind which wil... 25 Jun 2010 10:58
vmscan: zone_reclaim don't call disable_swap_token()
On 06/25/2010 04:31 AM, KOSAKI Motohiro wrote: Swap token don't works when zone reclaim is enabled since it was born. Because __zone_reclaim() always call disable_swap_token() unconditionally. This kill swap token feature completely. As far as I know, nobody want to that. Remove it. Cc: Rik van ... 28 Jun 2010 07:19
vmscan: shrink_slab() require number of lru_pages, not page order
On Fri, 25 Jun 2010, KOSAKI Motohiro wrote: Fix simple argument error. Usually 'order' is very small value than lru_pages. then it can makes unnecessary icache dropping. This is going to reduce the delta that is added to shrinker->nr significantly thereby increasing the number of times that shrink_slab() is... 15 Jul 2010 22:00
[PATCH 2/6] perf ui: Introduce routine ui_browser__is_current_entry
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Will be used in more places in the new tree widget. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Stephane Eranian <eranian(a)google.com> Cc: Tom Zanussi <tzanussi(a)gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme(a)redhat... 25 Jun 2010 10:58
[PATCH 1/6] perf scripts perl: Makefile fix
From: Tom Zanussi <tzanussi(a)gmail.com> Fix a typo introduced by recent Makefile changes, in f9af3a4. Without it, Perl scripting support won't get compiled in. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Stephane Eranian <eranian(a)google.com> LKML-Reference: <1276836006.776... 25 Jun 2010 10:58
First  |  Prev |  Next  |  Last
Pages: 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900