Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-BootU-Boot
  • U-BootU-Boot
  • Repository
Switch branch/tag
  • u-boot
  • drivers
  • spi
  • spi-mem.c
Find file BlameHistoryPermalink
  • Chin-Ting Kuo's avatar
    spi-mem: Add dirmap API from Linux · f7e1de4c
    Chin-Ting Kuo authored Aug 19, 2022 and Tom Rini's avatar Tom Rini committed Sep 13, 2022
    This adds the dirmap API originally introduced in
    Linux commit aa167f3fed0c
    ("spi: spi-mem: Add a new API to support direct mapping").
    This also includes several follow-up patches and fixes.
    
    Changes from Linux include:
    * Added Kconfig option
    * Changed struct device to struct udevice
    * Changed struct spi_mem to struct spi_slave
    
    This patch is obtained from the following patch
    https://patchwork.ozlabs.org/project/uboot/patch/20210205043924.149504-3-seanga2@gmail.com/
    
    
    The corresponding Linux kernel SHA1 is aa167f3fed0c.
    
    Signed-off-by: default avatarChin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
    Signed-off-by: Sean Anderson's avatarSean Anderson <seanga2@gmail.com>
    Acked-by: default avatarPratyush Yadav <p.yadav@ti.com>
    f7e1de4c

Imprint & Privacy Policy