summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar5-0/+4345
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-14Merge branch 'spear/dt' into spear/clockArnd Bergmann1-0/+1
2012-05-14Merge branch 'spear/pinctrl' into spear/clockArnd Bergmann32-176/+11152
2012-05-12SPEAr: Switch to common clock frameworkViresh Kumar3-0/+957
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-12Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann24-187/+5474
2012-05-11Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann1-10/+132
2012-05-09clk: add a fixed factor clockSascha Hauer2-1/+96
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-02CLKDEV: provide helpers for common clock frameworkRussell King1-6/+78
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 Kannan5-53/+89
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo6-0/+1343
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng3-0/+2340
2012-05-02pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng4-0/+739
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng1-3/+4
2012-04-27pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng1-2/+27
2012-04-27pinctrl: enhance reporting of errors when loading from DTJohn Crispin3-27/+49
2012-04-26pinctrl: propagate map validation errorsStephen Warren1-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-gate: Create clk_gate_endisable()Viresh Kumar1-29/+25
2012-04-25clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo1-2/+6
2012-04-25clk: pass parent_rate into .set_rateShawn Guo2-3/+4
2012-04-25clk: always pass parent_rate into .round_rateShawn Guo2-18/+10
2012-04-25clk: basic: improve parent_names & return errorsMike Turquette4-54/+64
2012-04-25clk: core: copy parent_names & return error codesMike Turquette1-12/+53
2012-04-25clk: Constify parent name arraysMark Brown2-2/+2
2012-04-25clk: Make clk_get_rate() return 0 on errorRajendra Nayak1-3/+3
2012-04-25clk: add "const" for clk_ops of basic clksShawn Guo4-4/+4
2012-04-25clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo4-9/+0
2012-04-25clk: use kzalloc in clk_register_muxShawn Guo1-1/+1
2012-04-25clk: core: enforce clk_ops consistencyMike Turquette1-0/+14
2012-04-25clk: core: clk_calc_new_rates handles NULL parentsMike Turquette1-8/+21
2012-04-25clk: core: remove dead code pathsMike Turquette1-4/+2
2012-04-25clk: core: correct clk_set_rate kerneldocMike Turquette1-30/+11
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin1-7/+8
2012-04-23pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar7-0/+5311
2012-04-23pinctrl: Add SPEAr pinctrl driversViresh Kumar6-0/+517
2012-04-23ARM: spear: remove most mach/*.h header contentsArnd Bergmann1-0/+1
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+13
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-80/+85