17 May, 2019

1 commit

  • Pull ARM SoC-related driver updates from Olof Johansson:
    "Various driver updates for platforms and a couple of the small driver
    subsystems we merge through our tree:

    Among the larger pieces:

    - Power management improvements for TI am335x and am437x (RTC
    suspend/wake)

    - Misc new additions for Amlogic (socinfo updates)

    - ZynqMP FPGA manager

    - Nvidia improvements for reset/powergate handling

    - PMIC wrapper for Mediatek MT8516

    - Misc fixes/improvements for ARM SCMI, TEE, NXP i.MX SCU drivers"

    * tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (57 commits)
    soc: aspeed: fix Kconfig
    soc: add aspeed folder and misc drivers
    spi: zynqmp: Fix build break
    soc: imx: Add generic i.MX8 SoC driver
    MAINTAINERS: Update email for Qualcomm SoC maintainer
    memory: tegra: Fix a typos for "fdcdwr2" mc client
    Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"
    memory: tegra: Replace readl-writel with mc_readl-mc_writel
    memory: tegra: Fix integer overflow on tick value calculation
    memory: tegra: Fix missed registers values latching
    ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30
    optee: allow to work without static shared memory
    soc/tegra: pmc: Move powergate initialisation to probe
    soc/tegra: pmc: Remove reset sysfs entries on error
    soc/tegra: pmc: Fix reset sources and levels
    soc: amlogic: meson-gx-pwrc-vpu: Add support for G12A
    soc: amlogic: meson-gx-pwrc-vpu: Fix power on/off register bitmask
    fpga manager: Adding FPGA Manager support for Xilinx zynqmp
    dt-bindings: fpga: Add bindings for ZynqMP fpga driver
    firmware: xilinx: Add fpga API's
    ...

    Linus Torvalds
     

08 May, 2019

