fec: Add LAN8700 phy support
On Fri, Dec 04, 2009 at 04:47:07AM +0200, Amit Kucheria wrote: The i.MX51 babbage board has a FEC ethernet controller with this phy. I already saw patches for proper phylib support for the fec driver. Maybe we should reactivate them rather than adding another phy to this driver. Sascha Signed-off-by... 4 Dec 2009 07:21
mxc: Add board support for the i.MX51 babbage board
On Fri, Dec 04, 2009 at 04:47:05AM +0200, Amit Kucheria wrote: Add basic clock support, cpu identification, I/O mapping and serial port. Boot tested on Freescale Babbage 2.5 board. Support for FEC ethernet device is also added to allow NFS-root but needs the fixes from the following patches to get onboa... 10 Dec 2009 05:45
sched: fix GENTLE_FAIR_SLEEPERS dependency
* Suresh Jayaraman <sjayaraman(a)suse.de> wrote: The newly introduced GENTLE_FAIR_SLEEPERS does not seem to have any effect without FAIR_SLEEPERS. Fix sysctl.sched_features to reflect this. Without this change, a user who sets GENTLE_FAIR_SLEEPERS without FAIR_SLEEPERS would assume gentle sleeper fairness... 4 Dec 2009 08:27
vmscan: more simplify shrink_inactive_list()
> This patch depend on "vmscan : simplify code" patch (written by Huang Shijie) ========================================= Now, max_scan of shrink_inactive_list() is always passed less than SWAP_CLUSTER_MAX. then, we can remove scanning pages loop in it. detail - remove "while (nr_scanned < max_s... 7 Dec 2009 00:56
arm: mxc: changes to common plat-mxc code to add support for i.MX5
Amit, I would suggest you refactor the timer code into version 1 and version 2 either as 2 separate files or with a timer_is_v2() function rather than the mess of cpu_is_X macros it currently has. Essentially there are 2 versions of the timer hardware. Version 1 is found on MX1/MXL and MX21. Version 2 is found o... 3 Dec 2009 22:43
net: Make ks8851 snl work under Beagle Zippy combo board
David Miller wrote: From: "Ha, Tristram" <Tristram.Ha(a)Micrel.Com> Date: Thu, 3 Dec 2009 13:30:03 -0800 From: Tristram Ha <Tristram.Ha(a)micrel.com> The Micrel KSZ8851 SNL Ethernet chip is used in the OMAP Beagle Zippy combo board. Requesting interrupt using level triggering flag hangs the sys... 21 Dec 2009 18:03
[RFC PATCH 1/6] shmem: use alloc_file instead of init_file
shmem uses get_empty_filp() and then init_file(). Their is no good reason not to just use alloc_file() like everything else. Signed-off-by: Eric Paris <eparis(a)redhat.com> --- mm/shmem.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mm/shmem.c b/mm/shmem.c in... 3 Dec 2009 15:59
[RFC 0/2] macvtap, second try
I did not get this ready for the merge window, but people asked what the status of this is so I'm posting it now to solicit feedback. The first patch just adds some hooks into macvlan.c and is less invasive than the previous version. That part should be fine and I'd like this to get merged into macvlan for 2.6.33... 3 Dec 2009 13:43
Fix tracing infrastructure to support multiple includes when defining CREATE_TRACE_POINTS
On Wed, 2009-12-02 at 14:19 -0500, Neil Horman wrote: Fix tracing infrastructure to allow multiple header files with TRACE_EVENTS to be included with CREATE_TRACE_EVENTS defined I've been workingon adding a few tracepoints to the network stack, and in so doing it was convienient for me to add a second i... 23 Dec 2009 13:48
HID: add multi-input quirk for NextWindow Touchscreen.
On Thu, 3 Dec 2009, Peter Hutterer wrote: These touchscreens are mounted onto HP TouchSmart and the Dell Studio One 19. Without a quirk they report a wrong button set and the x/y coordinates through ABS_Z/ABS_RX, confusing the higher levels (most notably X.Org's evdev driver). Device id 0x003 cover... 21 Dec 2009 02:39