Skip to content
GitLab
  • Menu
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 8
    • Issues 8
    • 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-Boot
  • U-BootU-Boot
  • Repository
Switch branch/tag
  • u-boot
  • drivers
  • i2c
  • soft_i2c.c
Find file BlameHistoryPermalink
  • Timur Tabi's avatar
    i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions · ecf5f077
    Timur Tabi authored Dec 03, 2008 and Wolfgang Denk's avatar Wolfgang Denk committed Dec 15, 2008
    
    
    All implementations of the functions i2c_reg_read() and
    i2c_reg_write() are identical. We can save space and simplify the
    code by converting these functions into inlines and putting them in
    i2c.h.
    Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
    Acked-By: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
    ecf5f077

Imprint & Privacy Policy