summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdoops.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-15Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2012-02-06gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon1-1/+6
2012-02-06gpio/omap: restore OE only after setting the output levelNishanth Menon1-1/+2
2012-02-06gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon1-4/+5
2012-02-06gpio/omap: save and restore debounce registersNishanth Menon1-0/+12
2012-02-06gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma1-28/+28
2012-02-06gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma1-5/+13
2012-02-06gpio/omap: fix debounce clock handlingTarun Kanti DebBarma1-10/+19
2012-02-06gpio/omap: cleanup prepare_for_idle and resume_after_idleTarun Kanti DebBarma1-98/+147
2012-02-06gpio/omap: optimize suspend and resume functionsTarun Kanti DebBarma1-25/+29
2012-02-06gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma2-26/+44
2012-02-06gpio/omap: fix bankwidth for OMAP7xx MPUIOCharulatha V1-1/+1
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V6-55/+10
2012-02-06gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma1-3/+0
2012-02-06gpio/omap: use pinctrl offset instead of macroCharulatha V3-5/+5
2012-02-06gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma2-55/+57
2012-02-06gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma5-114/+53
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma3-22/+23
2012-02-06gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma3-82/+44
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma4-89/+25
2012-02-06gpio/omap: avoid cpu checks during module ena/disableCharulatha V3-30/+26
2012-02-06gpio/omap: make non-wakeup GPIO part of pdataCharulatha V3-7/+10
2012-02-06gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma4-90/+63
2012-02-06gpio/omap: make gpio_context part of gpio_bank structureCharulatha V1-42/+34
2012-02-06gpio/omap: use flag to identify wakeup domainCharulatha V3-7/+13
2012-02-06gpio/omap: remove dependency on gpio_bank_countCharulatha V6-92/+80
2012-02-06of_gpio: add support of of_gpio_named_count to be able to count named gpioJean-Christophe PLAGNIOL-VILLARD2-6/+30
2012-02-06gpio: tps65910: Add sleep control supportLaxman Dewangan2-2/+26
2012-02-04gpio: Add a driver for Sodaville GPIO controllerSebastian Andrzej Siewior5-2/+364
2012-01-31Linux 3.3-rc2v3.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-30ARM/mx35/3ds: gpio: add mc9s08dz60 gpio functionwu guoxing3-0/+168
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
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel3-4/+12
2012-01-28logfs: remove useless BUG_ONJoern Engel1-1/+0
2012-01-28MAINTAINERS: Add Prasad Joshi in LogFS maintinersPrasad Joshi1-0/+1
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi4-9/+9
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi1-1/+1
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi4-4/+8
2012-01-28logfs: Prevent memory corruptionJoern Engel1-1/+1