summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUPUwe Kleine-König2013-10-0711-56/+14
* Merge branch 'clk-of-init-v2_for-3.13' of https://github.com/shesselba/linux-...Olof Johansson2013-10-0744-465/+224
|\
| * ARM: vt8500: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: vexpress: remove custom .init_time hookSebastian Hesselbarth2013-09-291-13/+1
| * ARM: tegra: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: sunxi: remove custom .init_time hookSebastian Hesselbarth2013-09-291-8/+0
| * ARM: sti: remove custom .init_time hookSebastian Hesselbarth2013-09-291-6/+4
| * ARM: socfpga: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: rockchip: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: prima2: remove custom .init_time hookSebastian Hesselbarth2013-09-291-11/+0
| * ARM: nspire: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: nomadik: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0
| * ARM: mxs: remove custom .init_time hookSebastian Hesselbarth2013-09-294-30/+16
| * ARM: kirkwood: remove custom .init_time hookSebastian Hesselbarth2013-09-291-8/+0
| * ARM: imx: remove custom .init_time hookSebastian Hesselbarth2013-09-297-62/+13
| * ARM: highbank: remove custom .init_time hookSebastian Hesselbarth2013-09-292-19/+14
| * ARM: exynos: remove custom .init_time hookSebastian Hesselbarth2013-09-294-13/+0
| * ARM: dove: remove custom .init_time hookSebastian Hesselbarth2013-09-291-11/+0
| * ARM: bcm2835: remove custom .init_time hookSebastian Hesselbarth2013-09-292-10/+0
| * ARM: bcm: provide common arch init for DT clocksMatt Porter2013-09-291-1/+0
| * ARM: call of_clk_init from default time_init handlerSebastian Hesselbarth2013-09-291-12/+17
| * ARM: vt8500: prepare for arch-wide .init_time callbackSebastian Hesselbarth2013-09-293-39/+8
| * clk: vt8500: parse pmc_base from clock driverSebastian Hesselbarth2013-09-291-0/+24
| * clk: sunxi: declare OF clock providerSebastian Hesselbarth2013-09-293-30/+7
| * ARM: socfgpa: prepare for arch-wide .init_time callbackSebastian Hesselbarth2013-09-291-1/+8
| * clk: prima2: declare OF clock providerSebastian Hesselbarth2013-09-293-26/+8
| * clk: nomadik: declare OF clock providerSebastian Hesselbarth2013-09-293-35/+17
| * clk: nomadik: move src init out of nomadik_clk_initSebastian Hesselbarth2013-09-291-70/+74
| * ARM: nomadik: remove mtu initalization from .init_timeSebastian Hesselbarth2013-09-291-26/+0
| * clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij2013-09-221-0/+21
| * Merge tag 'tegra-for-3.13-deps-for-arm-init-time-cleanup' of git://git.kernel...Sebastian Hesselbarth2013-09-224-23/+35
| |\
| | * ARM: tegra: split tegra_pmc_init() in twoStephen Warren2013-09-174-23/+35
| |/
* | Merge tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-09-2632-1360/+4
|\ \
| * | video: drop code for ARCH_SHARK in cyber2000fbLinus Walleij2013-09-251-70/+0
| * | input: i8042: drop dependency on ARCH_SHARKLinus Walleij2013-09-251-1/+1
| * | ide: drop dependency on ARCH_SHARKLinus Walleij2013-09-251-2/+2
| * | block: drop dependency on ARCH_SHARKLinus Walleij2013-09-251-1/+1
| * | MAINTAINERS: delete Shark machine entryLinus Walleij2013-09-171-5/+0
| * | ARM: delete mach-sharkLinus Walleij2013-09-1727-1281/+0
| |/
* | Merge tag 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Olof Johansson2013-09-262-36/+11
|\ \
| * | ARM: nomadik: delete FSMC platform dataLinus Walleij2013-09-242-21/+2
| * | ARM: nomadik: delete MMCI platform dataLinus Walleij2013-09-241-14/+1
| * | ARM: nomadik: register VMMC regulatorLinus Walleij2013-09-241-2/+9
| |/
* | Linux 3.12-rc2v3.12-rc2Linus Torvalds2013-09-241-1/+1
* | Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2335-97/+160
|\ \
| * \ Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-2213-36/+91
| |\ \
| | * | iio:buffer_cb: Add missing iio_buffer_init()Lars-Peter Clausen2013-09-211-0/+2
| | * | iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| | * | iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-212-5/+17
| | * | iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-213-1/+28