summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2425-313/+1518
|\
| * Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/...Kevin Hilman2014-01-161-2/+2
| |\
| | * watchdog: davinci: rename platform driver to davinci-wdtIvan Khoronzhuk2014-01-091-2/+2
| * | Merge branch 'qcom/drivers' into next/driversOlof Johansson2014-01-093-22/+17
| |\ \
| | * | tty: serial: Limit msm_serial_hs driver to platforms that use itStephen Boyd2014-01-091-1/+1
| | * | mmc: msm_sdcc: Limit driver to platforms that use itStephen Boyd2014-01-091-1/+1
| | * | usb: phy: msm: Move mach dependent code to platform dataIvan T. Ivanov2014-01-091-20/+15
| * | | Merge tag 'integrator-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2014-01-046-22/+93
| |\ \ \
| | * | | clk: versatile: fixup IM-PD1 clock implementationLinus Walleij2014-01-031-15/+71
| | * | | clk: versatile: pass a name to ICST clock providerLinus Walleij2014-01-035-6/+10
| | * | | irqchip: versatile FPGA: support cascaded interrupts from DTLinus Walleij2014-01-031-2/+13
| * | | | Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-01-02413-2223/+4430
| |\ \ \ \
| | * | | | gpio: davinci: don't create irq_domain in case of unbanked irqsGrygorii Strashko2013-12-251-15/+19
| | * | | | gpio: davinci: use chained_irq_enter/chained_irq_exit APIGrygorii Strashko2013-12-251-3/+3
| | * | | | gpio: davinci: add OF supportKV Sujith2013-12-251-3/+54
| | * | | | gpio: davinci: convert to use irqdomain support.Lad, Prabhakar2013-12-251-33/+47
| | * | | | gpio: introduce GPIO_DAVINCI kconfig optionGrygorii Strashko2013-12-252-1/+8
| | * | | | gpio: davinci: get rid of DAVINCI_N_GPIOGrygorii Strashko2013-12-251-2/+2
| | * | | | gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*Lad, Prabhakar2013-12-251-18/+18
| * | | | | Merge tag 'mvebu-drivers-3.14-2' of git://git.infradead.org/linux-mvebu into ...Olof Johansson2014-01-023-0/+322
| |\ \ \ \ \
| | * | | | | rtc: Add support for Intersil ISL12057 I2C RTC chipArnaud Ebalard2013-12-223-0/+322
| * | | | | | Merge tag 'renesas-sh-sci3-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2014-01-022-51/+138
| |\ \ \ \ \ \
| | * | | | | | serial: sh-sci: Add OF supportBastian Hecht2013-12-241-3/+98
| | * | | | | | serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart2013-12-241-26/+34
| | * | | | | | serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart2013-12-241-21/+5
| * | | | | | | Merge branch 'renesas/drivers-sci2' into next/driversOlof Johansson2014-01-022-168/+154
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'renesas-irqc-for-v3.14' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-12-291-13/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irq-renesas-irqc: simplify irq_set_type() methodSergei Shtylyov2013-12-231-10/+7
| | * | | | | | | | irqchip: renesas-irqc: Enable mask on suspendMagnus Damm2013-12-121-1/+1
| | * | | | | | | | irqchip: renesas-irqc: Use lazy disableMagnus Damm2013-12-121-2/+0
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'sunxi-drivers-for-3.14' of https://github.com/mripard/linux into n...Olof Johansson2013-12-275-0/+707
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: sun4i/sun7i: RTC driverCarlo Caione2013-12-203-0/+531
| * | | | | | | | | Merge tag 'samsung-irq' of git://git.kernel.org/pub/scm/linux/kernel/git/kgen...Olof Johansson2013-12-221-12/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | irqchip: exynos-combiner: remove hard-coded irq_base valueChander Kashyap2013-12-011-12/+3
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson2013-12-223-123/+266
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | crypto: atmel-sha - add sha information to the logNicolas Ferre2013-12-121-1/+3
| | * | | | | | | | | crypto: atmel-sha - add support for Device TreeNicolas Ferre2013-12-121-24/+75
| | * | | | | | | | | crypto: atmel-tdes - add support for Device TreeNicolas Ferre2013-12-121-49/+94
| | * | | | | | | | | crypto: atmel-aes - add support for Device TreeNicolas Ferre2013-12-121-49/+94
| * | | | | | | | | | Merge branch 'at91/dt' into next/driversOlof Johansson2013-12-2215-1/+3289
| |\| | | | | | | | |
| * | | | | | | | | | Merge tag 'renesas-usb-r8a66597-hcd-for-v3.14' of git://git.kernel.org/pub/sc...Kevin Hilman2013-12-201-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | usb: r8a66597-hcd: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-281-2/+2
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 's3c64xx-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2013-12-042-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'mvebu-drivers-3.14' of git://git.infradead.org/linux-mvebu into ne...Olof Johansson2013-12-041-8/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | bus: mvebu-mbus: Remove deprecated commentEzequiel Garcia2013-11-241-6/+0
| | * | | | | | | | | bus: mvebu-mbus: potential forever loop in mvebu_mbus_init()Dan Carpenter2013-11-241-2/+2
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-01-2410-79/+982
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2014-01-0428-231/+3809
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'heads/sh-sci' into dt3-baseSimon Horman2013-12-191-17/+22
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.13-rc3' into dt3-baseSimon Horman2013-12-19103-503/+884
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |