summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra: Workaround for Tegra114 MSENC problemPeter De Schrijver2013-04-052-0/+11
* clk: tegra: Add flags to tegra_clk_periph()Peter De Schrijver2013-04-054-10/+14
* clk: tegra: Add new fields and PLL types for Tegra114Peter De Schrijver2013-04-052-1/+888
* clk: tegra: move from a lock bit idx to a lock maskPeter De Schrijver2013-04-054-25/+25
* clk: tegra: Add PLL post divider tablePeter De Schrijver2013-04-054-6/+59
* clk: tegra: introduce TEGRA_PLL_HAS_LOCK_ENABLEPeter De Schrijver2013-04-052-0/+7
* clk: tegra: Add TEGRA_PLL_BYPASS flagPeter De Schrijver2013-04-052-4/+10
* clk: tegra: Refactor PLL programming codePeter De Schrijver2013-04-054-293/+356
* clk: tegra: provide dummy cpu car opsPeter De Schrijver2013-04-051-1/+2
* clk: tegra: defer application of init tableStephen Warren2013-04-054-2/+25
* clk: tegra: Fix cdev1 and cdev2 IDsPrashant Gaikwad2013-04-052-2/+2
* clk: tegra: Make gr2d and gr3d clocks children of pll_cThierry Reding2013-04-052-0/+4
* clk: tegra: Export peripheral reset functionsThierry Reding2013-04-051-0/+3
* clk: tegra: Fix periph_clk_to_bit macroYen Lin2013-04-051-1/+1
* Merge remote-tracking branch 'linaro_mturquette_linux/clk-for-3.10' into for-...Stephen Warren2013-04-0517-125/+1424
|\
| * clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-021-2/+42
| * clk: abstract locking out into helper functionsMike Turquette2013-04-021-38/+61
| * clk: zynq: Add missing zynq clk headerMichal Simek2013-03-271-0/+1
| * clk: sunxi: rename compatible stringsEmilio López2013-03-271-8/+8
| * clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López2013-03-276-2/+577
| * clk: ux500: Fix prcmu clocks registrationMaxime Coquelin2013-03-271-5/+5
| * clk: Add composite clock typePrashant Gaikwad2013-03-262-0/+202
| * clk: add table lookup to muxPeter De Schrijver2013-03-222-19/+58
| * clk: Fix incorrect return type in clk.cSachin Kamat2013-03-221-1/+1
| * clk: prima2: fix return value check in sirfsoc_of_clk_init()Wei Yongjun2013-03-221-1/+1
| * clk:SPEAr1340: Correct parent clock configurationVipul Kumar Samar2013-03-211-9/+9
| * clk: Add axi-clkgen driverLars-Peter Clausen2013-03-203-0/+340
| * clk: ux500: Support is_prepared callback for clk-prcmuUlf Hansson2013-03-191-54/+80
| * clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-191-2/+5
| * clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-191-0/+28
| * clk: Introduce optional is_prepared callbackUlf Hansson2013-03-191-0/+21
| * clk: mxs: Fix sparse warningsFabio Estevam2013-03-191-0/+1
* | Merge branch 'for-3.10/soc' into for-3.10/clkStephen Warren2013-04-053-38/+23
|\ \
| * | gpio: tegra: add gpio wakeup source handlingJoseph Lo2013-04-031-2/+19
| * | clocksource: tegra: move to of_clk_getPeter De Schrijver2013-03-111-2/+2
| * | clk: tegra: No 7.1 super clk dividers on Tegra20Peter De Schrijver2013-03-111-34/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-03-246-12/+29
|\ \ \
| * | | target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-201-3/+8
| * | | target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-201-1/+1
| * | | tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He2013-03-181-0/+1
| * | | tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He2013-03-181-4/+8
| * | | target: fix possible memory leak in core_tpg_register()Wei Yongjun2013-03-181-1/+2
| * | | target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-181-1/+4
| * | | target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke2013-03-181-2/+5
| | |/ | |/|
* | | Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2013-03-234-45/+86
|\ \ \
| * | | md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-201-4/+0
| * | | md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2013-03-202-6/+40
| * | | MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2013-03-202-6/+4
| * | | MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow2013-03-201-13/+20
| * | | md/raid5: schedule_construction should abort if nothing to do.NeilBrown2013-03-201-16/+22