summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar2012-05-145-0/+4345
* pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2012-05-142-102/+106
* SPEAr13xx: Add common clock framework supportViresh Kumar2012-05-143-0/+2072
* Merge branch 'spear/dt' into spear/clockArnd Bergmann2012-05-141-0/+1
|\
| * ARM: spear: remove most mach/*.h header contentsArnd Bergmann2012-04-221-0/+1
* | Merge branch 'spear/pinctrl' into spear/clockArnd Bergmann2012-05-1432-176/+11152
|\ \
| | \
| | \
| *-. \ Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pi...Arnd Bergmann2012-05-1224-187/+5474
| |\ \ \
| | * | | pinctrl: add more info to error msgs in pin_requestStephen Warren2012-05-071-6/+8
| | * | | pinctrl: add pinctrl-mxs supportShawn Guo2012-05-026-0/+1343
| | * | | pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng2012-05-023-0/+2340
| | * | | pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng2012-05-024-0/+739
| | * | | pinctrl: support gpio request deferred probingDong Aisheng2012-05-021-3/+4
| | * | | pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2012-04-261-2/+27
| | * | | pinctrl: enhance reporting of errors when loading from DTJohn Crispin2012-04-263-27/+49
| | * | | pinctrl: propagate map validation errorsStephen Warren2012-04-261-2/+2
| | * | | pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin2012-04-241-7/+8
| | * | | pinctrl: show pin name for pingroups in sysfsDong Aisheng2012-04-182-4/+29
| | * | | pinctrl: show pin name when request pinsDong Aisheng2012-04-181-2/+3
| | * | | pinctrl: implement devm_pinctrl_get()/put()Stephen Warren2012-04-181-0/+56
| | * | | pinctrl: a minor fix of pin config debug informationDong Aisheng2012-04-181-2/+2
| | * | | pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar2012-04-181-1/+1
| | * | | pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren2012-04-181-4/+27
| | * | | pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren2012-04-182-11/+24
| | * | | pinctrl: mark non-EXPERIMENTALLinus Walleij2012-04-181-1/+0
| | * | | pinctrl: tegra: Add complete device tree supportStephen Warren2012-04-181-0/+205
| | * | | dt: add property iteration helpersStephen Warren2012-04-181-0/+41
| | * | | pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-182-6/+9
| | * | | pinctrl: add some error checking for user interfacesDong Aisheng2012-04-182-2/+17
| | * | | pinctrl: fix pinmux_check_ops error checkingDong Aisheng2012-04-181-3/+5
| | * | | pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-187-85/+43
| | * | | pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-181-2/+2
| | * | | pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren2012-04-181-1/+3
| | * | | pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-185-18/+350
| | * | | pinctrl: implement pinctrl_check_opsStephen Warren2012-04-181-4/+21
| | | |/ | | |/|
| * | | pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar2012-04-227-0/+5311
| * | | pinctrl: Add SPEAr pinctrl driversViresh Kumar2012-04-226-0/+517
| |/ /
* | | SPEAr: Switch to common clock frameworkViresh Kumar2012-05-123-0/+957
* | | SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar2012-05-123-1/+172
* | | SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar2012-05-123-1/+182
* | | SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar2012-05-123-1/+242
* | | SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar2012-05-125-0/+465
* | | Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann2012-05-111-10/+132
|\ \ \ | | |/ | |/|
| * | CLKDEV: provide helpers for common clock frameworkRussell King2012-05-021-6/+78
| * | ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar2012-04-191-4/+9
| * | ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown2012-04-191-0/+45
| |/
* | clk: add a fixed factor clockSascha Hauer2012-05-082-1/+96
* | clk: mux: assign init dataMike Turquette2012-05-081-0/+1
* | clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-082-13/+0
* | clk: prevent spurious parent rate propagationMike Turquette2012-05-081-1/+6
* | clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar2012-05-011-0/+5