summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: qcom: gdsc: Add support for ON only stateRajendra Nayak2015-09-173-3/+46
* clk: qcom: gdsc: Add support for Memory RET/OFFRajendra Nayak2015-09-172-0/+46
* clk: qcom: gdsc: Prepare common clk probe to register gdscsRajendra Nayak2015-09-172-1/+16
* clk: qcom: Add support for GDSCsStephen Boyd2015-09-174-0/+222
* clk: divider: handle integer overflow when dividing large clock ratesBrian Norris2015-09-171-10/+10
* clk: sunxi: sun9i-mmc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* clk: sunxi: sun6i-ar100: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* clk: sunxi: sun6i-apb0-gates: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* clk: sunxi: sun6i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* clk: at91: system: don't try to free_irq when there is no IRQAlexandre Belloni2015-09-171-1/+2
* clk: at91: utmi: use pmc_read when the at91_pmc is availableAlexandre Belloni2015-09-171-2/+2
* clk: qcom: Allow clk_set_parent() to work on display clocksStephen Boyd2015-09-175-46/+89
* Merge branch 'clk-next' into v4.3-rc1Stephen Boyd2015-09-176-5/+30
|\
| * clk: tegra: dfll: Properly protect OPP listThierry Reding2015-09-171-1/+7
| * clk: rockchip: add critical clock for rk3368Heiko Stübner2015-09-141-0/+6
| * clk: rockchip: Add pclk_peri to critical clocks on RK3066/RK3188Romain Perier2015-09-101-0/+1
| * clk: rockchip: add pclk_cpu to the list of rk3188 critical clocksMichael Niewoehner2015-09-101-0/+1
| * clk: rockchip: handle critical clocks after registering all clocksHeiko Stuebner2015-09-101-2/+5
| * clk: Hi6220: separately build stub clock driverLeo Yan2015-09-032-2/+9
| * clk: h8s2678: Fix compile errorGuenter Roeck2015-09-031-0/+1
* | Linux 4.3-rc1v4.3-rc1Linus Torvalds2015-09-131-2/+2
* | Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-09-1250-421/+220
|\ \
| * | CRISv10: delete unused lib/dmacopy.cRabin Vincent2015-09-051-42/+0
| * | CRISv10: delete unused lib/old_checksum.cRabin Vincent2015-09-051-86/+0
| * | CRIS: fix switch_mm() lockdep splatRabin Vincent2015-09-051-1/+8
| * | CRISv32: enable LOCKDEP_SUPPORTRabin Vincent2015-09-051-0/+4
| * | CRIS: add STACKTRACE_SUPPORTRabin Vincent2015-09-054-0/+88
| * | CRISv32: annotate irq enable in idle loopRabin Vincent2015-09-051-2/+2
| * | CRISv32: add support for irqflags tracingRabin Vincent2015-09-053-1/+20
| * | CRIS: UAPI: use generic types.hRabin Vincent2015-09-053-13/+1
| * | CRIS: UAPI: use generic shmbuf.hRabin Vincent2015-09-052-42/+1
| * | CRIS: UAPI: use generic msgbuf.hRabin Vincent2015-09-052-33/+1
| * | CRIS: UAPI: use generic socket.hRabin Vincent2015-09-052-92/+1
| * | CRIS: UAPI: use generic sembuf.hRabin Vincent2015-09-052-25/+1
| * | CRIS: UAPI: use generic sockios.hRabin Vincent2015-09-052-13/+1
| * | CRIS: UAPI: use generic auxvec.hRabin Vincent2015-09-052-4/+1
| * | CRIS: UAPI: use generic headers via KbuildRabin Vincent2015-09-0512-31/+10
| * | CRIS: UAPI: fix elf.h exportRabin Vincent2015-09-054-1/+8
| * | CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent2015-09-053-8/+7
| * | CRIS: UAPI: fix ptrace.hRabin Vincent2015-09-056-3/+8
| * | CRISv32: Squash compile warnings for axisflashmapJesper Nilsson2015-09-051-4/+5
| * | CRISv32: Add GPIO driver to the default configsJesper Nilsson2015-09-054-14/+12
| * | CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson2015-09-051-2/+6
| * | CRIS: Wire up missing syscallsChen Gang2015-09-054-1/+25
| * | CRISv32: allow CONFIG_DEBUG_BUGVERBOSERabin Vincent2015-09-051-0/+1
| * | CRISv32: add unreachable() to BUG()Rabin Vincent2015-09-051-2/+9
| * | cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memsetChristophe Jaillet2015-09-051-2/+1
* | | blk: rq_data_dir() should not return a booleanLinus Torvalds2015-09-121-1/+1
* | | Merge branch 'writeback-plugging'Linus Torvalds2015-09-121-3/+10
|\ \ \