summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-31Merge tag 'clk-v4.15-exynos-pm' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd4-9/+206
2017-10-25Merge tag 'clk-v4.15-samsung' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd10-190/+62
2017-10-25Merge tag 'clk-renesas-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/...Stephen Boyd7-5/+213
2017-10-16clk: samsung: Add a separate driver for Exynos4412 ISP clocksMarek Szyprowski2-0/+180
2017-10-16clk: samsung: Instantiate Exynos4412 ISP clocks only when availableMarek Szyprowski1-7/+24
2017-10-11clk: samsung: exynos5433: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-10-09clk: samsung: Remove obsolete clkdev alias supportMarek Szyprowski3-98/+15
2017-10-09clk: samsung: Add explicit MPLL, EPLL clkdev aliases in S3C2443 driverMarek Szyprowski1-4/+6
2017-10-09clk: samsung: Rework clkdev alias handling in S3C2443 driverMarek Szyprowski1-2/+4
2017-10-09clk: samsung: Rework clkdev alias handling in Exynos5440 driverMarek Szyprowski1-2/+10
2017-10-09clk: samsung: Drop useless alias in Exynos5420 clk driverMarek Szyprowski1-2/+1
2017-10-09clk: samsung: Remove clkdev alias support in Exynos5250 clk driverMarek Szyprowski1-9/+9
2017-10-09clk: samsung: Remove double assignment of CLK_ARM_CLK in Exynos4 driverMarek Szyprowski1-1/+1
2017-10-09clk: samsung: Remove clkdev alias support in Exynos4 clk driverMarek Szyprowski1-37/+10
2017-10-09clk: samsung: Remove support for obsolete Exynos4212 CPU clockMarek Szyprowski1-29/+4
2017-10-09clk: samsung: Remove support for Exynos4212 SoCs in Exynos CLKOUT driverMarek Szyprowski1-2/+0
2017-10-06Merge branch 'clk-fixes' into clk-nextStephen Boyd1-0/+15
2017-10-04clk: samsung: exynos4: Enable VPLL and EPLL clocks for suspend/resume cycleMarek Szyprowski1-0/+15
2017-10-03clk: samsung: Properly propagate flags in __PLL macroMarek Szyprowski1-1/+1
2017-09-30Merge branch 'clk-pm-runtime' into clk-nextStephen Boyd6-135/+497
2017-09-30Merge tag 'v4.14-rockchip-clkfixes-1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd1-5/+7
2017-09-30clk: Export clk_bulk_prepare()Bjorn Andersson1-0/+1
2017-09-29clk: samsung: Fix m2m scaler clock on Exynos542xAndrzej Pietrasiewicz1-1/+1
2017-09-28clk: renesas: rcar-gen2: Delete error message for failed memory allocationMarkus Elfring1-1/+0
2017-09-28clk: renesas: mstp: Delete error messages for failed memory allocationsMarkus Elfring1-4/+1
2017-09-27clk: samsung: Delete a memory allocation error message in clk-cpu.cMarkus Elfring1-2/+0
2017-09-19clk: renesas: cpg-mssr: Add R8A77970 supportSergei Shtylyov5-0/+212
2017-09-17clk: rockchip: add sclk_timer5 as critical clock on rk3128Elaine Zhang1-0/+1
2017-09-17clk: rockchip: fix up rk3128 pvtm and mipi_24m gate regs errorElaine Zhang1-4/+4
2017-09-17clk: rockchip: add pclk_pmu as critical clock on rk3128Elaine Zhang1-1/+2
2017-09-16Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-16/+16
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-116/+293
2017-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-11/+314
2017-09-16firmware: Restore support for built-in firmwareMarkus Trippelsdorf1-4/+1
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds21-656/+1346
2017-09-16Merge tag 'pci-v4.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+2
2017-09-16Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds28-160/+236
2017-09-16Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-11/+1532
2017-09-16netvsc: increase default receive buffer sizeStephen Hemminger1-1/+1
2017-09-16net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-16net: vrf: avoid gcc-4.6 warningArnd Bergmann1-3/+3
2017-09-16qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-15Merge branch 'next' into for-linusDmitry Torokhov11-11/+314
2017-09-15Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-15Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas1-11/+2
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-4/+3
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds10-82/+34
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-156/+184