mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Samsung clock fixes for v3.16. This pull request contains fixes for various issues found while testing -rc versions of Linux 3.16. Mostly two kinds of patches: * Fixes of incorrectly defined clocks 1)a37c82aclk: samsung: exynos4: Remove SRC_MASK_ISP gates Issue present since v3.10. 2)0b1643bclk/exynos5250: fix bit number for tv sysmmu clock Issue present since v3.16. 3)44ff025clk: exynos5420: Remove aclk66_peric from the clock tree description Issue present since v3.11. * Adding things missed by original patches 1)cec1cdeclk: samsung: fix several typos to fix boot on s3c2410 2)34ece9eclk: samsung: add more aliases for s3c24xx Both issues present since the driver was added in v3.16. 3)a92dda4clk: s3c64xx: Hookup SPI clocks correctly Issue present since v3.12.