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

omap_gpio.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Tom Rini's avatar
      0a9e3405
      gpio: omap: Drop 'method' parameter · 0a9e3405
      Tom Rini authored
      
      The "method" parameter was part of the original port of the driver from
      the kernel.  At some point this may have been added to allow for future
      differentiation (as omap1 and omap2 have different GPIO IP blocks, so
      this wasn't an unreasonable thing to do).  At this point however it's
      just extra overhead, so drop.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      0a9e3405
      History
      gpio: omap: Drop 'method' parameter
      Tom Rini authored
      
      The "method" parameter was part of the original port of the driver from
      the kernel.  At some point this may have been added to allow for future
      differentiation (as omap1 and omap2 have different GPIO IP blocks, so
      this wasn't an unreasonable thing to do).  At this point however it's
      just extra overhead, so drop.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>