Tags

Tags give the ability to mark specific points in history as being important
  • samsung-drivers-5.11-2

    Samsung SoC drivers changes for v5.11, part two
    
    1. Mark PM functions of newly added clkout module as unused to silence
       !CONFIG_PM warnings.
    2. Initialize ChipID driver later - in arch initcall.
    
  • samsung-dt-5.11-3

    Samsung DTS ARM changes for v5.11, part three
    
    1. S3C bindings and DTS cleanup,
    2. Correct the clock rates for SPI0 in Artik 5 which is a fix for recently
       introduced Ethernet on SPI on Artik 5 board.
    
  • v5.10-rc7

    0477e928 · Linux 5.10-rc7 ·
    Linux 5.10-rc7
    
  • samsung-dt64-5.11

    Samsung DTS ARM64 changes for v5.11
    
    1. Several cleanups, including aligning node names with dtschema.
    2. Add WiFi/PCIe to TM2 boards (Exynos5433).
    3. Correct restart and shutdown of Exynos7 boards, as part of Paweł
       Chmiel Exynos7420 mainlining effort.
    
  • samsung-dt-5.11-2

    Samsung DTS ARM changes for v5.11, part two
    
    1. Add devicetree of Samsung Galaxy Note 10.1 tablets
       (GT-N8010/GT-N8013), called P4 Note.  These are quite old but
       still functional devices, based on Exynos4412.
    2. Minor cleanups in Odroid XU3 Ethernet.
    3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
       polarity.
    
  • samsung-defconfig-5.11

    Samsung defconfig changes for v5.11
    
    1. Enable sound driver for Midas (Exynos4412 based) boards.
    2. Enable ax88796c Ethernet driver for Artik5 (Exynos3250) board.
    3. Enable Atmel touchscreen and STMPE ADC drivers for P4 Note board.
    4. Build Samsung Exynos EHCI as module, to match the setting for the PHY
       driver.
    
  • samsung-soc-5.11

    Samsung mach/soc changes for v5.11
    
    1. Do not use of_machine_is_compatible() in early CPU hotplug core. Full
       device tree walk causes "suspicious RCU usage" warnings.
    2. Clear prefetch bits in default l2c_aux_val of L310 L2C - they are not
       needed.
    3. Extend cpuidle support to P4 Note boards (Exynos4412).
    
  • v5.10-rc6

    b6505459 · Linux 5.10-rc6 ·
    Linux 5.10-rc6
    
  • arm-soc-fixes-v5.10-3

    ARM: SoC fixes for v5.10, part 3
    
    Another set of patches for devicetree files and Arm
    SoC specific drivers:
    
     - A fix for OP-TEE shared memory on non-SMP systems
    
     - multiple code fixes for the OMAP platform, including
       one regression for the CPSW network driver and a few
       runtime warning fixes
    
     - Some DT patches for the Rockchip RK3399 platform,
       in particular fixing the MMC device ordering that
       recently became nondeterministic with async probe.
    
     - Multiple DT fixes for the Tegra platform, including
       a regression fix for suspend/resume on TX2
    
     - A regression fix for a user-triggered fault in the
       NXP dpio driver
    
     - A regression fix for a bug caused by an earlier bug
       fix in the xilinx firmware driver
    
     - Two more DTC warning fixes
    
     - Sylvain Lemieux steps down as maintainer for the
       NXP LPC32xx platform
    
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    
  • v5.10-rc5

    418baf2c · Linux 5.10-rc5 ·
    Linux 5.10-rc5
    
  • arm-soc-fixes-v5.10-2

    ARM: SoC fixes for v5.10, part 2
    
    Around one third of the fixes this time are for dts files that list
    their ethernet controller as using 'phy-mode="rgmii"' but are changed to
    'phy-mode="rgmii-id"' now, because the PHY drivers (realtek, ksz9031,
    dp83867, ...) now configure the internal delay based on that when they
    used to stay on the hardware default.
    
    The long story is archived at
    https://lore.kernel.org/netdev/CAMj1kXEEF_Un-4NTaD5iUN0NoZYaJQn-rPediX0S6oRiuVuW-A@mail.gmail.com/
    I was trying to hold off on the bugfixes until there was a solution that
    would avoid breaking all boards, but that does not seem to be happening
    any time soon, so I am now sending the correct version of the dts files to
    ensure that at least these machines can use their network devices again.
    
    The other changes this time are:
    
    - Updating the MAINTAINER lists for Allwinner and Samsung SoCs
    
    - Multiple i.MX8MN machines get updates for their CPU
      operating points to match the data sheet
    
    - A revert for a dts patch that caused a regression in USB
      support on Odroid U3
    
    - Two fixes for the AMD Tee driver, addressing a memory leak
      and missing locking
    
    - Mark the network subsystem on qoriq-fman3 as cache coherent
      for correctness as better performance.
    
    - Minor dts fixes elsewhere, addressing dtc warnings and similar
      problems
    
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    
  • v5.10-rc4

    09162bc3 · Linux 5.10-rc4 ·
    Linux 5.10-rc4
    
  • samsung-dt-5.11

    Samsung DTS ARM changes for v5.11
    
    1. Many cleanups of DTS and alignments to dtschema. Most of them do not
       have any functional effect except passing dtschema checks or dtc W=2
       builds.
    2. Fix USB 3.0 ports on Odroid XU board: wrong roles assigned to two
       ports, missing supply to the USB over-current and VBUS control pins
       and finally missing pin configuration for these pins.
    3. Switch Exynos5422 DMC driver to monitoring/polling mode, instead of
       using interrupts.
    4. Correct the usage of "opp-shared" properties which lead to disabling
       the bus frequency and voltage scaling.
    5. Enable Bluetooth on few Exynos4210 and Exynos4412 boards.
    6. Enable dual-role USB on Odroid U3+ board.
    7. Add Ethernet description in multiple Odroid DTS allowing also easy
       MAC address filling by bootloader.
    8. Add Ethernet to Artik 5 (Exynos3250) board.
    9. Add interconnect properties to Exynos4412 to fix old Mixer issues.
    
  • samsung-drivers-5.11

    Samsung SoC drivers changes for v5.11
    
    1. Limit the big.LITTLE cpuidle driver to Peach-Pit/Pi Chromebooks only
       because these are the only platforms were the driver works properly.
    2. Convert the Exynos CLKOUT driver to a full module which solves
       boot-probe ordering issues (e.g. if device nodes in DTS are moved).
       This also brings modularization and compile testing.
    3. Few minor cleanups in documentation and code.
    
  • v5.10-rc3

    f8394f23 · Linux 5.10-rc3 ·
    Linux 5.10-rc3
    
  • v5.10-rc2

    3cea11cd · Linux 5.10-rc2 ·
    Linux 5.10-rc2
    
  • samsung-fixes-5.10

    Samsung changes for v5.10
    
    Remove Kamil Debski, Kyungmin Park and Jeongtae Park from maintainers of
    several drivers.  There were no maintenance activities from them for
    some time.  While at touching credits, this also cleans up white spaces.
    
  • arm-soc-fixes-v5.10-1

    ARM: SoC fixes for v5.10
    
    This is a fairly large set of bug fixes on top of -rc1,
    as most of them were ready but didn't quite make it into
    the last-minute pull requests for the merge window.
    
    Allwinner:
    	Fix for incorrect CPU overtemperature limit
    
    Amlogic:
    	Multiple smaller DT bugfixes, and missing device nodes
    
    Marvell EBU:
    	Add missing aliases for ethernet switch ports on
    	espressobin board
    
    Marvell MMP:
    	One DTC warning fix
    	one bugfix for camera interface power-down
    
    NXP i.MX:
    	Re-enable the GPIO driver on all defconfigs
    
    ST STM32MP1:
    	Fix random crashes from incorrect voltage settings
    
    Synaptics Berlin:
    	Enable the correct hardware timer driver
    
    Texas Instruments K2G:
    	fix a boot regression in the power domain code
    
    TEE drivers:
    	Fix regression in TEE "login" method
    
    SCMI drivers:
    	multiple code fixes for corner cases in newly added code
    
    MAINTAINERS file:
    	Move Kukjin Kim and Sangbeom Kim used to work on
    	Samsung Exynos.
    	Masahiro Yamada is stepping down as Uniphier maintainer
    
    I did not include a series of patches that work around a
    regression caused by a bugfix in an ethernet phy driver
    that resulted in an inadvertent DT binding change. This is
    still under discussion.
    
  • v5.10-rc1

    3650b228 · Linux 5.10-rc1 ·
    Linux 5.10-rc1
    
  • armsoc-defconfig

    ARM: SoC defconfig updates
    
    We keep this in a separate branch to avoid cross-branch conflicts, but
    most of the material here is fairly boring -- some new drivers turned on
    for hardware since they were merged, and some refreshed files due to
    time having moved a lot of entries around.