7 commits

  • - Rewrite how clk parents can be specified to be DT/clkdev based instead
    of just string based

    * clk-parent-rewrite-1:
    clk: Cache core in clk_fetch_parent_index() without names
    clk: fixed-factor: Initialize clk_init_data on stack
    clk: fixed-factor: Let clk framework find parent
    clk: Allow parents to be specified via clkspec index
    clk: Look for parents with clkdev based clk_lookups
    clk: Allow parents to be specified without string names
    clk: Add of_clk_hw_register() API for early clk drivers
    driver core: Let dev_of_node() accept a NULL dev
    clk: Prepare for clk registration API that uses DT nodes
    clkdev: Move clk creation outside of 'clocks_mutex'

    Stephen Boyd
     
  • * clk-ti:
    clk: Remove CLK_IS_BASIC clk flag
    clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devices
    clk: ti: dra7x: prevent non-existing clkctrl clocks from registering
    ARM: omap2+: hwmod: drop CLK_IS_BASIC flag usage
    clk: ti: export the omap2_clk_is_hw_omap call

    Stephen Boyd
     
  • …lk-spdx' into clk-next

    - Support for STM32F769
    - Rework AT91 sckc DT bindings
    - Fix slow RC oscillator issue on sama5d3
    - AT91 sam9x60 PMC support
    - SiFive FU540 PRCI and PLL support

    * clk-stm32f4:
    clk: stm32mp1: Add ddrperfm clock
    clk: stm32: Introduce clocks of STM32F769 board

    * clk-tegra:
    clk: tegra: divider: Mark Memory Controller clock as read-only
    clk: tegra: emc: Replace BUG() with WARN_ONCE()
    clk: tegra: emc: Fix EMC max-rate clamping
    clk: tegra: emc: Support multiple RAM codes
    clk: tegra: emc: Don't enable EMC clock manually
    clk: tegra124: Remove lock-enable bit from PLLM
    clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides divider
    clk: tegra: Don't enable already enabled PLLs

    * clk-at91:
    clk: at91: Mark struct clk_range as const
    clk: at91: add sam9x60 pmc driver
    dt-bindings: clk: at91: add bindings for SAM9X60 pmc
    clk: at91: add sam9x60 PLL driver
    clk: at91: master: Add sam9x60 support
    clk: at91: usb: Add sam9x60 support
    clk: at91: allow configuring generated PCR layout
    clk: at91: allow configuring peripheral PCR layout
    clk: at91: sckc: handle different RC startup time
    clk: at91: modernize sckc binding
    dt-bindings: clock: at91: new sckc bindings

    * clk-sifive-fu540:
    clk: sifive: add a driver for the SiFive FU540 PRCI IP block
    clk: analogbits: add Wide-Range PLL library
    dt-bindings: clk: add documentation for the SiFive PRCI driver

    * clk-spdx:
    clk: sunxi-ng: Use the correct style for SPDX License Identifier
    clk: sprd: Use the correct style for SPDX License Identifier
    clk: renesas: Use the correct style for SPDX License Identifier
    clk: qcom: Use the correct style for SPDX License Identifier
    clk: davinci: Use the correct style for SPDX License Identifier
    clk: actions: Use the correct style for SPDX License Identifier

    Stephen Boyd
     
  • …'clk-qoriq' into clk-next

    - Mark UFS clk as critical on Hi-Silicon hi3660 SoCs
    - Support for Cirrus Logic Lochnagar clks

    * clk-hisi:
    clk: hi3660: Mark clk_gate_ufs_subsys as critical

    * clk-lochnagar:
    clk: lochnagar: Add support for the Cirrus Logic Lochnagar
    clk: lochnagar: Add initial binding documentation

    * clk-allwinner:
    clk: sunxi-ng: sun5i: Export the MBUS clock
    clk: sunxi-ng: a83t: Add pll-video0 as parent of csi-mclk
    clk: sunxi-ng: h6: Allow video & vpu clocks to change parent rate
    clk: sunxi-ng: h6: Preset hdmi-cec clock parent
    clk: sunxi: Add Kconfig options
    clk: sunxi-ng: f1c100s: fix USB PHY gate bit offset
    clk: sunxi-ng: Allow DE clock to set parent rate

    * clk-rockchip:
    clk: rockchip: undo several noc and special clocks as critical on rk3288
    clk: rockchip: add a COMPOSITE_DIV_OFFSET clock-type
    clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
    clk: rockchip: Limit use of USB PHY clock to USB on rk3288
    clk: rockchip: Fix video codec clocks on rk3288
    clk: rockchip: Make rkpwm a critical clock on rk3288
    clk: rockchip: fix wrong clock definitions for rk3328

    * clk-qoriq:
    clk: qoriq: increase array size of cmux_to_group
    dt-bindings: qoriq-clock: Add ls1028a chip compatible string
    clk: qoriq: Add ls1028a clock configuration
    clk: qoriq: add more PLL divider clocks support
    dt-bindings: qoriq-clock: add more PLL divider clocks support

    Stephen Boyd
     
  • - Various static analysis fixes/finds
    - Video Engine (ECLK) support on Aspeed SoCs
    - Xilinx ZynqMP Versal platform support
    - Convert Xilinx ZynqMP driver to be struct oriented

    * clk-sa:
    clk: mvebu: fix spelling mistake "gatable" -> "gateable"
    clk: ux500: add range to usleep_range
    clk: tegra: Make tegra_clk_super_mux_ops static
    clk: davinci: cfgchip: use PTR_ERR_OR_ZERO in da8xx_cfgchip_register_div4p5

    * clk-aspeed:
    clk: Aspeed: Setup video engine clocking

    * clk-samsung:
    clk: samsung: exynos5410: Add gate clock for ADC
    clk: samsung: dt-bindings: Add ADC clock ID to Exynos5410
    clk: samsung: dt-bindings: Put CLK_UART3 in order

    * clk-ingenic:
    clk: ingenic: jz4725b: Add UDC PHY clock
    dt-bindings: clock: jz4725b-cgu: Add UDC PHY clock

    * clk-zynq:
    clk: zynqmp: use structs for clk query responses
    clk: zynqmp: fix check for fractional clock
    clk: zynqmp: do not export zynqmp_clk_register_* functions
    clk: zynqmp: fix kerneldoc of __zynqmp_clock_get_parents
    drivers: clk: Update clock driver to handle clock attribute
    drivers: clk: zynqmp: Allow zero divisor value

    Stephen Boyd
     
  • - Remove clk_readl() and introduce BE versions of basic clk types

    * clk-doc:
    clk: Drop duplicate clk_register() documentation
    clk: Document and simplify clk_core_get_rate_nolock()
    clk: Remove 'flags' member of struct clk_fixed_rate
    clk: nxp: Drop 'flags' on fixed_rate clk macro
    clk: Document __clk_mux_determine_rate()
    clk: Document CLK_MUX_READ_ONLY mux flag
    clk: Document deprecated things
    clk: Collapse gpio clk kerneldoc

    * clk-more-critical:
    clk: highbank: Convert to CLK_IS_CRITICAL

    * clk-meson: (21 commits)
    clk: meson: axg-audio: add g12a support
    clk: meson: axg-audio: don't register inputs in the onecell data
    clk: meson: axg_audio: replace prefix axg by aud
    dt-bindings: clk: axg-audio: add g12a support
    clk: meson: meson8b: add the video decoder clock trees
    clk: meson: meson8b: add the VPU clock trees
    clk: meson: meson8b: add support for the GP_PLL clock on Meson8m2
    clk: meson: meson8b: use a separate clock table for Meson8m2
    dt-bindings: clock: meson8b: export the video decoder clocks
    clk: meson-g12a: add video decoder clocks
    dt-bindings: clock: meson8b: export the VPU clock
    clk: meson-g12a: add PCIE PLL clocks
    dt-bindings: clock: g12a-aoclk: expose CLKID_AO_CTS_OSCIN
    clk: meson-pll: add reduced specific clk_ops for G12A PCIe PLL
    dt-bindings: clock: meson8b: drop the "ABP" clock definition
    clk: meson: g12a: add cpu clocks
    dt-bindings: clk: g12a-clkc: add VDEC clock IDs
    dt-bindings: clock: axg-audio: unexpose controller inputs
    dt-bindings: clk: g12a-clkc: add PCIE PLL clock ID
    clk: g12a-aoclk: re-export CLKID_AO_SAR_ADC_SEL clock id
    ...

    * clk-basic-be:
    clk: core: replace clk_{readl,writel} with {readl,writel}
    clk: core: remove powerpc special handling
    powerpc/512x: mark clocks as big endian
    clk: mux: add explicit big endian support
    clk: multiplier: add explicit big endian support
    clk: gate: add explicit big endian support
    clk: fractional-divider: add explicit big endian support
    clk: divider: add explicit big endian support

    Stephen Boyd
     
  • - Qualcomm QCS404 CDSP clk support
    - Qualcomm QCS404 Turing clk support
    - Mediatek MT8183 clock support
    - Mediatek MT8516 clock support
    - Milbeaut M10V clk controller support

    * clk-renesas:
    clk: renesas: rcar-gen3: Remove unused variable
    clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value
    clk: renesas: r8a77980: Fix RPC-IF module clock's parent
    clk: renesas: rcar-gen3: Rename DRIF clocks
    clk: renesas: rcar-gen3: Correct parent clock of Audio-DMAC
    clk: renesas: rcar-gen3: Correct parent clock of SYS-DMAC
    clk: renesas: rcar-gen3: Correct parent clock of HS-USB
    clk: renesas: rcar-gen3: Correct parent clock of EHCI/OHCI
    clk: renesas: r8a774c0: Add Z2 clock
    clk: renesas: r8a77990: Add Z2 clock
    clk: renesas: rcar-gen3: Support Z and Z2 clocks with high frequency parents
    math64: New DIV64_U64_ROUND_CLOSEST helper
    clk: renesas: rcar-gen3: Remove CLK_TYPE_GEN3_Z2
    clk: renesas: rcar-gen3: Parameterise Z and Z2 clock offset
    clk: renesas: rcar-gen3: Parameterise Z and Z2 clock fixed divisor
    clk: renesas: r9a06g032: Add missing PCI USB clock
    clk: renesas: r7s9210: Always use readl()
    clk: renesas: rcar-gen3: Pass name/offset to cpg_sd_clk_register()

    * clk-qcom:
    clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998
    clk: qcom: Add QCS404 TuringCC
    clk: qcom: branch: Add AON clock ops
    dt-bindings: clock: Introduce Qualcomm Turing Clock controller
    clk: qcom: gcc-qcs404: Add CDSP related clocks and resets

    * clk-mtk:
    clk: mediatek: add clock driver for MT8516
    dt-bindings: mediatek: apmixedsys: add support for MT8516
    dt-bindings: mediatek: infracfg: add support for MT8516
    dt-bindings: mediatek: topckgen: add support for MT8516
    clk: mediatek: Allow changing PLL rate when it is off
    clk: mediatek: Add MT8183 clock support
    clk: mediatek: Add configurable pcw_chg_reg to mtk_pll_data
    clk: mediatek: Add dt-bindings for MT8183 clocks
    dt-bindings: ARM: Mediatek: Document bindings for MT8183
    clk: mediatek: Add configurable pcwibits and fmin to mtk_pll_data
    clk: mediatek: Add new clkmux register API
    clk: mediatek: Disable tuner_en before change PLL rate

    * clk-milbeaut:
    clock: milbeaut: Add Milbeaut M10V clock controller
    dt-bindings: clock: milbeaut: add Milbeaut clock description

    * clk-imx:
    clk: imx: correct pfdv2 gate_bit/vld_bit operations
    clk: imx: clk-pllv3: mark expected switch fall-throughs
    clk: imx8mq: Add dsi_ipg_div
    clk: imx: pllv4: add fractional-N pll support
    clk: imx: keep uart clock on during system boot
    clk: imx: correct i.MX7D AV PLL num/denom offset
    clk: imx6sll: Fix mispelling uart4_serial as serail
    clk: imx: pll14xx: drop unused variable
    clk: imx: rename clk-imx51-imx53.c to clk-imx5.c
    clk: imx5: Fix i.MX50 ESDHC clock registers
    clk: imx5: Fix i.MX50 mainbus clock registers
    clk: imx: Remove unused imx_get_clk_hw_fixed
    dt-bindings: clock: imx7ulp: remove SNVS clock
    clk: imx7ulp: remove snvs clock

    Stephen Boyd
     

