summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar7-0/+4394
2012-05-14pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2-102/+106
2012-05-14SPEAr13xx: Add common clock framework supportViresh Kumar3-0/+2072
2012-05-14SPEAr13xx: Add source filesViresh Kumar10-0/+809
2012-05-14SPEAr13xx: Add header filesViresh Kumar11-0/+331
2012-05-14Merge branch 'spear/dt' into spear/clockArnd Bergmann35-721/+462
2012-05-14Merge branch 'spear/pinctrl' into spear/clockArnd Bergmann83-2372/+16895
2012-05-12SPEAr: Update defconfigsViresh Kumar2-1/+8
2012-05-12SPEAr: Add SMI NOR partition info in dts filesViresh Kumar4-2/+97
2012-05-12SPEAr: Switch to common clock frameworkViresh Kumar19-3004/+983
2012-05-12SPEAr: Call clk_prepare() before calling clk_enableViresh Kumar1-4/+4
2012-05-12SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar3-1/+172
2012-05-12SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar3-1/+182
2012-05-12SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar3-1/+242
2012-05-12SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar5-0/+465
2012-05-12SPEAr: Add DT bindings for SPEAr's timerViresh Kumar12-19/+56
2012-05-12Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann41-248/+8731
2012-05-11Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann4-10/+171
2012-05-11Merge branch 'depends/clk/clk-next' into next/clockArnd Bergmann12-323/+537
2012-05-10pinctrl: (cosmetic) fix two entries in DocBook commentsGuennadi Liakhovetski2-2/+1
2012-05-09clk: add a fixed factor clockSascha Hauer4-1/+139
2012-05-09clk: mux: assign init dataMike Turquette1-0/+1
2012-05-09clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2-13/+0
2012-05-09clk: prevent spurious parent rate propagationMike Turquette1-1/+6
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren1-6/+8
2012-05-07MAINTAINERS: add entry for common clk frameworkMike Turquette1-0/+10
2012-05-02CLKDEV: provide helpers for common clock frameworkRussell King2-6/+81
2012-05-02clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar1-0/+5
2012-05-02clk: Use a separate struct for holding init data.Saravana Kannan7-74/+129
2012-05-02clk: constify parent name arrays in macrosRajendra Nayak1-3/+3
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo7-0/+2261
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng4-0/+3968
2012-05-02pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng5-0/+834
2012-05-02dt: add of_get_child_count helper functionDong Aisheng1-0/+16
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng1-3/+4
2012-05-01ARM: SPEAr3xx: Correct keyboard data passed from DTViresh Kumar1-81/+81
2012-04-27pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2-3/+31
2012-04-27pinctrl: enhance reporting of errors when loading from DTJohn Crispin3-27/+49
2012-04-27pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren1-0/+9
2012-04-26pinctrl: propagate map validation errorsStephen Warren1-2/+2
2012-04-25pinctrl: fix dangling commentLinus Walleij1-1/+1
2012-04-25clk: remove trailing whitespace from clk.hRob Herring1-2/+2
2012-04-25clk: select CLKDEV_LOOKUP for COMMON_CLKRob Herring1-0/+1
2012-04-25clk: Don't set clk->new_rate twiceViresh Kumar1-1/+1
2012-04-25clk: clk-private: Add DEFINE_CLK macroViresh Kumar1-39/+20
2012-04-25clk: clk-gate: Create clk_gate_endisable()Viresh Kumar1-29/+25
2012-04-25clk: Fix typo in commentViresh Kumar1-2/+2
2012-04-25clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo1-2/+6
2012-04-25clk: pass parent_rate into .set_rateShawn Guo3-17/+11
2012-04-25clk: always pass parent_rate into .round_rateShawn Guo2-18/+10