summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-071-17/+38
* gpiolib: Convert to devres_release()Mark Brown2012-05-041-2/+1
* devres: Add devres_release()Mark Brown2012-05-041-0/+31
* devres: Clarify documentation for devres_destroy()Mark Brown2012-05-041-0/+4
* w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten2012-05-041-2/+0
* extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown2012-05-041-0/+1
* memory: emif: Add Kconfig dependency for TI EMIF controllerSantosh Shilimkar2012-05-041-0/+1
* Extcon: fix section mismatch in extcon_gpio.cH Hartley Sweeten2012-05-021-2/+2
* Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-02348-2459/+3888
|\
| * Merge tag 'staging-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-297-12/+23
| |\
| | * staging: ozwpan: Fix bug where kfree is called twice.Rupesh Gujare2012-04-261-2/+0
| | * staging: octeon-ethernet: fix build errors by including interrupt.hImre Kaloz2012-04-243-0/+3
| | * staging: zcache: fix Kconfig crypto dependencySeth Jennings2012-04-241-1/+1
| | * staging: tidspbridge: remove usage of OMAP2_L4_IO_ADDRESSOmar Ramirez Luna2012-04-242-9/+19
| * | Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-2912-12/+45
| |\ \
| | * \ Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-04-277-8/+21
| | |\ \
| | | * | usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern2012-04-271-1/+1
| | | * | usb: gadget: udc-core: fix wrong call orderFelipe Balbi2012-04-271-1/+1
| | | * | usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi2012-04-191-1/+0
| | | * | usb: musb: davinci.c: add missing unregisterJulia Lawall2012-04-181-1/+2
| | | * | usb: musb: drop __deprecated flagFelipe Balbi2012-04-181-1/+1
| | | * | USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2012-04-122-2/+2
| | | * | usb: otg: gpio_vbus: Add otg transceiver events and notifiersHeiko Stübner2012-04-121-1/+14
| | * | | USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum2012-04-261-2/+5
| | * | | USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-242-0/+17
| | * | | usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart2012-04-242-2/+2
| | | |/ | | |/|
| * | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-281-2/+19
| |\ \ \
| | * | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-2/+19
| | |/ /
| * | | drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke2012-04-282-0/+9
| * | | drm/radeon/kms: need to set up ss on DP bridges as wellAlex Deucher2012-04-281-2/+2
| * | | Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-272-2/+5
| |\ \ \
| | * | | xen/acpi: Workaround broken BIOSes exporting non-existing C-states.Konrad Rzeszutek Wilk2012-04-261-1/+4
| | * | | xen: use the pirq number to check the pirq_eoi_mapStefano Stabellini2012-04-261-1/+1
| * | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-277-127/+157
| |\ \ \ \
| | * | | | spi/spi-bfin5xx: Fix flush of last bit after each spi transferScott Jiang2012-04-271-1/+4
| | * | | | spi/spi-bfin5xx: fix reversed if condition in interrupt modeScott Jiang2012-04-271-4/+4
| | * | | | spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang2012-04-271-6/+8
| | * | | | spi/bfin_spi: drop bits_per_word from client dataScott Jiang2012-04-271-1/+0
| | * | | | spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang2012-04-271-4/+3
| | * | | | spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2012-04-272-2/+2
| | * | | | spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar2012-04-271-2/+8
| | * | | | spi/bcm63xx: set master driver mode_bits.Florian Fainelli2012-04-271-0/+1
| | * | | | spi/bcm63xx: don't use the stopping stateFlorian Fainelli2012-04-271-11/+2
| | * | | | spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli2012-04-271-60/+89
| | * | | | spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionH Hartley Sweeten2012-04-271-14/+10
| | * | | | spi/pl022: Fix calculate_effective_freq()Viresh Kumar2012-04-271-6/+17
| | * | | | spi/pl022: Fix range checking for bits per wordVinit Shenoy2012-04-171-16/+9
| * | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-272-10/+11
| |\ \ \ \ \
| | * | | | | hwmon: (fam15h_power) Fix pci_device_id arrayGuenter Roeck2012-04-261-3/+6
| | * | | | | hwmon: (ad7314) Fix build warningGuenter Roeck2012-04-221-7/+5
| | | |_|/ / | | |/| | |