summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-26mmc: omap_hsmmc: remove unused slot_id parameterAndreas Fenkart1-10/+4
2014-11-26mmc: omap_hsmmc: Remove unnecessary callbacks from platform dataAndreas Fenkart1-18/+0
2014-11-26mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirectionAndreas Fenkart1-52/+48
2014-11-26mmc: omap_hsmmc: remove unused get_context_loss_count callbackAndreas Fenkart1-3/+0
2014-11-26mmc: omap_hsmmc: remove un-initialized callbacks from platform dataAndreas Fenkart1-9/+0
2014-11-26mmc: omap_hsmmc: remove unused fields in platform_dataAndreas Fenkart1-19/+0
2014-11-26ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driverAndreas Fenkart2-27/+149
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter1-0/+2
2014-11-26mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter1-0/+1
2014-11-26mmc: dw_mmc: Add IDMAC 64-bit address mode supportPrabu Thangamuthu1-0/+2
2014-11-26mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleare...Vincent Wan1-0/+2
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-0/+3
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter1-0/+7
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter1-2/+2
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter1-1/+1
2014-11-10mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen1-0/+2
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-1/+0
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+1
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson1-2/+0
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni1-0/+22
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2-0/+6
2014-11-10mmc: core: Remove unused mmc_list_to_card() macroUlf Hansson1-2/+0
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson1-2/+0
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-14/+2
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-2/+0
2014-11-10mmc: sdhci-pxav3: Move private driver data to driver sourceSebastian Hesselbarth1-5/+0
2014-11-10Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+31
2014-11-10Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+70
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2014-11-05PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu1-1/+6
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-11-04ARM: imx: clk-vf610: define PLL's clock treeStefan Agner1-8/+31
2014-11-04Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-4/+4
2014-11-03Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds1-18/+3
2014-11-03Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-6/+5
2014-11-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+22
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+42
2014-11-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-31drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-9/+9
2014-10-30Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-52/+33
2014-10-30mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17