Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U uboot-imx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • uboot-imx
  • Repository
Switch branch/tag
  • uboot-imx
  • drivers
  • usb
  • gadget
  • composite.c
Find file BlameHistoryPermalink
  • Piotr Wilczek's avatar
    usb:composite: use memcpy to avoid unaligned access · 12595e99
    Piotr Wilczek authored Apr 10, 2013
    
    
    This patch memcpy is used instead of an assignment to
    avoid unaligned access execption on some ARM platforms.
    
    Signed-off-by: default avatarPiotr Wilczek <p.wilczek@samsung.com>
    Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
    CC: Lukasz Majewski <l.majewski@samsung.com>
    Tested-by: default avatarHeiko Schocher <hs@denx.de>
    Acked-by: default avatarHeiko Schocher <hs@denx.de>
    12595e99