summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-26ARM: arch_timer: Silence debug preempt warningsStephen Boyd1-4/+6
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson3-15/+10
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2-14/+10
2013-04-09Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-1/+563
2013-04-09Merge tag 'irq-s3c24xx-for-v3.10' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-0/+1356
2013-04-09Merge tag 'tegra-for-3.10-clk' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann9-336/+3491
2013-04-09Merge branch 'depends/clk' into next/driversArnd Bergmann17-125/+1424
2013-04-09Merge branch 'tegra/soc' into next/driversArnd Bergmann3-38/+23
2013-04-08Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann144-848/+2034
2013-04-08Merge branch 'zynq/clksrc/cleanup' of git://git.xilinx.com/linux-xlnx into ne...Arnd Bergmann7-73/+473
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann305-2355/+6114
2013-04-08Merge tag 'renesas-intc-external-irq2-for-v3.10' of git://git.kernel.org/pub/...Arnd Bergmann1-7/+83
2013-04-04clk: tegra: fix enum tegra114_clk to match bindingStephen Warren1-1/+1
2013-04-04clk: tegra: Remove forced clk_enable of uartdPeter De Schrijver1-1/+1
2013-04-04clk: tegra: devicetree match for nvidia,tegra114-carPeter De Schrijver2-0/+7
2013-04-04clk: tegra: Implement clocks for Tegra114Peter De Schrijver2-0/+2086
2013-04-04clk: tegra: Workaround for Tegra114 MSENC problemPeter De Schrijver2-0/+11
2013-04-04clk: tegra: Add flags to tegra_clk_periph()Peter De Schrijver4-10/+14
2013-04-04clk: tegra: Add new fields and PLL types for Tegra114Peter De Schrijver2-1/+888
2013-04-04clk: tegra: move from a lock bit idx to a lock maskPeter De Schrijver4-25/+25
2013-04-04clk: tegra: Add PLL post divider tablePeter De Schrijver4-6/+59
2013-04-04clk: tegra: introduce TEGRA_PLL_HAS_LOCK_ENABLEPeter De Schrijver2-0/+7
2013-04-04clk: tegra: Add TEGRA_PLL_BYPASS flagPeter De Schrijver2-4/+10
2013-04-04clk: tegra: Refactor PLL programming codePeter De Schrijver4-293/+356
2013-04-04clk: tegra: provide dummy cpu car opsPeter De Schrijver1-1/+2
2013-04-04clk: tegra: defer application of init tableStephen Warren4-2/+25
2013-04-04clk: tegra: Fix cdev1 and cdev2 IDsPrashant Gaikwad2-2/+2
2013-04-04clk: tegra: Make gr2d and gr3d clocks children of pll_cThierry Reding2-0/+4
2013-04-04clk: tegra: Export peripheral reset functionsThierry Reding1-0/+3
2013-04-04clk: tegra: Fix periph_clk_to_bit macroYen Lin1-1/+1
2013-04-04Merge remote-tracking branch 'linaro_mturquette_linux/clk-for-3.10' into for-...Stephen Warren17-125/+1424
2013-04-04Merge branch 'for-3.10/soc' into for-3.10/clkStephen Warren3-38/+23
2013-04-04arm: zynq: Move timer to generic locationMichal Simek3-0/+440
2013-04-04clocksource: mct: Add terminating entry for exynos_mct_ids tableAxel Lin1-0/+1
2013-04-04clocksource: mct: Add missing semicolons in exynos_mct.cDoug Anderson1-2/+2
2013-04-04irqchip: s3c24xx: add devicetree supportHeiko Stuebner1-6/+225
2013-04-04irqchip: s3c24xx: make interrupt handling independent of irq_domain structureHeiko Stuebner1-10/+15
2013-04-04irqchip: s3c24xx: globally keep track of the created intc instancesHeiko Stuebner1-49/+50
2013-04-04irqchip: s3c24xx: add irq_set_type callback for basic interrupt typesHeiko Stuebner1-0/+24
2013-04-04irqchip: s3c24xx: fix irqlist of second s3c2416 controllerHeiko Stuebner1-3/+2
2013-04-04irqchip: s3c24xx: fix comments on some camera interruptsHeiko Stuebner1-4/+4
2013-04-04ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner2-0/+1108
2013-04-04pinctrl: bcm2835: make use of of_property_read_u32_index()Stephen Warren1-8/+11
2013-04-04gpio: vt8500: Remove arch-vt8500 gpio driverTony Prisk3-362/+0
2013-04-04pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500Tony Prisk11-0/+2973
2013-04-04of: Remove duplicated code for validating property and valueTony Prisk1-43/+51
2013-04-04of: Add support for reading a u32 from a multi-value property.Tony Prisk1-0/+33
2013-04-03gpio: tegra: add gpio wakeup source handlingJoseph Lo1-2/+19
2013-04-02clk: allow reentrant calls into the clk frameworkMike Turquette1-2/+42
2013-04-02clk: abstract locking out into helper functionsMike Turquette1-38/+61