Age | Commit message (Expand) | Author | Files | Lines |
2009-09-23 | omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capability | Adrian Hunter | 4 | -0/+10 |
2009-09-23 | omap_hsmmc: fix scatter-gather list sanity checking | Jarkko Lavinen | 1 | -2/+12 |
2009-09-23 | omap_hsmmc: ensure workqueues are empty before suspend | Adrian Hunter | 1 | -16/+34 |
2009-09-23 | omap_hsmmc: set open drain bit correctly | Denis Karpov | 1 | -2/+4 |
2009-09-23 | omap_hsmmc: context save/restore support | Denis Karpov | 1 | -10/+184 |
2009-09-23 | omap_hsmmc: keep track of power mode | Adrian Hunter | 1 | -8/+19 |
2009-09-23 | ARM: OMAP: mmc-twl4030: add context loss counter support | Denis Karpov | 2 | -0/+18 |
2009-09-23 | omap_hsmmc: make use of new enable/disable interface | Adrian Hunter | 1 | -10/+58 |
2009-09-23 | omap_hsmmc: add debugfs entry (host registers) | Denis Karpov | 1 | -0/+57 |
2009-09-23 | mmc: check status after MMC SWITCH command | Adrian Hunter | 3 | -6/+42 |
2009-09-23 | mmc: power off once at removal | Denis Karpov | 1 | -0/+2 |
2009-09-23 | mmc: add mmc card sleep and awake support | Jarkko Lavinen | 8 | -5/+137 |
2009-09-23 | mmc: add ability to save power by powering off cards | Adrian Hunter | 5 | -0/+61 |
2009-09-23 | mmc: add MMC_CAP_NONREMOVABLE host capability | Adrian Hunter | 3 | -14/+69 |
2009-09-23 | mmc: allow host claim / release nesting | Adrian Hunter | 3 | -9/+28 |
2009-09-23 | mmc: add 'enable' and 'disable' methods to mmc host | Adrian Hunter | 4 | -6/+221 |
2009-09-23 | sdio: do not ignore MMC_VDD_165_195 | Ohad Ben-Cohen | 1 | -7/+0 |
2009-09-23 | mmc: register mmci-omap-hs using platform_driver_probe | Uwe Kleine-König | 1 | -2/+1 |
2009-09-23 | msm_sdcc.c: move overly indented code to separate function | Joe Perches | 1 | -69/+63 |
2009-09-23 | msm_sdcc.c: stylistic cleaning | Joe Perches | 1 | -21/+24 |
2009-09-23 | msm_sdcc.c: convert printk(KERN_<level> to pr_<level>( | Joe Perches | 1 | -58/+47 |
2009-09-23 | mmc: msm_sdccc: driver for HTC Dream | San Mehat | 4 | -0/+1547 |
2009-09-23 | OMAP: HSMMC: do not enable buffer ready interrupt if using DMA | Anand Gadiyar | 1 | -1/+8 |
2009-09-23 | mmc: in mmc_power_up(), use previously selected ocr if available | Balaji Rao | 1 | -1/+7 |
2009-09-23 | Blackfin: override text/data checking functions | Mike Frysinger | 1 | -3/+35 |
2009-09-23 | lockdep: use new arch_is_kernel_data() | Mike Frysinger | 1 | -0/+3 |
2009-09-23 | kallsyms: use new arch_is_kernel_text() | Mike Frysinger | 1 | -1/+2 |
2009-09-23 | asm/sections: add text/data checking functions for arches to override | Mike Frysinger | 1 | -0/+16 |
2009-09-23 | kallsyms: fix segfault in prefix_underscores_count() | Paul Mundt | 1 | -1/+1 |
2009-09-23 | getrusage: fill ru_maxrss value | Jiri Pirko | 5 | -0/+34 |
2009-09-23 | kmap_types.h: rename D macro | Andi Kleen | 1 | -23/+24 |
2009-09-23 | Make sure the value in abs() does not get truncated if it is greater than 2^32 | Rolf Eike Beer | 1 | -1/+1 |
2009-09-23 | fix compat_sys_utimensat() | Suzuki Poulose | 1 | -7/+0 |
2009-09-23 | vlynq: includecheck fix: drivers/vlynq/vlynq.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-23 | qnx4: remove write support | Christoph Hellwig | 9 | -368/+2 |
2009-09-23 | ntfs: remove ntfs_file_write | Christoph Hellwig | 1 | -41/+1 |
2009-09-23 | anonfd: split interface into file creation and install | Davide Libenzi | 4 | -30/+114 |
2009-09-23 | MAINTAINERS: remove dead ncpfs list | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2009-09-23 | aio.c: move EXPORT* macros to line after function | H Hartley Sweeten | 1 | -6/+4 |
2009-09-23 | BUILD_BUG_ON(): fix it and a couple of bogus uses of it | Jan Beulich | 7 | -10/+13 |
2009-09-23 | fs/buffer.c: clean up EXPORT* macros | H Hartley Sweeten | 2 | -30/+28 |
2009-09-23 | fs: turn iprune_mutex into rwsem | Nick Piggin | 1 | -7/+12 |
2009-09-23 | printk_once(): use bool for boolean flag | Roland Dreier | 1 | -2/+2 |
2009-09-23 | proc connector: add event for process becoming session leader | Scott James Remnant | 3 | -1/+38 |
2009-09-23 | seq_file: constify seq_operations | James Morris | 26 | -49/+49 |
2009-09-23 | Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGS | Ladinu Chandrasinghe | 11 | -90/+90 |
2009-09-23 | dme1737: Keep index within pwm_config[] | Roel Kluin | 1 | -1/+1 |
2009-09-23 | generic-ipi: make struct call_function_data lockless | Xiao Guangrong | 2 | -21/+20 |
2009-09-23 | Fix all -Wmissing-prototypes warnings in x86 defconfig | Trevor Keith | 4 | -8/+8 |
2009-09-23 | dac960: fix undefined behavior on empty string | Michael Buesch | 1 | -1/+1 |