aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren6-60/+426
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren7-225/+375
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren2-5/+28
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren4-376/+197
2012-03-05pinctrl: fix and simplify lockingStephen Warren5-122/+215
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij1-3/+1
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren4-21/+13
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren6-152/+26
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren3-27/+14
2012-02-29pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren1-35/+35
2012-02-29pinctrl: re-order struct pinctrl_mapStephen Warren2-17/+17
2012-02-29pinctrl: make the pinmux-pins more helpfulLinus Walleij1-3/+8
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2-28/+8
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2-4/+4
2012-02-24pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren1-12/+21
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren3-68/+27
2012-02-22pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren1-0/+2
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2-41/+32
2012-02-22pinctrl: error if mapping table's control dev can't be foundStephen Warren1-7/+6
2012-02-22pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren1-8/+10
2012-02-22pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren1-2/+1
2012-02-22pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij4-24/+38
2012-02-22pinctrl: core.c/h cleanupsStephen Warren2-8/+7
2012-02-22pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren2-20/+16
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2-36/+36
2012-02-22pinctrl: Store mapping table as a list of chunksStephen Warren1-45/+75
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren2-5/+5
2012-02-22pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren1-10/+5
2012-02-22pinctrl: make "hog" mapping table entries workStephen Warren1-13/+1
2012-02-22serial/sirf: fixup for changes to pin controlLinus Walleij2-11/+11
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij3-20/+12
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij5-635/+779
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij9-293/+294
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij6-94/+125
2012-02-01pinctrl: enable pinmux for mmp seriesHaojian Zhuang7-0/+2914
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij6-54/+23
2012-02-01pinctrl: restore pin namingLinus Walleij1-1/+1
2012-01-31Linux 3.3-rc2Linus Torvalds1-1/+1
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa3-3/+16
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon1-1/+1
2012-01-30drm/radeon/kms: Fix device tree linkage of i2c busesJean Delvare1-0/+1
2012-01-30drm: Pass the real error code back during GEM bo initialisationChris Wilson1-1/+1
2012-01-30Revert "drm/i810: cleanup reclaim_buffers"Daniel Vetter3-13/+11
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck1-0/+6
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki3-0/+30
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot1-1/+2
2012-01-28Logfs: Allow NULL block_isbad() methodsJoern Engel1-14/+12
2012-01-28logfs: Grow inode in delete pathJoern Engel1-0/+4