Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
Commits
d7b4e421
Commit
d7b4e421
authored
14 years ago
by
Ben Dooks
Browse files
Options
Downloads
Plain Diff
ARM: Merge for-2637/s3c24xx/misc
parents
7c1552d1
bdf5005b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/mach-s3c2440/Kconfig
+2
-5
2 additions, 5 deletions
arch/arm/mach-s3c2440/Kconfig
arch/arm/plat-s3c24xx/gpiolib.c
+2
-0
2 additions, 0 deletions
arch/arm/plat-s3c24xx/gpiolib.c
with
4 additions
and
5 deletions
arch/arm/mach-s3c2440/Kconfig
+
2
−
5
View file @
d7b4e421
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
config CPU_S3C2440
config CPU_S3C2440
bool
bool
depends on ARCH_S3C2410
select CPU_ARM920T
select CPU_ARM920T
select S3C_GPIO_PULL_UP
select S3C_GPIO_PULL_UP
select S3C2410_CLOCK
select S3C2410_CLOCK
...
@@ -18,7 +17,6 @@ config CPU_S3C2440
...
@@ -18,7 +17,6 @@ config CPU_S3C2440
config CPU_S3C2442
config CPU_S3C2442
bool
bool
depends on ARCH_S3C2410
select CPU_ARM920T
select CPU_ARM920T
select S3C2410_CLOCK
select S3C2410_CLOCK
select S3C2410_GPIO
select S3C2410_GPIO
...
@@ -30,7 +28,7 @@ config CPU_S3C2442
...
@@ -30,7 +28,7 @@ config CPU_S3C2442
config CPU_S3C244X
config CPU_S3C244X
bool
bool
depends on
ARCH_S3C2410 && (
CPU_S3C2440 || CPU_S3C2442
)
depends on CPU_S3C2440 || CPU_S3C2442
help
help
Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
...
@@ -72,7 +70,7 @@ config S3C2440_PLL_16934400
...
@@ -72,7 +70,7 @@ config S3C2440_PLL_16934400
config S3C2440_DMA
config S3C2440_DMA
bool
bool
depends on
ARCH_S3C2410 &&
CPU_S3C2440
5B
depends on CPU_S3C2440
help
help
Support for S3C2440 specific DMA code5A
Support for S3C2440 specific DMA code5A
...
@@ -181,7 +179,6 @@ config MACH_MINI2440
...
@@ -181,7 +179,6 @@ config MACH_MINI2440
select CPU_S3C2440
select CPU_S3C2440
select EEPROM_AT24
select EEPROM_AT24
select LEDS_TRIGGER_BACKLIGHT
select LEDS_TRIGGER_BACKLIGHT
select SND_S3C24XX_SOC_S3C24XX_UDA134X
select S3C_DEV_NAND
select S3C_DEV_NAND
select S3C_DEV_USB_HOST
select S3C_DEV_USB_HOST
help
help
...
...
This diff is collapsed.
Click to expand it.
arch/arm/plat-s3c24xx/gpiolib.c
+
2
−
0
View file @
d7b4e421
...
@@ -87,6 +87,8 @@ static struct s3c_gpio_cfg s3c24xx_gpiocfg_banka = {
...
@@ -87,6 +87,8 @@ static struct s3c_gpio_cfg s3c24xx_gpiocfg_banka = {
struct
s3c_gpio_cfg
s3c24xx_gpiocfg_default
=
{
struct
s3c_gpio_cfg
s3c24xx_gpiocfg_default
=
{
.
set_config
=
s3c_gpio_setcfg_s3c24xx
,
.
set_config
=
s3c_gpio_setcfg_s3c24xx
,
.
get_config
=
s3c_gpio_getcfg_s3c24xx
,
.
get_config
=
s3c_gpio_getcfg_s3c24xx
,
.
set_pull
=
s3c_gpio_setpull_1up
,
.
get_pull
=
s3c_gpio_getpull_1up
,
};
};
struct
s3c_gpio_chip
s3c24xx_gpios
[]
=
{
struct
s3c_gpio_chip
s3c24xx_gpios
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment