summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-156-6/+6
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-144-4/+4
| * __page_to_pfn: Fix typo in commentZhang Yanfei2013-10-141-1/+1
| * Correct some typos for word frequencyLABBE Corentin2013-10-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-11-151-0/+26
|\ \
| * | Input: add driver for Neonode zForce based touchscreensHeiko Stübner2013-10-311-0/+26
* | | Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-11-1512-29/+674
|\ \ \
| * \ \ Merge tag 'mfd-lee-3.13-3' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz2013-11-111-1/+1
| |\ \ \
| | * | | mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven2013-11-111-1/+1
| * | | | Merge tag 'mfd-lee-3.13-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz2013-10-2512-28/+680
| |\| | |
| | * | | mfd: syscon: Return -ENOSYS if CONFIG_MFD_SYSCON is not enabledPeter Chen2013-10-231-0/+25
| | * | | mfd: Add support for ams AS3722 PMICLaxman Dewangan2013-10-232-0/+475
| | * | | mfd: max77693: Remove device wakeup from driverAndrzej Hajda2013-10-232-3/+0
| | * | | mfd: mc13xxx: Move SPI erratum workaround into SPI I/O functionMark Brown2013-10-231-0/+7
| | * | | mfd: ti_am335x_tscadc: Restore clock divider on resumeMatthias Kaehlcke2013-10-231-0/+1
| | * | | mfd: Add STw481x driverLinus Walleij2013-10-231-0/+56
| | * | | mfd: arizona: Correct register definition for FLL2_SYNC_BWCharles Keepax2013-10-231-1/+1
| | * | | mfd: rtsx: Modify rts5249_optimize_phyWei WANG2013-10-231-0/+53
| | * | | mfd: ti_am335x_tscadc: Fix idle timeout valueMatthias Kaehlcke2013-10-231-7/+12
| | * | | mfd: wm8994: Remove unused irq_lockMark Brown2013-10-231-2/+0
| | * | | mfd: wm8994: Inline register I/O functionsMark Brown2013-10-231-9/+36
| | * | | mfd: da9052: Avoid multiwrite mode due to silicon errataDavid Jander2013-10-231-6/+14
| * | | | Merge tag 'range-macro' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Samuel Ortiz2013-10-251-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-152-10/+410
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-3.13/post-mq-drivers' into for-linusJens Axboe2013-11-142-10/+410
| |\ \ \ \ \
| | * | | | | bcache: Better full stripe scanningKent Overstreet2013-11-101-0/+29
| | * | | | | bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-101-0/+373
| | * | | | | bcache: Break up struct searchKent Overstreet2013-11-101-10/+8
* | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-1515-122/+569
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie2013-11-102-0/+29
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915/bdw: support GMS and GGMS changesBen Widawsky2013-11-081-0/+4
| | * | | | | | | drm/i915/bdw: Add device IDsBen Widawsky2013-11-081-0/+25
| * | | | | | | | drm/radeon: add pci ids for hawaiiAlex Deucher2013-11-081-0/+12
| * | | | | | | | Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-0849-129/+203
| |\| | | | | | |
| | * | | | | | | Merge tag 'v3.12' into drm-intel-nextDaniel Vetter2013-11-0449-129/+203
| | |\ \ \ \ \ \ \
| * | | | | | | | | drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom2013-11-061-1/+10
| * | | | | | | | | drm: make drm_get_minor() staticDavid Herrmann2013-11-061-1/+0
| * | | | | | | | | drm: simplify drm_put_minor()David Herrmann2013-11-061-1/+0
| * | | | | | | | | drm: Compact booleans within struct drm_fileChris Wilson2013-11-061-7/+6
| * | | | | | | | | drm: Do not drop root privileges for a fancier younger processChris Wilson2013-11-061-0/+1
| * | | | | | | | | drm: add drm_set_preferred_modeGerd Hoffmann2013-11-061-0/+2
| * | | | | | | | | drm: Remove drm_debugfs_node and drm_debugfs_listLespiau, Damien2013-11-061-21/+0
| * | | | | | | | | drm: Constify struct drm_info_list * argumentsLespiau, Damien2013-11-061-4/+5
| * | | | | | | | | drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner2013-11-061-2/+8
| * | | | | | | | | Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie2013-11-053-9/+305
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/tegra: Deliver syncpoint base to user spaceArto Merilainen2013-10-311-9/+17
| | * | | | | | | | | gpu: host1x: Add syncpoint base supportArto Merilainen2013-10-311-0/+5
| | * | | | | | | | | gpu: host1x: Add 'flags' field to syncpt requestArto Merilainen2013-10-311-1/+3
| | * | | | | | | | | drm/tegra: Support bottom-up buffer objectsThierry Reding2013-10-311-1/+2
| | * | | | | | | | | drm/tegra: Add support for tiled buffer objectsThierry Reding2013-10-311-0/+2