Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

Kconfig

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Stephen Warren's avatar
      bd3ee84a
      misc: implement Tegra CAR core driver · bd3ee84a
      Stephen Warren authored
      
      The Tegra CAR (Clock And Reset) module provides control of most clocks
      and reset signals within the Tegra SoC. This change implements a driver
      for this module. However, since the module implements multiple kinds of
      services (clocks, resets, perhaps more), all this driver does is bind
      various sub-devices, which in turn provide the real services. This driver
      is essentially an "MFD" (Multi-Function Device) in Linux kernel speak.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      bd3ee84a
      History
      misc: implement Tegra CAR core driver
      Stephen Warren authored
      
      The Tegra CAR (Clock And Reset) module provides control of most clocks
      and reset signals within the Tegra SoC. This change implements a driver
      for this module. However, since the module implements multiple kinds of
      services (clocks, resets, perhaps more), all this driver does is bind
      various sub-devices, which in turn provide the real services. This driver
      is essentially an "MFD" (Multi-Function Device) in Linux kernel speak.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>