1. 17 Jul, 2020 26 commits
  2. 16 Jul, 2020 7 commits
  3. 14 Jul, 2020 4 commits
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for omap5 usb host · cca3f3e6
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      cca3f3e6
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for omap4 usb · 509b1377
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      509b1377
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for dra7 dwc3 · c7b72abc
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      c7b72abc
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for omap5 dwc3 · 0db53013
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      0db53013
  4. 13 Jul, 2020 3 commits
    • Alexander A. Klimov's avatar
      Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT · 75f66813
      Alexander A. Klimov authored
      Rationale:
      Reduces attack surface on kernel devs opening the links for MITM
      as HTTPS traffic is much harder to manipulate.
      
      Deterministic algorithm:
      For each file:
        If not .svg:
          For each line:
            If doesn't contain `\bxmlns\b`:
              For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
      	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
                  If both the HTTP and HTTPS versions
                  return 200 OK and serve the same content:
                    Replace HTTP with HTTPS.
      Signed-off-by: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      75f66813
    • Suman Anna's avatar
      ARM: dts: omap5-uevm: Add watchdog timers for IPU and DSP · e94828c1
      Suman Anna authored
      The watchdog timers have been added for the IPU and DSP remoteproc
      devices for the OMAP5 uEVM board. The following timers (same as the
      timers on OMAP4 Panda boards) are used as the watchdog timers,
              DSP : GPT6
              IPU : GPT9 & GPT11 (one for each Cortex-M4 core)
      
      The MPU-side drivers will use this data to initialize the watchdog
      timers, and listen for any watchdog triggers. The BIOS-side code
      needs to configure and refresh these timers properly to not throw
      a watchdog error.
      
      These timers can be changed or removed as per the system integration
      needs, alongside appropriate equivalent changes on the firmware side.
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e94828c1
    • Suman Anna's avatar
      ARM: dts: omap4-panda-common: Add watchdog timers for IPU and DSP · f1c4a33f
      Suman Anna authored
      The watchdog timers have been added for the IPU and DSP remoteproc
      devices on all the OMAP4-based Panda boards. The following timers
      are used as the watchdog timers,
      	DSP : GPT6
      	IPU : GPT9 & GPT11 (one for each Cortex-M3 core)
      
      The MPU-side drivers will use this data to initialize the watchdog
      timers, and listen for any watchdog triggers. The BIOS-side code
      needs to configure and refresh these timers properly to not throw
      a watchdog error.
      
      These timers can be changed or removed as per the system integration
      needs, alongside appropriate equivalent changes on the firmware side.
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      f1c4a33f