Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2015-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-09-01Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-27clk: s5pv210: add missing call to samsung_clk_of_add_provider()Marek Szyprowski
2015-08-26clk: pistachio: correct critical clock listDamien.Horsley
2015-08-26clk: pistachio: Fix PLL rate calculation in integer modeZdenko Pulitika
2015-08-26clk: pistachio: Fix override of clk-pll settings from boot loaderZdenko Pulitika
2015-08-26clk: pistachio: Fix 32bit integer overflowsZdenko Pulitika
2015-08-26clk: tegra: Fix some static checker problemsStephen Boyd
2015-08-26Merge tag 'tegra-for-4.3-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd
2015-08-25clk: qcom: Fix MSM8916 prng clock enable bitGeorgi Djakov
2015-08-25drivers/clk: appropriate __init annotation for const dataNicolas Pitre
2015-08-25clk: rockchip: register pll mux before pll itselfHeiko Stuebner
2015-08-25clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij
2015-08-25clk: remove duplicated code with __clk_set_parent_afterDong Aisheng
2015-08-25clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd
2015-08-25clk: Constify clk_hw argument to provider APIsStephen Boyd
2015-08-25clk: Hi6220: add stub clock driverLeo Yan
2015-08-25clk: atlas7: fix pll missed divide NR in fraction modeGuo Zeng
2015-08-25clk: atlas7: fix bit field and its root clk for coresight_tpiuGuo Zeng
2015-08-25clk: atlas7: replace dto resolution magic number by macroYibo Cai
2015-08-25clk: atlas7: fix integer overflow in dto rate calculationYibo Cai
2015-08-25clk: atlas7: export mux clks so that consumers can get themGuo Zeng
2015-08-25clk: atlas7: add lost pwm unit clksGuo Zeng
2015-08-25clk: socfpga: Add a second parent option for the dbg_base_clkDinh Nguyen
2015-08-25clk: ux500: delete the non-DT U8500 clock implementationLinus Walleij
2015-08-25clk: Remove unused provider APIsStephen Boyd
2015-08-25clk: si5351: Convert __clk_get_name() to clk_hw_get_name()Stephen Boyd
2015-08-25clk: versatile: Switch to assigned clock parentsStephen Boyd
2015-08-25clk: ti: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: tegra: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: spear: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: sirf: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: samsung: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: rockchip: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: qcom: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: stm32f4: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: mvebu: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: mmp: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: Convert basic types to clk_hw based provider APIsStephen Boyd
2015-08-25clk: bcm: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: at91: Convert to clk_hw based provider APIsStephen Boyd
2015-08-25clk: ti: Remove CLK_IS_BASIC checkStephen Boyd
2015-08-25clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-08-25clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-08-25clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd