Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
f8facbe71ecb4c9411e3da6e40d90152d066879a
"cmd/otp.c" did not exist on "388a29d0243eaca258b4c21e9456b09a0fff76a6"
reform-boundary-uboot
arch
arm
include
asm
gpio.h
Find file
Normal view
Permalink
gpio.h
93 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
gpio: do not include <asm/arch/gpio.h> for UniPhier
Masahiro Yamada
committed
9 years ago
1
#ifndef CONFIG_ARCH_UNIPHIER
GPIO: Tegra2: add GPIO driver for Tegra2
Tom Warren
committed
13 years ago
2
#include
<asm/arch/gpio.h>
gpio: do not include <asm/arch/gpio.h> for UniPhier
Masahiro Yamada
committed
9 years ago
3
#endif
gpio: Replace ARM gpio.h with the common API in include/asm-generic
Joe Hershberger
committed
13 years ago
4
#include
<asm-generic/gpio.h>