summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dell: Convert printks to pr_<level>Joe Perches2011-05-273-16/+16
* compal-laptop: Convert printks to pr_<level>Joe Perches2011-05-271-13/+9Star
* asus: Add pr_fmt and convert printks to pr_<level>Joe Perches2011-05-273-72/+59Star
* acer-wmi: pr_<level> cleanupsJoe Perches2011-05-271-16/+16
* ibm_rtl: Remove warnings from casts of pointer to intJoe Perches2011-05-271-2/+2
* asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches2011-05-271-1/+1
* w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-278-0/+1222
* w1: have netlink search update kernel listDavid Fries2011-05-273-5/+16
* w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2011-05-272-103/+220
* w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais2011-05-274-0/+411
* w1: add 1-wire (w1) reset and resume command API supportJean-François Dagenais2011-05-272-0/+28
* drivers/char/ppdev.c: put gotten port valueJulia Lawall2011-05-271-0/+1
* edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier()Lai Jiangshan2011-05-274-55/+18Star
* drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick2011-05-271-3/+2Star
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-272-85/+141
* kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger2011-05-271-18/+11Star
* drivers/rtc/rtc-mxc.c: remove defines already included in rtc.hWolfram Sang2011-05-271-6/+0Star
* drivers/rtc/rtc-pcf50633.c: don't request update IRQLars-Peter Clausen2011-05-271-20/+3Star
* rtc: add support for spear rtcRajeev Kumar2011-05-273-0/+543
* drivers/rtc/rtc-mrst.c: use release_mem_region after request_mem_regionJulia Lawall2011-05-271-2/+2
* rtc: add basic support for ST M41T93 SPI RTCVoss, Nikolaus2011-05-273-0/+235
* rtc: add rv3029c2 RTC supportHeiko Schocher2011-05-273-0/+464
* rtc: add EM3027 rtc driverMike Rapoport2011-05-273-0/+171
* rtc: add support for the RTC in VIA VT8500 and compatiblesAlexey Charkov2011-05-273-0/+374
* m32r: fix spin_lock_irqsave() misuseKOSAKI Motohiro2011-05-271-1/+2
* drivers/bcma/host_pci.c needs slab.hAndrew Morton2011-05-271-0/+1
* drivers/video/mb862xx/mb862xxfbdrv.c needs uaccess.hAndrew Morton2011-05-271-0/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-2636-50/+40Star
|\
| * isdn/diva: Drop __TIME__ usageMichal Marek2011-05-261-3/+2Star
| * wan/pc300: Drop __TIME__ usageMichal Marek2011-05-261-2/+1Star
| * parport: Drop __TIME__ usageMichal Marek2011-05-251-1/+0Star
| * hdlcdrv: Drop __TIME__ usageMichal Marek2011-05-251-1/+1
| * baycom: Drop __TIME__ usageMichal Marek2011-05-254-4/+4
| * pmcraid: Drop __DATE__ usageMichal Marek2011-04-192-6/+4Star
| * edac: Drop __DATE__ usageMichal Marek2011-04-1918-18/+18
| * rio: Drop __DATE__ usageMichal Marek2011-04-191-1/+1
| * scsi/wd33c93: Drop __TIME__ usageMichal Marek2011-04-191-4/+3Star
| * scsi/in2000: Drop __TIME__ usageMichal Marek2011-04-191-1/+1
| * aacraid: Drop __TIME__ usageMichal Marek2011-04-191-2/+1Star
| * media/cx231xx: Drop __TIME__ usageMichal Marek2011-04-191-1/+1
| * media/radio-maxiradio: Drop __TIME__ usageMichal Marek2011-04-191-2/+1Star
| * nozomi: Drop __TIME__ usageMichal Marek2011-04-191-2/+1Star
| * cyclades: Drop __TIME__ usageMichal Marek2011-04-191-2/+1Star
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-266-174/+443
|\ \
| * | gpio/via: rename VIA local config structLinus Walleij2011-05-201-24/+25
| * | basic_mmio_gpio: split into a gpio library and platform deviceJamie Iles2011-05-203-148/+176
| * | gpio: remove some legacy comments in build filesLinus Walleij2011-05-202-9/+5Star
| * | gpio: add trace events for setting direction and valueUwe Kleine-König2011-05-201-2/+16
| * | gpio/pca953x: Use handle_simple_irq instead of handle_edge_irqErik Botö2011-05-201-1/+1
| * | gpiolib: export gpiochip_findJean Delvare2011-05-201-0/+1