04 May, 2019

5 commits

  • If a clk has specified parents via clk_hw pointers it won't specify the
    globally unique names for the parents. Without the unique names, we
    can't fallback to comparing them against the name of the 'parent'
    pointer here. Therefore, do a pointer comparison against the clk_hw
    pointers too and cache the clk_core structure if they match. This fixes
    parent lookup code for clks that only specify clk_hw pointers and
    nothing else, like muxes that are purely inside a clk controller.

    Similarly, if the parent pointer isn't cached after trying to match
    clk_core or clk_hw pointers, lookup the pointer from DT or via clkdev
    lookups instead of relying purely on the globally unique clk name match.
    This should allow us to move away from having to specify global names
    for clk parents entirely.

    While we're in the area, add some comments so it's clearer what's going
    on. The if statements don't lend themselves to much clarity in their raw
    form.

    Fixes: fc0c209c147f ("clk: Allow parents to be specified without string names")
    Reported-by: Charles Keepax
    Signed-off-by: Stephen Boyd

    Stephen Boyd
     
  • The operations of pfdv2 gate_bit/valid_bit are incorrect,
    they are defined as u8 for bit offset, but gate_bit is
    actually assigned as mask which could be 32 bit long and
    it causes overflow, and vld_bit is assigned as bit offset
    based on incorrect gate_bit value, it causes incorrect
    pfd clock gate status in clock tree, this patch fixes the
    issue by assigning them as correct bit offset.

    Fixes: 9fcb6be3b6c9 ("clk: imx: add pfdv2 support")
    Signed-off-by: Anson Huang
    Signed-off-by: Stephen Boyd

    Anson Huang
     
  • Add driver code for the SiFive FU540 PRCI IP block. This IP block
    handles reset and clock control for the SiFive FU540 device and
    implements SoC-level clock tree controls and dividers.

    Based on code written by Wesley Terpstra :
    https://github.com/riscv/riscv-linux/commit/999529edf517ed75b56659d456d221b2ee56bb60

    Boot and PLL rate change were tested on a SiFive HiFive Unleashed
    board.

    This version includes several changes requested by Stephen Boyd
    .

    Signed-off-by: Paul Walmsley
    Signed-off-by: Paul Walmsley
    Cc: Michael Turquette
    Cc: Stephen Boyd
    Cc: Albert Ou
    Cc: Wesley W. Terpstra
    Cc: Palmer Dabbelt
    Cc: Megan Wachs
    Cc: linux-riscv@lists.infradead.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-clk@vger.kernel.org
    [sboyd@kernel.org: Fix some const and ARRAY_SIZE() issues, make makefile
    only descend if CLK_SIFIVE=y]
    Signed-off-by: Stephen Boyd

    Paul Walmsley
     
  • Add common library code for the Analog Bits Wide-Range PLL (WRPLL) IP
    block, as implemented in TSMC CLN28HPC.

    There is no bus interface or register target associated with this PLL.
    This library is intended to be used by drivers for IP blocks that
    expose registers connected to the PLL configuration and status
    signals.

    Based on code originally written by Wesley Terpstra
    :
    https://github.com/riscv/riscv-linux/commit/999529edf517ed75b56659d456d221b2ee56bb60

    This version incorporates several changes requested by Stephen
    Boyd .

    Signed-off-by: Paul Walmsley
    Signed-off-by: Paul Walmsley
    Cc: Wesley Terpstra
    Cc: Palmer Dabbelt
    Cc: Michael Turquette
    Cc: Stephen Boyd
    Cc: Megan Wachs
    Cc: linux-clk@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    [sboyd@kernel.org: Fix some const issues]
    Signed-off-by: Stephen Boyd

    Paul Walmsley
     
  • In preparation to enabling -Wimplicit-fallthrough, mark switch
    cases where we are expecting to fall through.

    This patch fixes the following warnings:

    drivers/clk/imx/clk-pllv3.c: In function ‘imx_clk_pllv3’:
    drivers/clk/imx/clk-pllv3.c:446:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
    pll->div_shift = 1;
    ~~~~~~~~~~~~~~~^~~
    drivers/clk/imx/clk-pllv3.c:447:2: note: here
    case IMX_PLLV3_USB:
    ^~~~
    drivers/clk/imx/clk-pllv3.c:453:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
    pll->denom_offset = PLL_IMX7_DENOM_OFFSET;
    ^
    drivers/clk/imx/clk-pllv3.c:454:2: note: here
    case IMX_PLLV3_AV:
    ^~~~

    Warning level 3 was used: -Wimplicit-fallthrough=3

    This patch is part of the ongoing efforts to enable
    -Wimplicit-fallthrough.

    Fixes: b4a4cb5a0454 ("clk: imx: correct i.MX7D AV PLL num/denom offset")
    Signed-off-by: Gustavo A. R. Silva
    Reviewed-by: Anson Huang
    Signed-off-by: Stephen Boyd

    Gustavo A. R. Silva
     

