summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | pinctrl: support gpio request deferred probingDong Aisheng2012-05-021-3/+4
| | | * | | | | | pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2012-04-262-3/+31
| | | * | | | | | pinctrl: enhance reporting of errors when loading from DTJohn Crispin2012-04-263-27/+49
| | | * | | | | | pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren2012-04-261-0/+9
| | | * | | | | | pinctrl: propagate map validation errorsStephen Warren2012-04-261-2/+2
| | | * | | | | | pinctrl: fix dangling commentLinus Walleij2012-04-251-1/+1
| | | * | | | | | 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-184-19/+133
| | | * | | | | | 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-182-4/+32
| | | * | | | | | 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: Document Tegra20/30 pinctrl bindingStephen Warren2012-04-182-2/+261
| | | * | | | | | dt: Move Tegra20 pin mux binding into new pinctrl directoryStephen Warren2012-04-181-0/+0
| | | * | | | | | dt: pinctrl: Document device tree bindingStephen Warren2012-04-181-0/+128
| | | * | | | | | dt: add property iteration helpersStephen Warren2012-04-182-0/+76
| | | * | | | | | pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-183-6/+14
| | | * | | | | | 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-1810-115/+63
| | | * | | | | | pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-182-3/+3
| | | * | | | | | Documentation: pinctrl: add missing spi0_0 grp in exampleViresh Kumar2012-04-181-1/+1
| | | * | | | | | pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren2012-04-181-1/+3
| | | * | | | | | pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-186-18/+357
| | | * | | | | | pinctrl: implement pinctrl_check_opsStephen Warren2012-04-181-4/+21
| | | * | | | | | pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren2012-04-181-0/+2
| | | * | | | | | pinctrl: fix compile error if not select PINMUX supportDong Aisheng2012-04-181-1/+1
| | * | | | | | | SPEAr3xx: Add pinctrl support for boardsViresh Kumar2012-04-228-1/+180
| | * | | | | | | SPEAr: Remove existing padmux support for SPEArViresh Kumar2012-04-228-1760/+4
| | * | | | | | | pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar2012-04-228-0/+5419
| | * | | | | | | pinctrl: Add SPEAr pinctrl driversViresh Kumar2012-04-227-15/+525
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | SPEAr: Update defconfigsViresh Kumar2012-04-222-19/+74
| | * | | | | | SPEAr: Add PL080 DMA support for 3xx and 6xxViresh Kumar2012-04-2217-4/+1104
| | * | | | | | ARM: SPEAr3xx: Add device-tree support to SPEAr3xx architectureViresh Kumar2012-04-2224-486/+1222
| | * | | | | | SPEAr3xx: Replace printk() with pr_*()Viresh Kumar2012-04-224-14/+20
| | * | | | | | SPEAr6xx: Add compilation support for dtbs using 'make dtbs'Viresh Kumar2012-04-221-0/+2
| | * | | | | | SPEAr3xx: Add clock instance of usb hosts - ehci and ohci 0 and 1Viresh Kumar2012-04-221-0/+18
| | * | | | | | SPEAr: Use CLKDEV_INIT for defining clk_lookupsViresh Kumar2012-04-222-95/+96
| | * | | | | | ARM: SPEAr600: Change FSMC and SMI clock namesStefan Roese2012-04-221-2/+2
| | |/ / / / /
* | | | | | | Merge branch 'spear/clock' into next/clockArnd Bergmann2012-05-1327-3009/+2044
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | SPEAr: Switch to common clock frameworkViresh Kumar2012-05-1219-3004/+983
| * | | | | | SPEAr: Call clk_prepare() before calling clk_enableViresh Kumar2012-05-121-4/+4
| * | | | | | 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
OpenPOWER on IntegriCloud