summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexitGuenter Roeck2012-12-171-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-12-1738-971/+680
|\
| * m68knommu: modify clock code so it can be used by all ColdFire CPU typesGreg Ungerer2012-12-051-62/+38
| * m68knommu: add clock definitions for 54xx ColdFire CPU typesGreg Ungerer2012-12-051-0/+26
| * m68knommu: add clock definitions for 5407 ColdFire CPU typesGreg Ungerer2012-12-051-0/+20
| * m68knommu: add clock definitions for 5307 ColdFire CPU typesGreg Ungerer2012-12-051-0/+20
| * m68knommu: add clock definitions for 528x ColdFire CPU typesGreg Ungerer2012-12-051-0/+28
| * m68knommu: add clock definitions for 527x ColdFire CPU typesGreg Ungerer2012-12-051-0/+30
| * m68knommu: add clock definitions for 5272 ColdFire CPU typesGreg Ungerer2012-12-051-0/+26
| * m68knommu: add clock definitions for 525x ColdFire CPU typesGreg Ungerer2012-12-051-0/+20
| * m68knommu: add clock definitions for 5249 ColdFire CPU typesGreg Ungerer2012-12-051-0/+20
| * m68knommu: add clock definitions for 523x ColdFire CPU typesGreg Ungerer2012-12-051-0/+28
| * m68knommu: add clock definitions for 5206 ColdFire CPU typesGreg Ungerer2012-12-051-0/+20
| * m68knommu: add clock creation support macro for other ColdFire CPUsGreg Ungerer2012-12-051-1/+8
| * m68k: fix unused variable warning in mempcy.cGreg Ungerer2012-12-051-1/+2
| * m68knommu: make non-MMU page_to_virt() return a void *Greg Ungerer2012-12-051-1/+1
| * m68knommu: merge ColdFire 5249 and 525x definitionsGreg Ungerer2012-12-055-282/+124
| * m68knommu: disable MC68000 cpu target when MMU is selectedLuis Alves2012-12-051-0/+1
| * m68knommu: allow for configuration of true 68000 based systemsLuis Alves2012-12-051-1/+1
| * m68knommu: platform code merge for 68000 core cpusLuis Alves2012-12-0519-623/+267
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-174-23/+37
|\ \
| * | i2c: Mention functionality flags in SMBus protocol documentationJean Delvare2012-12-161-9/+31
| * | i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-161-3/+2
| * | i2c-i801: Enable interrupts for all post-ICH5 chipsJean Delvare2012-12-161-10/+1
| * | i2c-i801: Add device tree supportThierry Reding2012-12-161-0/+2
| * | MAINTAINERS: Fix drivers/i2c/busses/i2c-stub.cCesar Eduardo Barros2012-12-161-1/+1
* | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-173-151/+163
|\ \ \
| * | | swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck2012-10-302-22/+16
| * | | swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-303-14/+14
| * | | swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-303-21/+23
| * | | swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-303-52/+59
| * | | swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck2012-10-301-27/+34
| * | | swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck2012-10-301-29/+29
| * | | swiotlb: Make io_tlb_end a physical address instead of a virtual oneAlexander Duyck2012-10-301-11/+13
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-1732-1106/+4175
|\ \ \ \
| * | | | ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o2012-12-113-7/+18
| * | | | ext4: ensure Inode flags consistency are checked at build timeCarlos Maiolino2012-12-102-16/+14
| * | | | ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma2012-12-1010-281/+7
| * | | | ext4: remove unused variable from ext4_ext_in_cache()Zhi Yong Wu2012-12-101-2/+0
| * | | | ext4: remove redundant initialization in ext4_fill_super()Guo Chao2012-12-101-1/+0
| * | | | ext4: remove redundant code in ext4_alloc_inode()Guo Chao2012-12-101-1/+0
| * | | | ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao2012-12-101-5/+1
| * | | | ext4: enable ext4 inline supportTao Ma2012-12-102-1/+6
| * | | | ext4: let fallocate handle inline data correctlyTao Ma2012-12-103-0/+48
| * | | | ext4: let ext4_truncate handle inline data correctlyTao Ma2012-12-103-0/+107
| * | | | ext4: evict inline data out if we need to strore xattr in inodeTao Ma2012-12-103-12/+99
| * | | | ext4: let fiemap work with inline dataTao Ma2012-12-103-0/+54
| * | | | ext4: let ext4_rename handle inline dirTao Ma2012-12-103-35/+100
| * | | | ext4: let empty_dir handle inline dirTao Ma2012-12-103-0/+104
| * | | | ext4: let ext4_delete_entry() handle inline dataTao Ma2012-12-103-0/+76