summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
* clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
* clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
* clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
* clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
* clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2
* clk: sunxi: document new A31 USB clock compatibleEmilio López2014-06-111-0/+1
* clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
* Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-1022-78/+1175
|\
| * ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher...Nishanth Menon2014-06-062-2/+2
| * CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-062-0/+22
| * ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC)Andrii Tseglytskyi2014-06-062-0/+13
| * CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ckPeter Ujfalusi2014-06-061-0/+6
| * CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)Peter Ujfalusi2014-05-282-1/+314
| * dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindingsPeter Ujfalusi2014-05-282-0/+136
| * ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clockPeter Ujfalusi2014-05-282-12/+12
| * CLK: TI: gate: add composite interface clock to OMAP2 only buildTero Kristo2014-05-281-1/+1
| * ARM: OMAP2: clock: add DT boot support for cpufreq_ckTero Kristo2014-05-283-0/+56
| * CLK: TI: OMAP2: add clock init supportTero Kristo2014-05-283-0/+257
| * CLK: TI: interface: add support for omap2430 specific interface clockTero Kristo2014-05-284-1/+14
| * CLK: TI: gate: fixed DT binding documentation bugsTero Kristo2014-05-281-4/+25
| * CLK: TI: APLL: add support for omap2 apllsTero Kristo2014-05-284-17/+220
| * CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-285-16/+82
| * CLK: TI: DPLL: simplify autoidle register detection logicTero Kristo2014-05-281-24/+15
* | Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-082-2/+2
|\ \
| * | 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
| * | fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-011-1/+1
* | | numa,sched: fix load_to_imbalanced logic inversionRik van Riel2014-06-081-1/+1
* | | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-081-7/+5
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-0823-440/+515
|\ \ \
| * | | ext4: handle symlink properly with inline_dataZheng Liu2014-06-021-0/+3
| * | | ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-05-271-1/+1
| * | | ext4: fix zeroing of page during writebackJan Kara2014-05-271-13/+11
| * | | ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-271-2/+1
| * | | ext4: fix ZERO_RANGE test failure in data journallingNamjae Jeon2014-05-271-0/+7
| * | | ext4: reduce contention on s_orphan_lockJan Kara2014-05-261-44/+65
| * | | ext4: use sbi in ext4_orphan_{add|del}()Jan Kara2014-05-261-16/+15
| * | | ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-121-1/+7
| * | | ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-1210-0/+33
| * | | ext4: remove unnecessary double parenthesesLukas Czerner2014-05-125-11/+11
| * | | ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() failsAndrey Tsyvarev2014-05-121-3/+1
| * | | ext4: make local functions staticStephen Hemminger2014-05-129-54/+26
| * | | ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-121-5/+7
| * | | ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-122-15/+22
| * | | ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong2014-05-121-0/+10
| * | | ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen2014-05-121-0/+3
| * | | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-125-11/+29
| * | | ext4: remove obsoleted checkDmitry Monakhov2014-04-211-2/+1
| * | | ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o2014-04-213-19/+25
| * | | ext4: fix locking for O_APPEND writesTheodore Ts'o2014-04-211-16/+26