summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+22
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+18
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+12
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+5
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+88
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt1-2/+0
2012-01-09net: Fix build with INET disabled.David S. Miller1-2/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds4-179/+33
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-30/+83
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-4/+1
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-0/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-25/+146
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-87/+18
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-0/+7
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy1-1/+4
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-0/+6
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-1/+2
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-14/+2
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-0/+5
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-0/+2
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy1-3/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-5/+0
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy1-0/+9
2012-01-09mtd: move mtd->{get,put}_device functions upArtem Bityutskiy1-7/+6
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-2/+6
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-2/+7
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy1-6/+12
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-2/+8
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-6/+13
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-4/+8