24 Aug, 2020

1 commit

  • Replace the existing /* fall through */ comments and its variants with
    the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
    fall-through markings when it is the case.

    [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

    Signed-off-by: Gustavo A. R. Silva

    Gustavo A. R. Silva
     

11 Jun, 2020

1 commit

  • Pull clk updates from Stephen Boyd:
    "This time around we have four lines of diff in the core framework,
    removing a function that isn't used anymore. Otherwise the main new
    thing for the common clk framework is that it is selectable in the
    Kconfig language now. Hopefully this will let clk drivers and clk
    consumers be testable on more than the architectures that support the
    clk framework. The goal is to introduce some Kunit tests for the
    framework.

    Outside of the core framework we have the usual set of various driver
    updates and non-critical fixes. The dirstat shows that the new
    Baikal-T1 driver is the largest addition this time around in terms of
    lines of code. After that the x86 (Intel), Qualcomm, and Mediatek
    drivers introduce many lines to support new or upcoming SoCs. After
    that the dirstat shows the usual suspects working on their SoC support
    by fixing minor bugs, correcting data and converting some of their DT
    bindings to YAML.

    Core:
    - Allow the COMMON_CLK config to be selectable

    New Drivers:
    - Clk driver for Baikal-T1 SoCs
    - Mediatek MT6765 clock support
    - Support for Intel Agilex clks
    - Add support for X1830 and X1000 Ingenic SoC clk controllers
    - Add support for the new Renesas RZ/G1H (R8A7742) SoC
    - Add support for Qualcomm's MSM8939 Generic Clock Controller

    Updates:
    - Support IDT VersaClock 5P49V5925
    - Bunch of updates for HSDK clock generation unit (CGU) driver
    - Start making audio and GPU clks work on Marvell MMP2/MMP3 SoCs
    - Add some GPU, NPU, and UFS clks to Qualcomm SM8150 driver
    - Enable supply regulators for GPU gdscs on Qualcomm SoCs
    - Add support for Si5342, Si5344 and Si5345 chips
    - Support custom flags in Xilinx zynq firmware
    - Various small fixes to the Xilinx clk driver
    - A single minor rounding fix for the legacy Allwinner clock support
    - A few patches from Abel Vesa as preparation of adding audiomix
    clock support on i.MX
    - A couple of cleanups from Anson Huang for i.MX clk-sscg-pll and
    clk-pllv3 drivers
    - Drop dependency on ARM64 for i.MX8M clock driver, to support
    aarch32 mode on aarch64 hardware
    - A series from Peng Fan to improve i.MX8M clock drivers, using
    composite clock for core and bus clk slice
    - Set a better parent clock for flexcan on i.MX6UL to support CiA102
    defined bit rates
    - A couple changes for EMC frequency scaling on Tegra210
    - Support for CPU frequency scaling on Tegra20/Tegra30
    - New clk gate for CSI test pattern generator on Tegra210
    - Regression fixes for Samsung exynos542x and exynos5433 SoCs
    - Use of fallthrough; attribute for Samsung s3c24xx
    - Updates and fixup HDMI and video clocks on Meson8b
    - Fixup reset polarity on Meson8b
    - Fix GPU glitch free mux switch on Meson gx and g12
    - A minor fix for the currently unused suspend/resume handling on
    Renesas RZ/A1 and RZ/A2
    - Two more conversions of Renesas DT bindings to json-schema
    - Add support for the USB 2.0 clock selector on Renesas R-Car M3-W+"

    * tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (155 commits)
    clk: mediatek: Remove ifr{0,1}_cfg_regs structures
    clk: baikal-t1: remove redundant assignment to variable 'divider'
    clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"
    dt-bindings: clock: Add a missing include to MMP Audio Clock binding
    dt: Add bindings for IDT VersaClock 5P49V5925
    clk: vc5: Add support for IDT VersaClock 5P49V6965
    clk: Add Baikal-T1 CCU Dividers driver
    clk: Add Baikal-T1 CCU PLLs driver
    dt-bindings: clk: Add Baikal-T1 CCU Dividers binding
    dt-bindings: clk: Add Baikal-T1 CCU PLLs binding
    clk: mediatek: assign the initial value to clk_init_data of mtk_mux
    clk: mediatek: Add MT6765 clock support
    clk: mediatek: add mt6765 clock IDs
    dt-bindings: clock: mediatek: document clk bindings vcodecsys for Mediatek MT6765 SoC
    dt-bindings: clock: mediatek: document clk bindings mipi0a for Mediatek MT6765 SoC
    dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC
    CLK: HSDK: CGU: add support for 148.5MHz clock
    CLK: HSDK: CGU: support PLL bypassing
    CLK: HSDK: CGU: check if PLL is bypassed first
    clk: clk-si5341: Add support for the Si5345 series
    ...

    Linus Torvalds
     

02 Jun, 2020

1 commit

  • - Start making audio and GPU clks work on Marvell MMP2/MMP3 SoCs
    - Add support for X1830 and X1000 Ingenic SoC clk controllers
    - Add support for Qualcomm's MSM8939 Generic Clock Controller
    - Add some GPU, NPU, and UFS clks to Qualcomm SM8150 driver
    - Enable supply regulators for GPU gdscs on Qualcomm SoCs
    - Add support for Si5342, Si5344 and Si5345 chips

    * clk-mmp:
    clk: mmp2: Add audio clock controller driver
    dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding
    clk: mmp2: Add support for power islands
    dt-bindings: marvell,mmp2: Add ids for the power domains
    dt-bindings: clock: Make marvell,mmp2-clock a power controller
    clk: mmp2: Add the audio clock
    clk: mmp2: Add the I2S clocks
    clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()
    clk: mmp2: Move thermal register defines up a bit
    dt-bindings: marvell,mmp2: Add clock id for the Audio clock
    dt-bindings: marvell,mmp2: Add clock id for the I2S clocks
    clk: mmp: frac: Allow setting bits other than the numerator/denominator
    clk: mmp: frac: Do not lose last 4 digits of precision

    * clk-intel:
    clk: intel: remove redundant initialization of variable rate64
    clk: intel: Add CGU clock driver for a new SoC
    dt-bindings: clk: intel: Add bindings document & header file for CGU

    * clk-ingenic:
    clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused
    clk: X1000: Add FIXDIV for SSI clock of X1000.
    dt-bindings: clock: Add and reorder ABI for X1000.
    clk: Ingenic: Add CGU driver for X1830.
    dt-bindings: clock: Add X1830 clock bindings.
    clk: Ingenic: Adjust cgu code to make it compatible with X1830.
    clk: Ingenic: Remove unnecessary spinlock when reading registers.

    * clk-qcom:
    clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src
    dt-bindings: clock: Add YAML schemas for QCOM A53 PLL
    clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller
    clk: qcom: gcc: Add support for Secure control source clock
    dt-bindings: clock: Add gcc_sec_ctrl_clk_src clock ID
    clk: qcom: gcc: Add support for a new frequency for SC7180
    clk: qcom: Add DT bindings for MSM8939 GCC
    clk: qcom: gcc: Add missing UFS clocks for SM8150
    clk: qcom: gcc: Add GPU and NPU clocks for SM8150
    clk: qcom: mmcc-msm8996: Properly describe GPU_GX gdsc
    clk: qcom: gdsc: Handle GDSC regulator supplies
    clk: qcom: msm8916: Fix the address location of pll->config_reg

    * clk-silabs:
    clk: clk-si5341: Add support for the Si5345 series

    Stephen Boyd
     

28 May, 2020

1 commit

  • Apart from the clocks and resets, the PMU hardware also controls power
    to peripherals that are on separate power islands. On MMP2, that's the
    GC860 GPU and the SSPA audio interface, while on MMP3 also the camera
    interface is on a separate island, along with the pair of GC2000 and GC300
    GPUs and the SSPA.

    Signed-off-by: Lubomir Rintel
    Link: https://lkml.kernel.org/r/20200519224151.2074597-12-lkundrak@v3.sk
    Signed-off-by: Stephen Boyd

    Lubomir Rintel
     

16 May, 2020

2 commits

  • Support for Marvell MMP ARMv5 platforms depends on ARCH_MULTI_V5, and
    thus on ARCH_MULTIPLATFORM.
    As the latter selects COMMON_CLK, there is no need for MACH_MMP_DT to
    select COMMON_CLK.

    Link: https://lore.kernel.org/r/20200505150722.1575-11-geert+renesas@glider.be
    Signed-off-by: Geert Uytterhoeven
    Cc: Lubomir Rintel
    Acked-by: Arnd Bergmann
    Acked-by: Lubomir Rintel
    Signed-off-by: Arnd Bergmann

    Geert Uytterhoeven
     
  • The Marvell MMP platform code is not a clock provider, and just needs to
    call of_clk_init().

    Hence it can include instead of .

    Link: https://lore.kernel.org/r/20200505154536.4099-4-geert+renesas@glider.be
    Signed-off-by: Geert Uytterhoeven
    Reviewed-by: Stephen Boyd
    Acked-by: Lubomir Rintel
    Signed-off-by: Arnd Bergmann

    Geert Uytterhoeven
     

13 May, 2020

1 commit

  • Remove all the legacy clk code that supports a non-common clk framework
    implementation of 'struct clk' in mach-mmp. This code doesn't look to be
    compiled anymore given that the MMP is fully supported in the
    multi-platform config via ARCH_MULTIPLATFORM as of commit 377524dc4d77
    ("ARM: mmp: move into ARCH_MULTIPLATFORM"). The ARCH_MULTIPLATFORM
    config selects COMMON_CLK and therefore the Makefile rule can never
    actually compile the code in these files.

    Cc: Lubomir Rintel
    Cc: Russell King
    Cc:
    Cc: Arnd Bergmann
    Signed-off-by: Stephen Boyd
    Link: https://lkml.kernel.org/r/20200409064416.83340-9-sboyd@kernel.org
    Reviewed-by: Arnd Bergmann
    [sboyd@kernel.org: Squash in a clock.h include removal found by Stephen
    Rothwell ]

    Stephen Boyd
     

06 May, 2020

1 commit

  • The mulitplatform config already selects COMMON_CLK, so selecting it
    again is not useful. Remove these selects from ARM platforms that are
    part of the multiplatform build.

    Reviewed-by: "Andreas Färber" # actions
    Acked-by: Manivannan Sadhasivam # actions
    Cc: Russell King
    Cc: Alexander Shiyan
    Cc: Lubomir Rintel
    Cc:
    Cc: Arnd Bergmann
    Signed-off-by: Stephen Boyd
    Reviewed-by: Arnd Bergmann
    Link: https://lkml.kernel.org/r/20200409064416.83340-2-sboyd@kernel.org

    Stephen Boyd
     

27 Mar, 2020

1 commit

  • request_irq() is preferred over setup_irq(). Invocations of setup_irq()
    occur after memory allocators are ready.

    Per tglx[1], setup_irq() existed in olden days when allocators were not
    ready by the time early interrupts were initialized.

    Hence replace setup_irq() by request_irq().

    [1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos

    Link: https://lore.kernel.org/r/20200327124437.4239-1-afzal.mohd.ma@gmail.com
    Signed-off-by: afzal mohammed
    Acked-by: Lubomir Rintel
    Tested-by: Lubomir Rintel
    Signed-off-by: Arnd Bergmann

    afzal mohammed
     

07 Jan, 2020

1 commit

  • This was done because the clock driver returned the wrong rate, which is
    fixed in "clk: mmp2: Fix the order of timer mux parents" patch.

    Link: https://lore.kernel.org/r/20191218190454.420358-2-lkundrak@v3.sk
    Signed-off-by: Lubomir Rintel
    Signed-off-by: Olof Johansson

    Lubomir Rintel
     

12 Dec, 2019

1 commit

  • The file was moved, causing a build error:

    In file included from /git/arm-soc/arch/arm/mach-mmp/pxa168.c:28:
    arch/arm/mach-mmp/pxa168.h:22:10: fatal error: cputype.h: No such file or directory

    Include it from the new location.

    Link: https://lore.kernel.org/r/20191210203409.2875880-1-arnd@arndb.de
    Fixes: 32adcaa010fa ("ARM: mmp: move cputype.h to include/linux/soc/")
    Signed-off-by: Arnd Bergmann
    Signed-off-by: Olof Johansson

    Arnd Bergmann
     

17 Oct, 2019

7 commits


30 Aug, 2019

1 commit

  • On mmp3, there's an extra set of ICU registers (ICU2) that handle
    interrupts on the extra cores. When masking off interrupts on MP1,
    these should be masked as well.

    We add a new interrupt controller via device tree to identify when we're
    looking at an mmp3 machine via compatible field of "marvell,mmp3-intc".

    [lkundrak@v3.sk: Changed "mrvl,mmp3-intc" compatible strings to
    "marvell,mmp3-intc". Tidied up the subject line a bit.]

    Signed-off-by: Andres Salomon
    Signed-off-by: Lubomir Rintel
    Signed-off-by: Marc Zyngier
    Link: https://lore.kernel.org/r/20190822092643.593488-9-lkundrak@v3.sk
    --
    Changes since v1:
    - Moved mmp3-specific mmp_icu2_base initialization from mmp_init_bases() to
    mmp3_of_init() so that we don't have to check for marvell,mmp3-intc
    compatibility twice.
    - Drop an superfluous call to irq_set_default_host()

    arch/arm/mach-mmp/regs-icu.h | 3 +++
    drivers/irqchip/irq-mmp.c | 48 ++++++++++++++++++++++++++++++++++++
    2 files changed, 51 insertions(+)

    Signed-off-by: Andres Salomon
    Signed-off-by: Lubomir Rintel
    Signed-off-by: Marc Zyngier
    Link: https://lore.kernel.org/r/20190822092643.593488-9-lkundrak@v3.sk

    Andres Salomon
     

19 Jun, 2019

2 commits

  • Based on 1 normalized pattern(s):

    this software program is licensed subject to the gnu general public
    license gpl version 2 june 1991 available at http www fsf org
    copyleft gpl html

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Daniel German
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081207.687420463@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     
  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4122 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

05 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    publishhed by the free software foundation

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 48 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Alexios Zavras
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190530000436.292339952@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 3029 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

21 May, 2019

1 commit


06 Feb, 2019

1 commit

  • This pushes the handling of inversion semantics and open drain
    settings to the GPIO descriptor and gpiolib. All affected board
    files are also augmented.

    This is especially nice since we don't have to have any
    confusing flags passed around to the left and right littering
    the fixed and GPIO regulator drivers and the regulator core.
    It is all just very straight-forward: the core asks the GPIO
    line to be asserted or deasserted and gpiolib deals with the
    rest depending on how the platform is configured: if the line
    is active low, it deals with that, if the line is open drain,
    it deals with that too.

    Cc: Alexander Shiyan # i.MX boards user
    Cc: Haojian Zhuang # MMP2 maintainer
    Cc: Aaro Koskinen # OMAP1 maintainer
    Cc: Tony Lindgren # OMAP1,2,3 maintainer
    Cc: Mike Rapoport # EM-X270 maintainer
    Cc: Robert Jarzmik # EZX maintainer
    Cc: Philipp Zabel # Magician maintainer
    Cc: Petr Cvek # Magician
    Cc: Robert Jarzmik # PXA
    Cc: Paul Parsons # hx4700
    Cc: Daniel Mack # Raumfeld maintainer
    Cc: Marc Zyngier # Zeus maintainer
    Cc: Geert Uytterhoeven # SuperH pinctrl/GPIO maintainer
    Cc: Russell King # SA1100
    Tested-by: Marek Szyprowski
    Tested-by: Janusz Krzysztofik #OMAP1 Amstrad Delta
    Signed-off-by: Linus Walleij
    Signed-off-by: Mark Brown

    Linus Walleij
     

01 Jan, 2019

2 commits

  • Pull ARM Device-tree updates from Olof Johansson:
    "As usual, this is where the bulk of our changes end up landing each
    merge window.

    The individual updates are too many to enumerate, many many platforms
    have seen additions of device descriptions such that they are
    functionally more complete (in fact, this is often the bulk of updates
    we see).

    Instead I've mostly focused on highlighting the new platforms below as
    they are introduced. Sometimes the introduction is of mostly a
    fragment, that later gets filled in on later releases, and in some
    cases it's near-complete platform support. The latter is more common
    for derivative platforms that already has similar support in-tree.

    Two SoCs are slight outliers from the usual range of additions.
    Allwinner support for F1C100s, a quite old SoC (ARMv5-based) shipping
    in the Lychee Pi Nano platform. At the other end is NXP Layerscape
    LX2160A, a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O
    aimed at infrastructure/networking.

    TI updates stick out in the diff stats too, in particular because they
    have moved the description of their L4 on-chip interconnect to
    devicetree, which opens up for removal of even more of their
    platform-specific 'hwmod' description tables over the next few
    releases.

    SoCs:
    - Qualcomm QCS404 (4x Cortex-A53)
    - Allwinner T3 (rebranded R40) and f1c100s (armv5)
    - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
    - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)

    New platforms:
    - Rockchip: Gru Scarlet (RK3188 Tablet)
    - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
    - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
    - Qualcomm: QCS404 base platform and EVB
    - Qualcomm: Remove of Arrow SD600
    - PXA: First PXA3xx DT board: Raumfeld
    - Aspeed: Facebook Backpack-CMM BMC
    - Renesas iWave G20D-Q7 (RZ/G1N)
    - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
    - Allwinner Emlid Neutis N5, Mapleboard MP130
    - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
    - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
    - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
    - i.MX7D PICO Hobbit baseboard
    - i.MX7ULP EVK board
    - NXP LX2160AQDS and LX2160ARDB boards

    Other:
    - Coresight binding updates across the board
    - CPU cooling maps updates across the board"

    * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (648 commits)
    ARM: dts: suniv: Fix improper bindings include patch
    ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
    arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node
    ARM: dts: suniv: Fix improper bindings include patch
    arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
    arm64: dts: Remove unused properties from FSL QSPI driver nodes
    ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
    ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
    ARM: dts: Remove unused properties from FSL QSPI driver nodes
    arm64: dts: ti: k3-am654: Enable main domain McSPI0
    arm64: dts: ti: k3-am654: Add McSPI DT nodes
    arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
    arm64: dts: ti: k3-am654-base-board: Enable ECAP PWM
    arm64: dts: ti: k3-am65-main: Add ECAP PWM node
    arm64: dts: ti: k3-am654-base-board: Add I2C nodes
    arm64: dts: ti: am654-base-board: Add pinmux for main uart0
    arm64: dts: ti: k3-am65: Add pinctrl regions
    dt-bindings: pinctrl: k3: Introduce pinmux definitions
    ARM: dts: exynos: Specify I2S assigned clocks in proper node
    ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2
    ...

    Linus Torvalds
     
  • Merge in fixes here, since the last batch didn't make it in before the
    release of 4.20, and we might as well group them with this set of
    patches.

    * fixes: (822 commits)
    arm64: dts: renesas: draak: Fix CVBS input
    ARM: dts: Fix OMAP4430 SDP Ethernet startup
    ARM: dts: am335x-pdu001: Fix polarity of card detection input
    ARM: OMAP1: ams-delta: Fix audio permanently muted
    ARM: dts: omap5: Fix dual-role mode on Super-Speed port
    arm64: dts: rockchip: fix rk3399-rockpro64 regulator gpios
    ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock
    ARM: imx: update the cpu power up timing setting on i.mx6sx
    Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"
    ARM: dts: imx7d-pico: Describe the Wifi clock
    ARM: dts: realview: Fix some more duplicate regulator nodes
    MAINTAINERS: update entry for MMP platform
    ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
    MAINTAINERS: mediatek: Update SoC entry
    ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
    + Linux 4.20-rc5

    Signed-off-by: Olof Johansson

    Olof Johansson
     

13 Dec, 2018

2 commits

  • This one ended up in the wrong header file, causing a build failure
    on at least one platform:

    arch/arm/mach-mmp/aspenite.c: In function 'common_init':
    arch/arm/mach-mmp/aspenite.c:260:28: error: 'pxa168_device_usb_phy' undeclared (first use in this function); did you mean 'pxa168_device_ssp5'?

    We can just include both the pxa168.h and pxa910.h headers to make
    that work, which gets us to the next failure:

    arch/arm/mach-mmp/aspenite.o: In function `common_init':
    aspenite.c:(.init.text+0x1c0): undefined reference to `pxa168_device_usb_phy'

    This is solved by using the matching ifdef check around the
    USB device registration, enabling them only when either USB
    host or gadget mode are enabled.

    Fixes: a225daf72ee7 ("ARM: mmp: add a pxa-usb-phy device")
    Signed-off-by: Arnd Bergmann
    Signed-off-by: Olof Johansson

    Arnd Bergmann
     
  • The change to passing the timer frequency as a function argument
    was a good idea, but caused a build failure for one user that
    was missed in the update:

    arch/arm/mach-mmp/time.c: In function 'mmp_dt_init_timer':
    arch/arm/mach-mmp/time.c:242:2: error: implicit declaration of function 'timer_init'; did you mean 'hrtimer_init'? [-Werror=implicit-function-declaration]

    Change that as well to fix the build error, and rename the
    function to put it into a proper namespace and make it clearer
    what is actually going on.

    I saw that the high 6500000 HZ frequency was previously only
    set with CONFIG_MMP2, but is now also used with MMP (pxa910),
    so I'm changing that back here. Please make sure that the
    frequencies are all correct now.

    Fixes: f36797ee4380 ("ARM: mmp/mmp2: dt: enable the clock")
    Signed-off-by: Arnd Bergmann
    Signed-off-by: Olof Johansson

    Arnd Bergmann
     

04 Dec, 2018

2 commits

  • There are more boards that can work with mmp2-dt than just Brownstone.
    The OLPC XO-1.75 device tree root is compatible with "mrvl,mmp2" only.

    The "mrvl,mmp2-brownstone" string is safe to remove: the Brownstone
    device tree contains the "mrvl,mmp2" compatible string too.

    Signed-off-by: Lubomir Rintel
    Signed-off-by: Olof Johansson

    Lubomir Rintel
     
  • cpu_is_mmp2() was equivalent to cpu_is_pj4(), wouldn't be correct for
    multiplatform kernels. Fix it by also considering mmp_chip_id, as is
    done for cpu_is_pxa168() and cpu_is_pxa910() above.

    Moreover, it is only available with CONFIG_CPU_MMP2 and thus doesn't work
    on DT-based MMP2 machines. Enable it on CONFIG_MACH_MMP2_DT too.

    Note: CONFIG_CPU_MMP2 is only used for machines that use board files
    instead of DT. It should perhaps be renamed. I'm not doing it now, because
    I don't have a better idea.

    Signed-off-by: Lubomir Rintel
    Acked-by: Arnd Bergmann
    Cc: stable@vger.kernel.org
    Signed-off-by: Olof Johansson

    Lubomir Rintel
     

01 Dec, 2018

4 commits


26 Oct, 2018

1 commit

  • Pull USB/PHY updates from Greg KH:
    "Here is the big USB/PHY driver patches for 4.20-rc1

    Lots of USB changes in here, primarily in these areas:

    - typec updates and new drivers

    - new PHY drivers

    - dwc2 driver updates and additions (this old core keeps getting
    added to new devices.)

    - usbtmc major update based on the industry group coming together and
    working to add new features and performance to the driver.

    - USB gadget additions for new features

    - USB gadget configfs updates

    - chipidea driver updates

    - other USB gadget updates

    - USB serial driver updates

    - renesas driver updates

    - xhci driver updates

    - other tiny USB driver updates

    All of these have been in linux-next for a while with no reported
    issues"

    * tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (229 commits)
    usb: phy: ab8500: silence some uninitialized variable warnings
    usb: xhci: tegra: Add genpd support
    usb: xhci: tegra: Power-off power-domains on removal
    usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
    usbip: tools: fix atoi() on non-null terminated string
    USB: misc: appledisplay: fix backlight update_status return code
    phy: phy-pxa-usb: add a new driver
    usb: host: add DT bindings for faraday fotg2
    usb: host: ohci-at91: fix request of irq for optional gpio
    usb/early: remove set but not used variable 'remain_length'
    usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldoc
    usb: typec: tcpm: Report back negotiated PPS voltage and current
    USB: core: remove set but not used variable 'udev'
    usb: core: fix memory leak on port_dev_path allocation
    USB: net2280: Remove ->disconnect() callback from net2280_pullup()
    usb: dwc2: disable power_down on rockchip devices
    usb: gadget: udc: renesas_usb3: add support for r8a77990
    dt-bindings: usb: renesas_usb3: add bindings for r8a77990
    usb: gadget: udc: renesas_usb3: Add r8a774a1 support
    USB: serial: cypress_m8: remove set but not used variable 'iflag'
    ...

    Linus Torvalds
     

20 Sep, 2018

1 commit


18 Sep, 2018

1 commit

  • As we augmented the regulator core to accept a GPIO descriptor instead
    of a GPIO number, we can augment the fixed GPIO regulator to look up
    and pass that descriptor directly from device tree or board GPIO
    descriptor look up tables.

    Some boards just auto-enumerate their fixed regulator platform devices
    and I have assumed they get names like "fixed-regulator.0" but it's
    pretty hard to guess this. I need some testing from board maintainers to
    be sure. Other boards are straight forward, using just plain
    "fixed-regulator" (ID -1) or "fixed-regulator.1" hammering down the
    device ID.

    It seems the da9055 and da9211 has never got around to actually passing
    any enable gpio into its platform data (not the in-tree code anyway) so we
    can just decide to simply pass a descriptor instead.

    The fixed GPIO-controlled regulator in mach-pxa/ezx.c was confusingly named
    "*_dummy_supply_device" while it is a very real device backed by a GPIO
    line. There is nothing dummy about it at all, so I renamed it with the
    infix *_regulator_* as part of this patch set.

    Intel MID portions tested by Andy.

    Tested-by: Andy Shevchenko # Check the x86 BCM stuff
    Acked-by: Tony Lindgren # OMAP1,2,3 maintainer
    Signed-off-by: Linus Walleij
    Reviewed-by: Janusz Krzysztofik
    Reviewed-by: Mike Rapoport
    Signed-off-by: Mark Brown

    Linus Walleij
     

07 Jul, 2018

1 commit

  • At over 4000 #includes, is the 9th most
    #included header file in the Linux kernel. It does not need
    , so drop that header and explicitly add
    to source files that need it.

    4146 #include

    After this patch, there are 225 files that use ,
    for a reduction of around 3900 times that
    does not have to be read & parsed.

    225 #include

    This patch was build-tested on 20 different arch-es.

    It also makes these drivers SubmitChecklist#1 compliant.

    Signed-off-by: Randy Dunlap
    Reported-by: kbuild test robot # drivers/media/platform/vimc/
    Reported-by: kbuild test robot # drivers/pinctrl/pinctrl-u300.c
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

03 Mar, 2018

1 commit

  • The "enable arbiter" bit is available only for pxa3xx based platforms
    but it was experimentally shown that even if this bit is reserved,
    some Marvell platforms (64-bit) actually need it to be set. The driver
    always set this bit regardless of this property, which is harmless.
    Then this property is not needed.

    The "num_cs" field is always 1 and for a good reason, the old driver
    (pxa3xx_nand.c) could only handle one. The new driver that replaces it
    (marvell_nand.c) can handle more, but better use device tree for such
    description. As there is only one available chip select, there is no
    need for an array of partitions neither an array of partition numbers.

    Signed-off-by: Miquel Raynal
    Acked-by: Robert Jarzmik
    Signed-off-by: Boris Brezillon

    Miquel Raynal