summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-25clk: qcom: Add IPQ4019 Global Clock Controller supportVaradarajan Narayanan5-0/+1522
2016-02-25clk: shmobile: Free 'clock' on error pathStephen Boyd1-0/+1
2016-02-25clk: shmobile: check for failureSudip Mukherjee1-1/+5
2016-02-23clk: Update some outdated commentsStephen Boyd1-3/+3
2016-02-23Revert "clk: avoid circular clock topology"Stephen Boyd1-40/+0
2016-02-22clk: socfpga: allow for multiple parents on Arria10 periph clocksDinh Nguyen2-9/+4
2016-02-22clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo6-30/+54
2016-02-22clk: qcom: msm8960: fix ce3_core clk enable registerSrinivas Kandagatla1-1/+1
2016-02-22clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo1-1/+2
2016-02-22clk: samsung: Don't build ARMv8 clock drivers on ARMv7Krzysztof Kozlowski2-3/+11
2016-02-19clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-18clk: shmobile: r8a7795: Add INTC-EX clockMagnus Damm1-0/+1
2016-02-18clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis1-0/+1
2016-02-17clk: samsung: Enable COMPILE_TEST for Samsung clocksKrzysztof Kozlowski1-4/+4
2016-02-16clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt1-11/+2
2016-02-16clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt1-5/+7
2016-02-16clk: shmobile: cpg-mssr: Update serial port clock in exampleGeert Uytterhoeven1-1/+1
2016-02-12Revert "clk: qcom: Specify LE device endianness"Stephen Boyd11-13/+0
2016-02-12clk: qcom: mmcc8974: Use gdscs .parent and remove genpd callsRajendra Nayak1-13/+2
2016-02-12clk: qcom: gdsc: Add mmcc gdscs for msm8996 familyRajendra Nayak2-0/+174
2016-02-12clk: qcom: gdsc: Add GDSCs in msm8996 GCCRajendra Nayak2-0/+103
2016-02-12clk: qcom: gdsc: Add support for votable gdscsRajendra Nayak2-7/+26
2016-02-12clk: qcom: gdsc: Add support for gdscs with gds hw controllerRajendra Nayak2-17/+29
2016-02-12clk: qcom: gdsc: Add support for hierarchical power domainsRajendra Nayak3-10/+50
2016-02-10clk: lpc32xx: add HCLK PLL output configurationSylvain Lemieux2-5/+2
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij1-0/+3
2016-02-10clk: lpc32xx: do not register clock "0"Sylvain Lemieux1-2/+2
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada1-1/+1
2016-02-09clk: qcom: common: check for failureSudip Mukherjee1-6/+11
2016-02-09devm: add helper devm_add_action_or_reset()Sudip Mukherjee1-0/+12
2016-02-08clk: meson: Fix meson_clk_register_clks() signature type mismatchAndreas Färber1-1/+1
2016-02-08clk: socfpga: fix __init annotationArnd Bergmann1-1/+1
2016-02-08drivers/clk/Kconfig: Move the TI CDCE chips close togetherMike Looijmans1-8/+8
2016-02-08drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"Mike Looijmans1-1/+1
2016-02-08clk: shmobile: r8a7795: Add USB-DMAC clocksYoshihiro Shimoda1-0/+2
2016-02-08clk: shmobile: r8a7795: Add SD divider supportDirk Behme2-0/+232
2016-02-07clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd1-4/+0
2016-02-07clk: Deprecate CLK_IS_ROOTStephen Boyd2-4/+4
2016-02-07clk: gpio: Make into a platform driverStephen Boyd1-113/+52
2016-02-04clk: rockchip: convert manually created factor clocks to the new typeHeiko Stuebner5-98/+24
2016-02-04clk: rockchip: add a factor clock typeHeiko Stuebner2-0/+83
2016-02-04clk: rockchip: fix parent of hclk_vcodec on rk3036Heiko Stuebner1-1/+1
2016-02-02clk: rockchip: free memory in error cases when registering clock branchesShawn Lin1-2/+7
2016-02-02clk: unlock for handling unregistered clockInsu Yun1-2/+2
2016-02-02clk: vt8500: don't return possibly uninitialized dataArnd Bergmann1-26/+65
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada1-1/+1
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada1-16/+2
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada1-0/+3
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada1-15/+6
2016-02-02clk: avoid circular clock topologyMasahiro Yamada1-0/+40