summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-10clk: ux500: abx500: Define clock tree for ab850xUlf Hansson1-3/+68
2013-04-10clk: ux500: Add support for sysctrl clocksUlf Hansson3-0/+251
2013-04-08clk: mvebu: Fix valid value range checking for cpu_freq_selectAxel Lin1-2/+2
2013-04-08clk: Fixup locking issues for clk_set_parentUlf Hansson1-15/+52
2013-04-08clk: Fixup errorhandling for clk_set_parentUlf Hansson1-20/+36
2013-04-08clk: Restructure code for __clk_reparentUlf Hansson1-28/+42
2013-04-04clk: sunxi: drop an unnecesary kmallocEmilio López1-1/+1
2013-04-04clk: sunxi: drop CLK_IGNORE_UNUSEDEmilio López1-4/+4
2013-04-04clk: sunxi: Add support for AXI, AHB, APB0 and APB1 gatesEmilio López1-0/+88
2013-04-03clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flagSoren Brinkmann1-2/+3
2013-04-03clk: mvebu: Use common of_clk_init() functionJean-Francois Moine3-42/+3
2013-04-02clk: allow reentrant calls into the clk frameworkMike Turquette1-2/+42
2013-04-02clk: abstract locking out into helper functionsMike Turquette1-38/+61
2013-03-27clk: zynq: Add missing zynq clk headerMichal Simek1-0/+1
2013-03-27clk: sunxi: rename compatible stringsEmilio López1-8/+8
2013-03-27clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López6-2/+577
2013-03-27clk: ux500: Fix prcmu clocks registrationMaxime Coquelin1-5/+5
2013-03-26clk: Add composite clock typePrashant Gaikwad2-0/+202
2013-03-22clk: add table lookup to muxPeter De Schrijver2-19/+58
2013-03-22clk: Fix incorrect return type in clk.cSachin Kamat1-1/+1
2013-03-22clk: prima2: fix return value check in sirfsoc_of_clk_init()Wei Yongjun1-1/+1
2013-03-21clk:SPEAr1340: Correct parent clock configurationVipul Kumar Samar1-9/+9
2013-03-19clk: Add axi-clkgen driverLars-Peter Clausen3-0/+340
2013-03-19clk: ux500: Support is_prepared callback for clk-prcmuUlf Hansson1-54/+80
2013-03-19clk: Introduce optional unprepare_unused callbackUlf Hansson1-2/+5
2013-03-19clk: Unprepare the unused prepared slow clocks at late initUlf Hansson1-0/+28
2013-03-19clk: Introduce optional is_prepared callbackUlf Hansson1-0/+21
2013-03-19clk: mxs: Fix sparse warningsFabio Estevam1-0/+1
2013-03-15Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2013-03-15Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-12/+53
2013-03-15Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+17
2013-03-15mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann1-1/+1
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse1-5/+7
2013-03-14hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin1-0/+2
2013-03-13Merge branch 'akpm' (fixes from Andrew)Linus Torvalds3-60/+36
2013-03-13tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-13zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-13mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-13Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-216/+528
2013-03-13Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-32/+84
2013-03-13Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-87/+120
2013-03-13USB: quatech2: only write to the tty if the port is open.Bill Pemberton1-2/+5
2013-03-13qcserial: bind to DM/DIAG port on Gobi 1K devicesDan Williams1-2/+5
2013-03-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+11
2013-03-12Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-8/+8
2013-03-12USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2013-03-12w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski1-1/+2
2013-03-12w1-gpio: fix unused variable warningJohan Hovold1-0/+2
2013-03-12w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold1-2/+2