summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: composite: rename 'div' references to 'rate'Mike Turquette2013-04-121-20/+20
* clk: add si5351 i2c common clock driverSebastian Hesselbarth2013-04-124-0/+1675
* clk: add device tree fixed-factor-clock binding supportGregory CLEMENT2013-04-121-0/+36
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-111-5/+5
* clk: ux500: abx500: Define clock tree for ab850xUlf Hansson2013-04-101-3/+68
* clk: ux500: Add support for sysctrl clocksUlf Hansson2013-04-103-0/+251
* clk: mvebu: Fix valid value range checking for cpu_freq_selectAxel Lin2013-04-091-2/+2
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-091-15/+52
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-091-20/+36
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-091-28/+42
* clk: sunxi: drop an unnecesary kmallocEmilio López2013-04-041-1/+1
* clk: sunxi: drop CLK_IGNORE_UNUSEDEmilio López2013-04-041-4/+4
* clk: sunxi: Add support for AXI, AHB, APB0 and APB1 gatesEmilio López2013-04-041-0/+88
* clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flagSoren Brinkmann2013-04-031-2/+3
* clk: mvebu: Use common of_clk_init() functionJean-Francois Moine2013-04-033-42/+3
* 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 tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-162-3/+6
|\
| * w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski2013-03-131-1/+2
| * w1-gpio: fix unused variable warningJohan Hovold2013-03-131-0/+2
| * w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold2013-03-131-2/+2
* | Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-167-12/+53
|\ \
| * | mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann2013-03-151-1/+1
| * | mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDOAxel Lin2013-03-121-4/+13
| * | mfd: twl4030-audio: Fix argument type for twl4030_audio_disable_resource()Mark Brown2013-03-121-1/+1
| * | mfd: tps65912: Declare and use tps65912_irq_exit()Mark Brown2013-03-121-0/+1
| * | mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan2013-03-121-3/+33
| * | mfd: Make AB8500_CORE select POWER_SUPPLY to fix build errorAxel Lin2013-03-121-0/+1
| * | mfd: omap-usb-host: Actually update hostconfigRoger Quadros2013-03-121-3/+3
* | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-163-11/+17
|\ \ \
| * | | hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck2013-03-141-6/+8
| * | | hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse2013-03-141-5/+7
| * | | hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin2013-03-141-0/+2
| | |/ | |/|
* | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-133-60/+36
|\ \ \
| * | | tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26