summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-20clk: versatile: Remove clk.h and clkdev.h includesStephen Boyd5-7/+5
2015-07-20clk: ux500: Remove clk.h and clkdev.h includesStephen Boyd6-8/+2
2015-07-20clk: tegra: Properly include clk.hStephen Boyd16-16/+2
2015-07-20clk: spear: Remove clk.h includeStephen Boyd3-3/+0
2015-07-20clk: socfpga: Remove clk.h and clkdev.h includesStephen Boyd7-7/+6
2015-07-20clk: sirf: Properly include clk.hStephen Boyd3-2/+2
2015-07-20clk: samsung: Properly include clk.h and clkdev.hStephen Boyd23-33/+22
2015-07-20clk: rockchip: Properly include clk.hStephen Boyd5-3/+5
2015-07-20clk: nxp: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: mxs: Include clk.h in C files that use itStephen Boyd7-8/+4
2015-07-20clk: mvebu: Remove clk.h includeStephen Boyd2-2/+3
2015-07-20clk: mmp: Remove clk.h includeStephen Boyd3-4/+1
2015-07-20clk: meson8b: Properly include clk.hStephen Boyd2-1/+1
2015-07-20clk: mediatek: Properly include clk.hStephen Boyd4-2/+6
2015-07-20clk: keystone: Remove clk.h includeStephen Boyd2-2/+0
2015-07-20clk: hisilicon: Remove clk.h includeStephen Boyd4-8/+1
2015-07-20clk: wm831x: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: u300: Remove clk.h includeStephen Boyd1-1/+1
2015-07-20clk: twl6040: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: si5351: Include clk.hStephen Boyd1-1/+1
2015-07-20clk: rk808: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: palmas: Remove clkdev.h includesStephen Boyd1-1/+0
2015-07-20clk: nomadik: Remove clk.h and clkdev.h includesStephen Boyd1-2/+1
2015-07-20clk: mux: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: efm32gg: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: clps711x: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: cdce706: Include clk.hStephen Boyd1-0/+1
2015-07-20clk: axi-clkgen: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: i.MX: Remove clk.h includeStephen Boyd5-5/+0
2015-07-20simplefb: Include clk.hStephen Boyd1-0/+1
2015-07-20ACPI: Remove clk.h includeStephen Boyd2-2/+0
2015-07-20clocksource: cadence_ttc: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20spi: spi-pxa2xx: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20staging: clocking-wizard: Include clk.hStephen Boyd1-0/+1
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe3-0/+568