summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-2316-325/+478
|\
| * firewire: allow explicit flushing of iso packet completionsClemens Ladisch2012-03-187-13/+127
| * firewire: prevent dropping of completed iso packet header dataClemens Ladisch2012-03-183-12/+17
| * firewire: ohci: factor out iso completion flushing codeClemens Ladisch2012-03-181-19/+18
| * firewire: ohci: simplify iso header pointer arithmeticClemens Ladisch2012-03-181-10/+12
| * firewire: ohci: optimize control bit checksClemens Ladisch2012-03-181-3/+3
| * firewire: ohci: remove unused excess_bytes fieldClemens Ladisch2012-03-181-1/+0
| * firewire: ohci: copy_iso_headers(): make comment match the codeClemens Ladisch2012-03-181-4/+3
| * firewire: cdev: fix IR multichannel event documentationClemens Ladisch2012-03-171-3/+2
| * firewire: ohci: fix too-early completion of IR multichannel buffersClemens Ladisch2012-03-171-3/+2
| * firewire: ohci: move runtime debug facility out of #ifdefStefan Richter2012-03-102-24/+1
| * firewire: tone down some diagnostic log messagesStefan Richter2012-03-102-3/+1
| * firewire: sbp2: replace a GFP_ATOMIC allocationStefan Richter2012-03-101-1/+1
| * firewire: sbp2: Fix SCSI sense data manglingChris Boot2012-02-221-2/+11
| * firewire: sbp2: Ignore SBP-2 targets on the local nodeChris Boot2012-02-221-0/+4
| * firewire: sbp2: Take into account Unit_Unique_IDChris Boot2012-02-221-0/+12
| * firewire: nosy: Use the macro DMA_BIT_MASK().santosh nayak2012-02-221-2/+2
| * firewire: core: convert AR-req handler lock from _irqsave to _bhStefan Richter2012-02-221-13/+8
| * firewire: core: fix race at address_handler unregistrationStefan Richter2012-02-221-5/+8
| * firewire: core: remove obsolete commentStefan Richter2012-02-221-8/+0
| * firewire: core: prefix log messages with card nameStefan Richter2012-02-227-57/+72
| * firewire: net: use dev_printk APIStefan Richter2012-02-221-20/+21
| * firewire: net: identify to driver core as "firewire_net", not "net"Stefan Richter2012-02-221-1/+1
| * firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"Stefan Richter2012-02-221-4/+2
| * firewire: sbp2: use dev_printk APIStefan Richter2012-01-151-42/+51
| * firewire: ohci: use dev_printk APIStefan Richter2012-01-151-79/+106
| * firewire: move fw_device reference counting from drivers to coreStefan Richter2012-01-155-19/+16
* | Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-2335-1447/+12805
|\ \
| * | ARM: u300: configure some pins as an exampleLinus Walleij2012-03-121-2/+16
| * | pinctrl: support pinconfig on the U300Linus Walleij2012-03-124-8/+135
| * | pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij2012-03-121-43/+13
| * | pinctrl: introduce generic pin configLinus Walleij2012-03-127-4/+289
| * | pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij2012-03-121-10/+17
| * | pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren2012-03-122-29/+56
| * | Merge branch 'pinctrl-tegra-for-next-diet' into for-nextLinus Walleij2012-03-068-0/+7393
| |\ \
| | * | ARM: tegra: Select PINCTRL Kconfig variablesStephen Warren2012-03-061-0/+4
| | * | pinctrl: add a driver for NVIDIA TegraStephen Warren2012-03-067-0/+7389
| * | | pinctrl: forward-declare struct deviceStephen Warren2012-03-061-0/+1
| * | | pinctrl: split pincontrol states into its own headerLinus Walleij2012-03-064-4/+9
| * | | pinctrl: include machine header to core.hLinus Walleij2012-03-061-1/+2
| * | | pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren2012-03-052-1/+69
| * | | pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-059-108/+611
| * | | pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-057-225/+375
| * | | pinctrl: add usecount to pins for muxingStephen Warren2012-03-052-5/+28
| * | | pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-054-376/+197
| * | | pinctrl: fix and simplify lockingStephen Warren2012-03-055-122/+215
| * | | pinctrl: fix the pin descriptor kerneldocLinus Walleij2012-03-021-3/+1
| * | | pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-024-21/+13
| * | | pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-026-152/+26
| * | | pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren2012-03-023-27/+14