summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-284-30/+109
|\
| * Merge branch 'sa11x0-mcp' into sa11x0Russell King2012-03-262-30/+22
| |\
| | * MFD: ucb1x00-core: add wakeup supportRussell King2012-02-191-0/+4
| | * MFD: ucb1x00: convert to use genirqRussell King2012-02-191-18/+4
| | * MFD: mcp-core: remove legacy driver suspend/resume methodsRussell King2012-02-191-2/+0
| | * MFD: ucb1x00-core: convert to use dev_pm_opsRussell King2012-02-191-1/+1
| | * MFD: ucb1x00-core: use mutexes instead of semaphoresRussell King2012-02-191-2/+2
| | * MFD: ucb1x00-core: add handling for ucb1x00 resetRussell King2012-02-191-0/+7
| | * MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King2012-02-192-2/+4
| | * MFD: mcp-sa11x0: remove DMA initializers and variablesRussell King2012-02-031-6/+0
| | * MFD: mcp-core: sanitize host creation/removalRussell King2012-02-031-2/+3
| * | Merge branch 'sa11x0-lcd' into sa11x0Russell King2012-03-261-0/+63
| |\ \
| | * | FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King2012-02-211-0/+4
| | * | FB: sa1100: move machine inf structures to <video/sa1100fb.h>Russell King2012-02-211-0/+59
| * | | DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-071-0/+24
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-283-2/+6
|\ \ \
| * | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-1/+1
| * | | netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-232-1/+5
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-0/+10
|\ \ \ \
| * \ \ \ Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-0817-84/+70
| |\ \ \ \
| * \ \ \ \ Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 ...Arnd Bergmann2012-03-021-0/+10
| |\ \ \ \ \
| | * | | | | ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-011-0/+10
| | * | | | | Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre2012-03-0117-95/+265
| | |\ \ \ \ \
| | | \ \ \ \ \
| | \ \ \ \ \ \
| *-. | | | | | | Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann2012-03-024-63/+177
| |\ \| | | | | | | | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-02-291-0/+36
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge branch 'imx/dt' of git://git.linaro.org/people/shawnguo/linux-2.6 into ...Arnd Bergmann2012-02-289-13/+69
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vexpress-dt-v3.3-rc4' of git://git.linaro.org/people/pawelmoll/...Arnd Bergmann2012-02-2433-45/+186
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-24/+34
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Arnd Bergmann2012-03-247-8/+113
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann2012-03-2010-47/+41
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson2012-03-0818-108/+70
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | regulator: Remove bq24022 regulator driverHeiko Stübner2012-03-071-24/+0
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'depends/irqdomain' into next/driversArnd Bergmann2012-03-054-63/+177
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2012-03-041-0/+34
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ARM: tegra: emc: convert tegra2_emc to a platform driverOlof Johansson2012-02-071-0/+34
| * | | | | | | | | | | | Merge branch 'imx/driver' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Arnd Bergmann2012-02-289-13/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann2012-02-2233-45/+186
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | / / / / | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-284-0/+814
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'rpmsg-fixes-and-more-for-3.4' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-081-66/+273
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen2012-03-061-7/+2
| | * | | | | | | | | | | | remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen2012-03-061-5/+36
| | * | | | | | | | | | | | remoteproc: resource table overhaulOhad Ben-Cohen2012-03-061-54/+235
| * | | | | | | | | | | | | Merge tag 'rpmsg-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...Arnd Bergmann2012-02-234-0/+607
| |\| | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | remoteproc: s/big switch/lookup table/Ohad Ben-Cohen2012-02-221-0/+7
| | * | | | | | | | | | | remoteproc: remove unused resource typeOhad Ben-Cohen2012-02-081-1/+0
| | * | | | | | | | | | | rpmsg: add virtio-based remote processor messaging busOhad Ben-Cohen2012-02-083-0/+336
| | * | | | | | | | | | | remoteproc: add framework for controlling remote processorsOhad Ben-Cohen2012-02-081-0/+265
* | | | | | | | | | | | | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tegra/cleanups' into next/timerArnd Bergmann2012-03-211-0/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sh: remove clk_opsMagnus Damm2012-03-121-3/+2