Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e6b6edf2
Commit
e6b6edf2
authored
Dec 06, 2011
by
Arnd Bergmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'at91-fixes' of
git://github.com/at91linux/linux-at91
into fixes
parents
5611cc45
0e934e22
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
arch/arm/mach-at91/at91rm9200_devices.c
arch/arm/mach-at91/at91rm9200_devices.c
+1
-1
arch/arm/mach-at91/at91sam9260.c
arch/arm/mach-at91/at91sam9260.c
+3
-3
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/at91sam9260_devices.c
+1
-1
arch/arm/mach-at91/at91sam9261_devices.c
arch/arm/mach-at91/at91sam9261_devices.c
+1
-1
arch/arm/mach-at91/at91sam9263_devices.c
arch/arm/mach-at91/at91sam9263_devices.c
+1
-1
arch/arm/mach-at91/include/mach/system_rev.h
arch/arm/mach-at91/include/mach/system_rev.h
+1
-1
No files found.
arch/arm/mach-at91/at91rm9200_devices.c
View file @
e6b6edf2
...
@@ -83,7 +83,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
...
@@ -83,7 +83,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* USB Device (Gadget)
* -------------------------------------------------------------------- */
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
static
struct
resource
udc_resources
[]
=
{
...
...
arch/arm/mach-at91/at91sam9260.c
View file @
e6b6edf2
...
@@ -195,9 +195,9 @@ static struct clk_lookup periph_clocks_lookups[] = {
...
@@ -195,9 +195,9 @@ static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID
(
"t0_clk"
,
"atmel_tcb.0"
,
&
tc0_clk
),
CLKDEV_CON_DEV_ID
(
"t0_clk"
,
"atmel_tcb.0"
,
&
tc0_clk
),
CLKDEV_CON_DEV_ID
(
"t1_clk"
,
"atmel_tcb.0"
,
&
tc1_clk
),
CLKDEV_CON_DEV_ID
(
"t1_clk"
,
"atmel_tcb.0"
,
&
tc1_clk
),
CLKDEV_CON_DEV_ID
(
"t2_clk"
,
"atmel_tcb.0"
,
&
tc2_clk
),
CLKDEV_CON_DEV_ID
(
"t2_clk"
,
"atmel_tcb.0"
,
&
tc2_clk
),
CLKDEV_CON_DEV_ID
(
"t
3
_clk"
,
"atmel_tcb.1"
,
&
tc3_clk
),
CLKDEV_CON_DEV_ID
(
"t
0
_clk"
,
"atmel_tcb.1"
,
&
tc3_clk
),
CLKDEV_CON_DEV_ID
(
"t
4
_clk"
,
"atmel_tcb.1"
,
&
tc4_clk
),
CLKDEV_CON_DEV_ID
(
"t
1
_clk"
,
"atmel_tcb.1"
,
&
tc4_clk
),
CLKDEV_CON_DEV_ID
(
"t
5
_clk"
,
"atmel_tcb.1"
,
&
tc5_clk
),
CLKDEV_CON_DEV_ID
(
"t
2
_clk"
,
"atmel_tcb.1"
,
&
tc5_clk
),
CLKDEV_CON_DEV_ID
(
"pclk"
,
"ssc.0"
,
&
ssc_clk
),
CLKDEV_CON_DEV_ID
(
"pclk"
,
"ssc.0"
,
&
ssc_clk
),
/* more usart lookup table for DT entries */
/* more usart lookup table for DT entries */
CLKDEV_CON_DEV_ID
(
"usart"
,
"fffff200.serial"
,
&
mck
),
CLKDEV_CON_DEV_ID
(
"usart"
,
"fffff200.serial"
,
&
mck
),
...
...
arch/arm/mach-at91/at91sam9260_devices.c
View file @
e6b6edf2
...
@@ -84,7 +84,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
...
@@ -84,7 +84,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* USB Device (Gadget)
* -------------------------------------------------------------------- */
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
static
struct
resource
udc_resources
[]
=
{
...
...
arch/arm/mach-at91/at91sam9261_devices.c
View file @
e6b6edf2
...
@@ -87,7 +87,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
...
@@ -87,7 +87,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* USB Device (Gadget)
* -------------------------------------------------------------------- */
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
static
struct
resource
udc_resources
[]
=
{
...
...
arch/arm/mach-at91/at91sam9263_devices.c
View file @
e6b6edf2
...
@@ -92,7 +92,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
...
@@ -92,7 +92,7 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {}
* USB Device (Gadget)
* USB Device (Gadget)
* -------------------------------------------------------------------- */
* -------------------------------------------------------------------- */
#ifdef CONFIG_USB_
GADGET_
AT91
#ifdef CONFIG_USB_AT91
static
struct
at91_udc_data
udc_data
;
static
struct
at91_udc_data
udc_data
;
static
struct
resource
udc_resources
[]
=
{
static
struct
resource
udc_resources
[]
=
{
...
...
arch/arm/mach-at91/include/mach/system_rev.h
View file @
e6b6edf2
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#define BOARD_HAVE_NAND_16BIT (1 << 31)
#define BOARD_HAVE_NAND_16BIT (1 << 31)
static
inline
int
board_have_nand_16bit
(
void
)
static
inline
int
board_have_nand_16bit
(
void
)
{
{
return
system_rev
&
BOARD_HAVE_NAND_16BIT
;
return
(
system_rev
&
BOARD_HAVE_NAND_16BIT
)
?
1
:
0
;
}
}
#endif
/* __ARCH_SYSTEM_REV_H__ */
#endif
/* __ARCH_SYSTEM_REV_H__ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment