summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-02-2023-276/+527
|\
| * clk: sunxi: remove stale Makefile entryArnd Bergmann2013-02-141-1/+0
| * clk: vexpress: Use common of_clk_init() functionPrashant Gaikwad2013-01-242-7/+2
| * clk: zynq: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-10/+4
| * clk: vt8500: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-12/+5
| * clk: highbank: Use common of_clk_init() functionPrashant Gaikwad2013-01-243-16/+6
| * clk: sunxi: Use common of_clk_init() functionPrashant Gaikwad2013-01-243-54/+2
| * clk: add common of_clk_init() functionPrashant Gaikwad2013-01-244-0/+26
| * clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-211-3/+0
| * clk: beautify MakefileMike Turquette2013-01-181-2/+7
| * clk-divider: fix macrosJames Hogan2013-01-181-3/+3
| * clk: prima2: enable dt-binding clkdev mappingBarry Song2013-01-183-126/+183
| * clk: mxs: Index is always positiveFabio Estevam2013-01-152-2/+2
| * clk: max77686: Avoid double free at remove timeLaurent Pinchart2013-01-151-2/+1
| * clk: remove exported function from __init sectionDenis Efremov2013-01-151-1/+1
| * clk: vt8500: Add support for WM8750/WM8850 PLL clocksTony Prisk2013-01-151-2/+100
| * clk: vt8500: Fix division-by-0 when requested rate=0Tony Prisk2013-01-151-2/+12
| * clk: vt8500: Fix device clock divisor calculationsTony Prisk2013-01-151-0/+8
| * clk: vt8500: Fix error in PLL calculations on non-exact match.Tony Prisk2013-01-151-3/+3
| * clk: max77686: Remove unnecessary NULL checking for container_of()Axel Lin2013-01-151-21/+7
| * clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+75
| * clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+67
| * clk: max77686: Fix return value checking for devm_kzallocAxel Lin2013-01-111-3/+3
| * clk: fixed-factor: round_rate should use do_divHaojian Zhuang2013-01-111-1/+4
| * clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-111-0/+1
| * clk: Don't mark shared helper functions as inlineRuss Dill2013-01-111-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-2041-1182/+3608
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2013-02-1941-1182/+3608
| |\ \
| | * | Input: cyttsp-spi - remove duplicate MODULE_ALIAS()Dmitry Torokhov2013-02-161-1/+0
| | * | Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-161-0/+1
| | * | Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren2013-02-153-166/+93
| | * | Input: synaptics - initialize pointer emulation usageHenrik Rydberg2013-02-151-1/+1
| | * | Input: MT - do not apply filtering on emulated eventsHenrik Rydberg2013-02-151-0/+1
| | * | Input: bma150 - make some defines public and fix some commentsMichael Trimarchi2013-02-152-14/+14
| | * | Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi2013-02-151-1/+1
| | * | Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee2013-02-141-70/+115
| | * | Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee2013-02-141-0/+52
| | * | Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2013-02-142-44/+95
| | * | Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2013-02-142-22/+33
| | * | Input: ALPS - fix command mode checkKevin Cernekee2013-02-141-1/+1
| | * | Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee2013-02-141-3/+12
| | * | Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee2013-02-141-8/+4
| | * | Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2013-02-142-54/+54
| | * | Input: ALPS - rework detection sequenceKevin Cernekee2013-02-142-76/+56
| | * | Input: ALPS - introduce helper function for repeated commandsKevin Cernekee2013-02-141-41/+30
| | * | Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee2013-02-141-93/+93
| | * | Input: ALPS - copy "model" info into alps_data structKevin Cernekee2013-02-142-34/+43
| | * | Input: ALPS - document the alps.h data structuresKevin Cernekee2013-02-141-13/+61
| | * | Input: wacom - add support for DTH-2242Ping Cheng2013-02-132-1/+25
| | * | Input: cyapa - add support for smbus protocolBenson Leung2013-02-131-5/+174