03 May, 2019

1 commit

  • It's defined in imx8mq-clock.h but wasn't assigned yet. It's used as
    clk_tx_esc in the nwl dsi host controller (i.MX8MQ RM, Rev. 0, 01/2018
    Sect. 13.5.3.7.4).

    Signed-off-by: Guido Günther
    Reviewed-by: Fabio Estevam
    Signed-off-by: Stephen Boyd

    Guido Günther
     

02 May, 2019

7 commits

  • The pllv4 supports fractional-N function, the formula is:

    PLL output freq = input * (mult + num/denom),

    This patch adds fractional-N function support, including
    clock round rate, calculate rate and set rate, with this
    patch, the clock rate of APLL in clock tree is more accurate
    than before:

    Without fraction:
    apll_pre_sel 1 1 1 24000000 0 0 50000
    apll_pre_div 1 1 2 24000000 0 0 50000
    apll 1 1 2 528000000 0 0 50000
    apll_pfd3 0 0 0 792000000 0 0 50000
    apll_pfd2 0 0 0 339428571 0 0 50000
    apll_pfd1 0 0 0 352000000 0 0 50000
    usdhc0 0 0 0 352000000 0 0 50000
    apll_pfd0 1 1 1 352000000 0 0 50000

    With fraction:
    apll_pre_sel 1 1 1 24000000 0 0 50000
    apll_pre_div 1 1 2 24000000 0 0 50000
    apll 1 1 2 529200000 0 0 50000
    apll_pfd3 0 0 0 793800000 0 0 50000
    apll_pfd2 0 0 0 340200000 0 0 50000
    apll_pfd1 0 0 0 352800000 0 0 50000
    usdhc0 0 0 0 352800000 0 0 50000
    apll_pfd0 1 1 1 352800000 0 0 50000

    Signed-off-by: Anson Huang
    Reviewed-by: Dong Aisheng

    Anson Huang
     
  • This patch corrects the SPDX License Identifier style
    in header files related to Clock Drivers for Allwinner SoCs.
    For C header files Documentation/process/license-rules.rst
    mandates C-like comments (opposed to C source files where
    C++ style should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     
  • This patch corrects the SPDX License Identifier style
    in header files related to Clock Drivers for Spreadtrum SoCs.
    For C header files Documentation/process/license-rules.rst
    mandates C-like comments (opposed to C source files where
    C++ style should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     
  • This patch corrects the SPDX License Identifier style
    in header files related to Clock Drivers for Renesas Socs.
    For C header files Documentation/process/license-rules.rst
    mandates C-like comments (opposed to C source files where
    C++ style should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     
  • This patch corrects the SPDX License Identifier style
    in clk-regmap-mux-div.h. For C header files
    Documentation/process/license-rules.rst mandates C-like
    comments (opposed to C source files where C++ style
    should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     
  • This patch corrects the SPDX License Identifier style
    in header files related to Clock Drivers for Davinci Socs.
    For C header files Documentation/process/license-rules.rst
    mandates C-like comments (opposed to C source files where
    C++ style should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     
  • This patch corrects the SPDX License Identifier style
    in header files related to Clock Drivers for Actions Semi Socs.
    For C header files Documentation/process/license-rules.rst
    mandates C-like comments (opposed to C source files where
    C++ style should be used)

    Changes made by using a script provided by Joe Perches here:
    https://lkml.org/lkml/2019/2/7/46

    Suggested-by: Joe Perches
    Signed-off-by: Nishad Kamdar
    Signed-off-by: Stephen Boyd

    Nishad Kamdar
     

30 Apr, 2019

3 commits


27 Apr, 2019

1 commit

  • This flag was historically used to indicate that a clk is a "basic" type
    of clk like a mux, divider, gate, etc. This never turned out to be very
    useful though because it was hard to cleanly split "basic" clks from
    other clks in a system. This one flag was a way for type introspection
    and it just didn't scale. If anything, it was used by the TI clk driver
    to indicate that a clk_hw wasn't contained in the SoC specific clk
    structure. We can get rid of this define now that TI is finding those
    clks a different way.

    Cc: Tero Kristo
    Cc: Ralf Baechle
    Cc: Paul Burton
    Cc: James Hogan
    Cc:
    Cc: Thierry Reding
    Cc: Kevin Hilman
    Cc:
    Cc:
    Acked-by: Thierry Reding
    Signed-off-by: Stephen Boyd

    Stephen Boyd
     

26 Apr, 2019

15 commits