summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: make the pinmux-pins more helpfulLinus Walleij2012-02-291-3/+8
* pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2012-02-242-28/+8
* pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2012-02-242-4/+4
* pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren2012-02-241-12/+21
* pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-241-51/+22
* pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren2012-02-221-0/+2
* pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2012-02-222-41/+32
* pinctrl: error if mapping table's control dev can't be foundStephen Warren2012-02-221-7/+6
* pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren2012-02-221-8/+10
* pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren2012-02-221-2/+1
* pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij2012-02-222-9/+21
* pinctrl: core.c/h cleanupsStephen Warren2012-02-222-8/+7
* pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren2012-02-222-20/+16
* pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2012-02-222-36/+36
* pinctrl: Store mapping table as a list of chunksStephen Warren2012-02-221-45/+75
* pinctrl: use list_add_tail instead of list_addStephen Warren2012-02-222-5/+5
* pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren2012-02-221-10/+5
* pinctrl: make "hog" mapping table entries workStephen Warren2012-02-221-13/+1
* serial/sirf: fixup for changes to pin controlLinus Walleij2012-02-222-11/+11
* pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-101-4/+2
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-104-631/+775
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-105-187/+188
* pinctrl: break out a pinctrl consumer headerLinus Walleij2012-02-101-1/+1
* pinctrl: enable pinmux for mmp seriesHaojian Zhuang2012-02-017-0/+2914
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-014-40/+20
* pinctrl: restore pin namingLinus Walleij2012-02-011-1/+1
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-313-6/+13
|\
| * hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck2012-01-291-0/+6
| * hwmon: (sht15) fix bad error codeVivien Didelot2012-01-291-1/+2
| * hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare2012-01-201-5/+5
* | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-316-63/+85
|\ \
| * | pinctrl: add checks for empty function namesTony Lindgren2012-01-265-24/+41
| * | pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren2012-01-261-3/+6
| * | pinctrl: fix some pinmux typosTony Lindgren2012-01-261-7/+2
| * | pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren2012-01-242-1/+16
| * | pinctrl: unbreak error messagesUwe Kleine-König2012-01-241-27/+19
| * | pinctrl: fix pinconf_pins_show iterationStephen Warren2012-01-201-1/+1
| |/
* | Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-3130-655/+345
|\ \
| * | serial: Kill off Moorestown codeAlan Cox2012-01-263-354/+0
| * | Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman2012-01-261-31/+4
| * | Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman2012-01-261-50/+1
| * | serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-251-3/+3
| * | serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-01-251-0/+14
| * | amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu2012-01-251-2/+14
| * | tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley2012-01-241-1/+50
| * | tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley2012-01-241-4/+31
| * | omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-01-241-1/+1
| * | omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D2012-01-241-1/+1
| * | TTY: fix UV serial console regressionJiri Slaby2012-01-241-5/+7
| * | jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-01-241-0/+1