summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-10-27gpio: add Topcliff PCH GPIO driverTomoya MORINAGA3-0/+321
2010-10-27gpio: adp5588-gpio: support interrupt controllerMichael Hennerich2-21/+263
2010-10-27gpio: add support for 74x164 serial-in/parallel-out 8-bit shift registerMiguel Gaio3-0/+191
2010-10-27gpio: timbgpio: use a copy of the IER register to avoid it being trashedTomas Hallenberg1-2/+19
2010-10-27gpio: add driver for basic memory-mapped GPIO controllersAnton Vorontsov3-0/+303
2010-10-27drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil1-5/+40
2010-10-27drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258062-1/+183
2010-10-27rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()Kukjin Kim1-1/+1
2010-10-27rtc: rtc-s3c: fix RTC initialization methodChanghwan Youn1-5/+13
2010-10-27rtc: rtc-s3c: Fix debug message format on RTCKukjin Kim1-9/+9
2010-10-27rtc: rtc-s3c: fix on support RTC AlarmChanghwan Youn1-1/+2
2010-10-27rtc: rtc-s3c: fix setting missing field of getalarmChanghwan Youn1-6/+6
2010-10-27rtc: rtc-s3c: fix access unit from byte to word on RTCCONChanghwan Youn1-18/+21
2010-10-27rtc: omap: let device wakeup capability be configured from chip init logicSekhar Nori1-5/+7
2010-10-27drivers/rtc/class.c: fix device_register() error handlingVasiliy Kulikov1-1/+3
2010-10-27rtc-bfin: add debug markers to suspend/resume pathsMike Frysinger1-4/+12
2010-10-27rtc-bfin: shrink/optimize interrupt handler a bitMike Frysinger1-11/+16
2010-10-27rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoCKevin Wells3-0/+424
2010-10-27drivers/char/vt_ioctl.c: fix VT_OPENQRY error valueGraham Gower1-5/+6
2010-10-27dmi: log board, system, and BIOS informationBjorn Helgaas1-1/+31
2010-10-27ehea: Fixing statisticsBreno Leitao2-6/+28
2010-10-27bonding: Fix lockdep warning after bond_vlan_rx_register()Jarek Poplawski1-2/+2
2010-10-27caif-u5500: Build config for CAIF shared mem driverAmarnath Revanna2-0/+11
2010-10-27caif-u5500: CAIF shared memory mailbox interfaceAmarnath Revanna1-0/+129
2010-10-27caif-u5500: CAIF shared memory transport protocolsjur.brandeland@stericsson.com1-0/+744
2010-10-27drivers/isdn: delete double assignmentJulia Lawall2-5/+3
2010-10-27drivers/net/typhoon.c: delete double assignmentJulia Lawall1-1/+1
2010-10-27drivers/net/sb1000.c: delete double assignmentJulia Lawall1-3/+3
2010-10-27qlcnic: define valid vlan id rangeSony Chacko1-1/+1
2010-10-27qlcnic: reduce rx ring sizeSony Chacko3-20/+21
2010-10-27qlcnic: fix mac learningamit salecha2-0/+6
2010-10-27ehea: fix use after freeEric Dumazet1-5/+5
2010-10-27qlge: bugfix: Restoring the vlan setting.Ron Mercer1-0/+17
2010-10-27be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()...Somnath Kotur1-4/+18
2010-10-27gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2...Jarek Poplawski1-3/+3
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi3-3/+23
2010-10-27NULL-terminate all pci_device_id tablesDzianis Kahanovich2-1/+3
2010-10-26fix braino in fs: do not assign default i_ino in new_inodeAl Viro1-1/+1
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds202-11621/+18673
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds8-40/+641
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-5/+12
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds64-711/+2394
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-26Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds67-2649/+2376
2010-10-26Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-16/+46
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-2/+3
2010-10-26misc devices: do not enable by defaultBorislav Petkov1-1/+0
2010-10-26drivers/misc/apds9802als.c: add runtime PM supportHong Liu1-64/+103