Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | drivers/video/backlight/ep93xx_bl.c: remove duplicated header include | Jingoo Han | 2012-01-11 | 1 | -1/+0 | |
| * | | | | | backlight/ld9040.c: regulator control in the driver | Donghwa Lee | 2012-01-11 | 1 | -12/+59 | |
| * | | | | | backlight: convert drivers/video/backlight/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 13 | -148/+13 | |
| * | | | | | backlight: remove ADX backlight device support | Paul Bolle | 2012-01-11 | 3 | -191/+0 | |
* | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2012-01-10 | 3 | -6/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | UBI: fix use-after-free on error path | Artem Bityutskiy | 2012-01-05 | 1 | -3/+4 | |
| * | | | | | | UBI: fix missing scrub when there is a bit-flip | Bhavesh Parekh | 2011-11-30 | 3 | -3/+10 | |
* | | | | | | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-01-10 | 92 | -1499/+2263 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mtd: Fix dependency for MTD_DOC200x | Fabio Estevam | 2012-01-09 | 1 | -0/+3 | |
| * | | | | | | | mtd: do not use mtd->block_markbad directly | Artem Bityutskiy | 2012-01-09 | 4 | -7/+4 | |
| * | | | | | | | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 2012-01-09 | 11 | -20/+14 | |
| * | | | | | | | mtd: do not use mtd->suspend and mtd->resume directly | Artem Bityutskiy | 2012-01-09 | 3 | -10/+5 | |
| * | | | | | | | mtd: do not use mtd->lock, unlock and is_locked directly | Artem Bityutskiy | 2012-01-09 | 4 | -29/+13 | |
| * | | | | | | | mtd: do not use mtd->sync directly | Artem Bityutskiy | 2012-01-09 | 6 | -15/+7 | |
| * | | | | | | | mtd: harmonize mtd_writev usage | Artem Bityutskiy | 2012-01-09 | 2 | -4/+24 | |
| * | | | | | | | mtd: do not use mtd->lock_user_prot_reg directly | Artem Bityutskiy | 2012-01-09 | 1 | -2/+0 | |
| * | | | | | | | mtd: mtd->write_user_prot_reg directly | Artem Bityutskiy | 2012-01-09 | 1 | -4/+0 | |
| * | | | | | | | mtd: do not use mtd->read_*_prot_reg directly | Artem Bityutskiy | 2012-01-09 | 1 | -8/+10 | |
| * | | | | | | | mtd: do not use mtd->get_*_prot_info directly | Artem Bityutskiy | 2012-01-09 | 1 | -5/+3 | |
| * | | | | | | | mtd: do not use mtd->read_oob directly | Artem Bityutskiy | 2012-01-09 | 1 | -7/+2 | |
| * | | | | | | | mtd: mtdoops: do not use mtd->panic_write directly | Artem Bityutskiy | 2012-01-09 | 1 | -9/+8 | |
| * | | | | | | | mtd: do not use mtd->get_unmapped_area directly | Artem Bityutskiy | 2012-01-09 | 2 | -20/+12 | |
| * | | | | | | | mtd: introduce mtd_has_oob helper | Artem Bityutskiy | 2012-01-09 | 2 | -3/+3 | |
| * | | | | | | | mtd: mtdcore: export symbols cleanup | Artem Bityutskiy | 2012-01-09 | 1 | -15/+9 | |
| * | | | | | | | mtd: clean-up the default_mtd_writev function | Artem Bityutskiy | 2012-01-09 | 1 | -19/+22 | |
| * | | | | | | | mtd: sst25l: kill unused variable | Artem Bityutskiy | 2012-01-09 | 1 | -1/+1 | |
| * | | | | | | | mtd: onenand: kill unused variable | Artem Bityutskiy | 2012-01-09 | 1 | -1/+0 | |
| * | | | | | | | mtd: kill dev_to_mtd helper | Artem Bityutskiy | 2012-01-09 | 1 | -12/+13 | |
| * | | | | | | | mtd: remove extra retlen assignment | Artem Bityutskiy | 2012-01-09 | 7 | -33/+22 | |
| * | | | | | | | mtd: doc: do not initialize mtd_info fields to 0 or NULL | Artem Bityutskiy | 2012-01-09 | 4 | -29/+0 | |
| * | | | | | | | mtd: docprobe: use kzalloc instead | Artem Bityutskiy | 2012-01-09 | 1 | -6/+1 | |
| * | | | | | | | mtd: introduce mtd_block_markbad interface | Artem Bityutskiy | 2012-01-09 | 10 | -10/+10 | |
| * | | | | | | | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 2012-01-09 | 17 | -24/+24 | |
| * | | | | | | | mtd: introduce mtd_resume interface | Artem Bityutskiy | 2012-01-09 | 9 | -9/+9 | |
| * | | | | | | | mtd: introduce mtd_suspend interface | Artem Bityutskiy | 2012-01-09 | 9 | -9/+9 | |
| * | | | | | | | mtd: introduce mtd_is_locked interface | Artem Bityutskiy | 2012-01-09 | 2 | -2/+2 | |
| * | | | | | | | mtd: introduce mtd_unlock interface | Artem Bityutskiy | 2012-01-09 | 4 | -4/+4 | |
| * | | | | | | | mtd: introduce mtd_lock interface | Artem Bityutskiy | 2012-01-09 | 4 | -4/+4 | |
| * | | | | | | | mtd: introduce mtd_sync interface | Artem Bityutskiy | 2012-01-09 | 8 | -9/+9 | |
| * | | | | | | | mtd: introduce mtd_writev interface | Artem Bityutskiy | 2012-01-09 | 2 | -4/+5 | |
| * | | | | | | | mtd: introduce mtd_lock_user_prot_reg interface | Artem Bityutskiy | 2012-01-09 | 2 | -2/+2 | |
| * | | | | | | | mtd: introduce mtd_write_user_prot_reg interface | Artem Bityutskiy | 2012-01-09 | 2 | -3/+3 | |
| * | | | | | | | mtd: introduce mtd_read_user_prot_reg interface | Artem Bityutskiy | 2012-01-09 | 2 | -3/+3 | |
| * | | | | | | | mtd: introduce mtd_get_user_prot_info interface | Artem Bityutskiy | 2012-01-09 | 2 | -2/+2 | |
| * | | | | | | | mtd: introduce mtd_read_fact_prot_reg interface | Artem Bityutskiy | 2012-01-09 | 2 | -3/+3 | |
| * | | | | | | | mtd: introduce mtd_get_fact_prot_info interface | Artem Bityutskiy | 2012-01-09 | 2 | -2/+2 | |
| * | | | | | | | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 2012-01-09 | 11 | -22/+22 | |
| * | | | | | | | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 2012-01-09 | 12 | -27/+27 | |
| * | | | | | | | mtd: introduce mtd_panic_write interface | Artem Bityutskiy | 2012-01-09 | 2 | -4/+4 | |
| * | | | | | | | mtd: introduce mtd_write interface | Artem Bityutskiy | 2012-01-09 | 18 | -60/+63 |