-V2 Cleaned up name space so each MFD sub-driver uses a different name space.
On Fri, Apr 02, 2010 at 03:37:32PM -0600, Todd Fischer wrote: Move from using tps or tsp6507x to tps6057x_pmic in a consistent manner. Signed-off-by: Todd Fischer <todd.fischer(a)ridgerun.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonicro.com> -- To unsubscribe from this list: send the line "unsubsc... 5 Apr 2010 10:29
-V2 Move TPS6507x register definition to header file.
On Fri, Apr 02, 2010 at 03:37:30PM -0600, Todd Fischer wrote: Other sub-drivers for the TPS6507x chip will need to use register definition so move it out of the source file and into a header file. Signed-off-by: Todd Fischer <todd.fischer(a)ridgerun.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmi... 5 Apr 2010 10:29
-V2 Make room for other tps6507x drivers to have board specific initialization data.
On Fri, Apr 02, 2010 at 03:37:31PM -0600, Todd Fischer wrote: Add mfd structure which refrences sub-driver initialization data. For example, for a giving hardware implementation, the voltage regulator sub-driver initialization data provides the mapping betten a voltage regulator and what the output voltage ... 5 Apr 2010 10:29
2.6.33.2: USB Quickcam Pro 9000 (usb resets)?
Hi, When no webcam is used, I do not see disconnect/reconnects. When I use a webcam, I see the following, is this normal? Note: I run motion on this host. [142013.089524] usb 1-1.5.1: USB disconnect, address 14 [142013.120627] usb 1-1.5.2: USB disconnect, address 15 [142013.209523] usb 1-1.5: reset full speed... 7 Apr 2010 19:10
eeepc-wmi: include slab.h
> From: Tejun Heo [mailto:tj(a)kernel.org] Sent: Monday, April 05, 2010 10:41 AM To: lkml Cc: Wang, Yong Y Subject: [PATCH] eeepc-wmi: include slab.h eeepc-wmi uses kfree() but doesn't include slab.h. Include it. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Yong Wang <yong.y.wang(a)intel.com> ... 5 Apr 2010 11:37
[announce] atang tree has been rebased on top of 2.6.33
Changes: - whole tree has been re-based on top of 2.6.33 kernel - individual patches adding 32-bit PIO support to PATA drivers have been combined together - duplicated ata_timing_* EXPORT_SYMBOLs have been removed ( As a net result the total number of patches kept in atang tree has decreased from 261 to 2... 5 Apr 2010 08:18
[PATCH 2/2] cpuhotplug: make get_online_cpus() scalability by using percpu counter
Current get_online_cpus() acquires a mutex lock and then release it. It is not scale and it hurts cache. This patch rewrite it. 1) get_online_cpus() must be allowed to be called recursively, so I added get_online_cpus_nest for every task for new code. This patch just allows get_online_cpus() to be calle... 5 Apr 2010 07:11
[PATCH] watchdog docs: Fix use of WDIOC_SETOPTIONS ioctl.
In the watchdog-test program and watchdog-api.txt, pass the values to the WDIOC_SETOPTIONS ioctl as a pointer to an integer containing the values intead of directly in the third ioctl argument. The actual watchdog drivers in drivers/watchdog don't read the options directly from the argument but use get_user and cop... 5 Apr 2010 07:11
Bad watchdog ioctl definitions
Hi, I've noticed that some of the ioctl definitions in include/linux/watchdog.h are incorrect, for example: #define WDIOC_SETOPTIONS _IOR(WATCHDOG_IOCTL_BASE, 4, int) This is a write ioctl so should be _IOW #define WDIOC_KEEPALIVE _IOR(WATCHDOG_IOCTL_BASE, 5, int) I think this should just be ... 5 Apr 2010 08:18
[PATCH] documentation: slightly more correct value for MAP_HUGETLB in map_hugetlb.c
still not correct for alpha, mips, parisc or xtensa but working out of the box in the most common architectures without having to deal with complicated macros or including architecture specific headers. Signed-off-by: Carlo Marcelo Arenas Belon <carenas(a)sajinet.com.pe> --- Documentation/vm/map_hugetlb.c | 2 ... 5 Apr 2010 03:58