1. 19 Apr, 2017 2 commits
    • Alexey Firago's avatar
      clk: vc5: Add structure to describe particular chip features · 9adddb01
      Alexey Firago authored
      Introduce vc5_chip_info structure to describe features of a particular
      VC5 chip (id, number of FODs, number of outputs, flags).
      For now flags are only used to indicate if chip has internal XTAL.
      vc5_chip_info is set on probe from the matched of_device_id->data.
      
      Also add defines to specify maximum number of FODs and clock outputs
      supported by the driver.
      
      With these changes it should be easier to extend driver to support
      more VC5 models.
      Signed-off-by: default avatarAlexey Firago <alexey_firago@mentor.com>
      Reviewed-by: default avatarMarek Vasut <marek.vasut@gmail.com>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      9adddb01
    • Stephen Boyd's avatar
      Merge tag 'sunxi-clk-for-4.12' of... · 8062b4aa
      Stephen Boyd authored
      Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-next
      
      Pull Allwinner clock patches for 4.12 from Maxime Ripard:
      
      Support for the new H5 SoC and the PRCM block found in a number of SoCs as
      well, plus the usual chunk of fixes and minor enhancements.
      
      * tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        clk: sunxi-ng: Display index when clock registration fails
        clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factor
        clk: sunxi-ng: a80: Remodel CPU cluster PLLs as N-type multiplier clocks
        clk: sunxi-ng: mult: Support PLL lock detection
        clk: sunxi-ng: add support for PRCM CCUs
        dt-bindings: update device tree binding for Allwinner PRCM CCUs
        clk: sunxi-ng: sun5i: Fix mux width for csi clock
        clk: sunxi-ng: tighten SoC deps on explicit AllWinner SoCs
        clk: sunxi-ng: add Allwinner H5 CCU support for H3 CCU driver
        clk: sunxi-ng: gate: Support common pre-dividers
      8062b4aa
  2. 17 Apr, 2017 2 commits
    • Stephen Boyd's avatar
      Merge branch 'clk-fixes' into clk-next · e609f9f2
      Stephen Boyd authored
      * clk-fixes:
        clk: sunxi-ng: a33: gate then ungate PLL CPU clk after rate change
        clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocks
        clk: sunxi-ng: fix build failure in ccu-sun9i-a80 driver
        clk: sunxi-ng: fix build error without CONFIG_RESET_CONTROLLER
        clk: stm32f4: fix: exclude values 0 and 1 for PLLQ
      e609f9f2
    • Stephen Boyd's avatar
      Merge tag 'sunxi-clk-fixes-for-4.11-2-bis' of... · e7590308
      Stephen Boyd authored
      Merge tag 'sunxi-clk-fixes-for-4.11-2-bis' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes
      
      Pull Allwinner clock fixes for 4.11 from Maxime Ripard:
      
      Two build errors fixes for the sunxi-ng drivers.
      
      The two other patches fix random CPU crashes happening on the A33 since
      CPUFreq has been enabled in 4.11.
      
      * tag 'sunxi-clk-fixes-for-4.11-2-bis' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        clk: sunxi-ng: a33: gate then ungate PLL CPU clk after rate change
        clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocks
        clk: sunxi-ng: fix build failure in ccu-sun9i-a80 driver
        clk: sunxi-ng: fix build error without CONFIG_RESET_CONTROLLER
      e7590308
  3. 13 Apr, 2017 4 commits
  4. 12 Apr, 2017 22 commits
  5. 07 Apr, 2017 8 commits
  6. 06 Apr, 2017 1 commit
  7. 05 Apr, 2017 1 commit