summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: ads7846 - fix uninitialized var warningAndrew Morton2008-03-141-1/+1
* Input: i8042 - add SNI RM supportThomas Bogendoerfer2008-03-142-0/+77
* Input: i8042 - add Lenovo 3000 N100 to nomux blacklistJiri Kosina2008-03-141-0/+7
* Input: i8042 - fix warning on non-x86 buildsRoland Dreier2008-03-141-2/+1
* Input: cobalt_btns - assorted fixesYoichi Yuasa2008-03-141-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-03-115-43/+55
|\
| * RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise2008-03-101-2/+3
| * IB/iser: Handle iser_device allocation error gracefullyArne Redlich2008-03-101-4/+9
| * IB/iser: Fix list iteration bugArne Redlich2008-03-101-20/+16
| * RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason2008-03-091-1/+1
| * RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason2008-02-291-0/+3
| * IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff2008-02-291-1/+16
| * Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff2008-02-291-15/+6
| * IB/cm: Flush workqueue when removing deviceSean Hefty2008-02-291-1/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-109-28/+383
|\ \
| * | [libata] Add support for the RB500 PATA CompactFlashFlorian Fainelli2008-03-103-0/+324
| * | ahci: logical-bitwise and confusion in ahci_save_initial_config()Roel Kluin2008-03-101-1/+1
| * | libata: don't allow sysfs read access to force paramTejun Heo2008-03-101-1/+2
| * | ahci: add the Device IDs for nvidia MCP7B AHCIpeerchen2008-03-101-0/+12
| * | libata-sff: handle controllers w/o ctl registerTejun Heo2008-03-101-14/+22
| * | libata: allow LLDs w/o any reset methodTejun Heo2008-03-101-0/+10
| * | ata: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-103-12/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-109-36/+127
|\ \ \
| * | | USB: fix ehci unlink regressionsDavid Brownell2008-03-101-16/+46
| * | | USB: new ftdi_sio device idMirko Bordignon2008-03-102-0/+4
| * | | USB: fsl_usb2_udc: fix broken KconfigLi Yang2008-03-101-1/+1
| * | | USB: option: add novatel device idsDirk DeSchepper2008-03-101-13/+62
| * | | USB: cypress_m8: add UPS Powercom (0d9f:0002)Dmitry Shapin2008-03-102-0/+6
| * | | USB: drivers/usb/storage/sddr55.c: fix uninitialized var warningsAndrew Morton2008-03-101-2/+2
| * | | USB: fix usb-serial generic recursive lockPete Zaitcev2008-03-101-4/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-101-0/+1
|\ \ \
| * | | PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl2008-03-101-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-103-19/+48
|\ \ \
| * | | drivers: fix dma_get_required_maskJames Bottomley2008-03-101-1/+1
| * | | nozomi: fix initialization and early flow control accessFrank Seidel2008-03-101-18/+43
| * | | sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman2008-03-101-0/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-03-103-10/+22
|\ \ \
| * | | lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell2008-03-111-1/+1
| * | | lguest: fix __get_vm_area usage.Rusty Russell2008-03-111-2/+13
| * | | lguest: make sure cpu is initialized before accessing itEugene Teo2008-03-111-7/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-03-108-216/+100
|\ \ \
| * | | [WATCHDOG] make watchdog/hpwdt.c:asminline_call() staticAdrian Bunk2008-03-061-4/+4
| * | | [WATCHDOG] Remove volatiles from watchdog device structuresFlorian Fainelli2008-03-062-4/+4
| * | | [WATCHDOG] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-064-8/+8
| * | | [WATCHDOG] hpwdt: Use dmi_walk() instead of own copyRoland Dreier2008-03-061-183/+20
| * | | [WATCHDOG] Fix return value warning in hpwdtRoland Dreier2008-03-061-11/+8
| * | | [WATCHDOG] Fix declaration of struct smbios_entry_point in hpwdtRoland Dreier2008-03-061-1/+1
| * | | [WATCHDOG] it8712f_wdt support for 16-bit timeout values, WDIOC_GETSTATUSAndrew Paprocki2008-03-061-14/+64
* | | | fbdev: add BF52x EZkit Display driverMichael Hennerich2008-03-103-0/+699
* | | | BF54x LQ043 Framebuffer driver: Update copyright on previously modified filesMichael Hennerich2008-03-101-1/+1
OpenPOWER on IntegriCloud