summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes2011-11-021-35/+42
| * | | | w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2011-11-022-84/+12
| * | | | pps gpio client: add missing dependencyHeiko Carstens2011-11-021-1/+1
| * | | | pps: new client driver using GPIOJames Nuss2011-11-023-0/+237
| * | | | pps: default echo functionJames Nuss2011-11-023-28/+13
| * | | | drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-021-2/+2
| * | | | RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine2011-11-021-1/+1
| * | | | RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine2011-11-026-2/+3146
| * | | | drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang2011-11-021-2/+2
| * | | | drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König2011-11-021-3/+3
| * | | | rtc: add initial support for mcp7941x partsDavid Anders2011-11-021-0/+27
| * | | | drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-021-23/+9
* | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-027-59/+606
|\ \ \ \ \
| * | | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| * | | | | virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-023-0/+491
| * | | | | virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
| * | | | | virtio: console: wait for first console port for early console outputChristian Borntraeger2011-11-021-0/+20
| * | | | | virtio: console: add port stats for bytes received, sent and discardedAmit Shah2011-11-021-0/+24
| * | | | | virtio: console: make discard_port_data() use get_inbuf()Amit Shah2011-11-021-10/+5
| * | | | | virtio: console: rename variableAmit Shah2011-11-021-6/+5
| * | | | | virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah2011-11-021-14/+8
| * | | | | virtio: console: Fix return type for get_inbuf()Amit Shah2011-11-021-1/+1
| * | | | | virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah2011-11-021-4/+5
| * | | | | virtio: console: Ignore port name update request if name already setAmit Shah2011-11-021-0/+7
| * | | | | virtio: console: Fix indentationAmit Shah2011-11-021-1/+1
| * | | | | virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-9/+5
| * | | | | virtio-console: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-6/+4
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-022-2/+2
|\ \ \ \ \ \
| * | | | | | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
| * | | | | | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-0211-12/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | um: switch to use of drivers/KconfigAl Viro2011-11-028-9/+10
| * | | | | um: clean Kconfig up a bitAl Viro2011-11-022-0/+19
| * | | | | um: a couple of missing dependencies...Al Viro2011-11-022-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-012-10/+127
|\ \ \ \ \
| * \ \ \ \ Merge branch 'imx/devel' into next/dtArnd Bergmann2011-11-012-0/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-312-6/+107
| |\ \ \ \ \ \
| | * | | | | | of/irq: introduce of_irq_initRob Herring2011-10-311-0/+107
| | * | | | | | Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring2011-10-241-6/+0
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'omap/dt' into next/dtArnd Bergmann2011-10-311-0/+84
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'msm/dt', 'imx/dt' and 'at91/dt' into next/dtArnd Bergmann2011-10-30271-2290/+3183
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | / / / / | | | | |_|_|/ / / / | | | |/| | | | | |
| * | | | | | | | | msm_serial: Add devicetree supportDavid Brown2011-08-291-0/+14
| * | | | | | | | | msm_serial: Use relative resources for iomemDavid Brown2011-08-291-10/+6
* | | | | | | | | | Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+84
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2011-11-011-6/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | of: Add helpers to get one string in multiple strings propertyBenoit Cousson2011-10-041-0/+84
* | | | | | | | | | | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-013-67/+328
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2011-10-3137-520/+2612
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tegra/devel' into next/develArnd Bergmann2011-10-201-48/+95
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | gpio/tegra: Convert to a platform deviceStephen Warren2011-10-131-48/+95
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |