summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-07-1312-67/+93
|\
| * clk: spear3xx: Set proper clock parent of uart1/2Thomas Gleixner2014-07-131-4/+10
| * clk: spear3xx: Use proper control register offsetThomas Gleixner2014-07-131-1/+1
| * clk: qcom: HDMI source sel is 3 not 2Stephen Boyd2014-07-021-1/+1
| * Merge tag 'for_3.16/samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/...Mike Turquette2014-07-025-47/+71
| |\
| | * clk: exynos5420: Remove aclk66_peric from the clock tree descriptionDoug Anderson2014-06-301-30/+55
| | * clk/exynos5250: fix bit number for tv sysmmu clockRahul Sharma2014-06-301-1/+1
| | * clk: s3c64xx: Hookup SPI clocks correctlyCharles Keepax2014-06-301-2/+4
| | * clk: samsung: exynos4: Remove SRC_MASK_ISP gatesTomasz Figa2014-06-301-12/+4
| | * clk: samsung: add more aliases for s3c24xxVasily Khoruzhick2014-06-301-0/+5
| | * clk: samsung: fix several typos to fix boot on s3c2410Vasily Khoruzhick2014-06-301-2/+2
| * | Merge branch 'for-v3.16-rc/ti-clk-drv' of github.com:t-kristo/linux-pm into c...Mike Turquette2014-07-012-6/+4
| |\ \
| | * | clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen2014-06-191-1/+1
| | * | clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros2014-06-191-2/+3
| | * | clk: ti: dra7: return error code in failure caseJulia Lawall2014-06-191-4/+2
| | * | clk: ti: apll: not allocating enough dataDan Carpenter2014-06-191-1/+1
| * | | clk: sunxi: fix devm_ioremap_resource error detection codeHimangi Saraogi2014-07-011-1/+1
| * | | clk: s2mps11: Fix double free corruption during driver unbindKrzysztof Kozlowski2014-07-011-5/+2
| * | | clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros2014-07-011-2/+3
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-132-4/+22
|\ \ \ \
| * \ \ \ Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-07-121-2/+4
| |\ \ \ \
| | * | | | clk: exynos5420: Add IDs for clocks used in PD mfcArun Kumar K2014-07-111-2/+4
| * | | | | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-07-071-2/+18
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap2014-07-051-0/+11
| | * | | | clocksource: exynos_mct: Fix ftraceDoug Anderson2014-07-051-2/+7
| | |/ / /
* | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-07-122-7/+28
|\ \ \ \ \
| * | | | | Update imx-sdma cyclic handling to report residueRussell King - ARM Linux2014-07-011-4/+18
| * | | | | dma: cppi41: handle 0-length packetsDaniel Mack2014-07-011-3/+10
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-128-9/+28
|\ \ \ \ \
| * | | | | phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros2014-07-111-2/+5
| * | | | | phy: core: Fix error path in phy_create()Roger Quadros2014-07-111-3/+4
| * | | | | drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLESjoerd Simons2014-07-111-0/+1
| * | | | | phy: omap-usb2: fix devm_ioremap_resource error detection codeHimangi Saraogi2014-07-111-2/+2
| * | | | | phy: sun4i: depend on RESET_CONTROLLERMaxime Ripard2014-07-111-0/+1
| * | | | | USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2014-07-112-0/+8
| * | | | | USB: ftdi_sio: Add extra PID.Bert Vermeulen2014-07-092-2/+4
| * | | | | usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter2014-07-071-0/+2
| * | | | | USB: cp210x: add support for Corsair usb dongleAndras Kovacs2014-07-071-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-127-4/+19
|\ \ \ \ \
| * | | | | serial: imx: Fix build breakagePeter Hurley2014-07-111-1/+1
| * | | | | serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-101-1/+1
| * | | | | serial: Test for no tx data on tx restartPeter Hurley2014-07-106-3/+18
| |/ / / /
* | | | | Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-07-124-7/+24
|\ \ \ \ \
| * | | | | i8k: Fix non-SMP operationGuenter Roeck2014-07-091-1/+3
| * | | | | Drivers: hv: util: Fix a bug in the KVP codeK. Y. Srinivasan2014-07-092-4/+15
| * | | | | Drivers: hv: vmbus: Fix a bug in the channel callback dispatch codeK. Y. Srinivasan2014-07-091-2/+6
* | | | | | Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-128-32/+23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'iio-fixes-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-088-32/+23
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | iio: ti_am335x_adc: Fix: Use same step id at FIFOs both endsJan Kardell2014-07-081-1/+1
| | * | | | | iio:tcs3472: Check for buffer enabled and lockingPeter Meerwald2014-07-071-1/+10