diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-10-04 10:02:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 13:25:05 -0400 |
commit | 1e8ea80219564c3433dbca7afe075ced9eb8117c (patch) | |
tree | 495f09eb165e88a1ec7de5287a8352d031f9bd66 /arch/arm | |
parent | 749c4e60334580ee0f1427eb90ad006fecbffd21 (diff) |
[PATCH] at91_serial -> atmel_serial: Platform device name
Rename the "at91_usart" platform driver "atmel_usart" and update
platform devices accordingly.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-at91rm9200/devices.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-at91rm9200/devices.c b/arch/arm/mach-at91rm9200/devices.c index 2d6b8b3a74a5..28fd4b8f4742 100644 --- a/arch/arm/mach-at91rm9200/devices.c +++ b/arch/arm/mach-at91rm9200/devices.c | |||
@@ -564,7 +564,7 @@ static struct at91_uart_data dbgu_data = { | |||
564 | }; | 564 | }; |
565 | 565 | ||
566 | static struct platform_device at91rm9200_dbgu_device = { | 566 | static struct platform_device at91rm9200_dbgu_device = { |
567 | .name = "at91_usart", | 567 | .name = "atmel_usart", |
568 | .id = 0, | 568 | .id = 0, |
569 | .dev = { | 569 | .dev = { |
570 | .platform_data = &dbgu_data, | 570 | .platform_data = &dbgu_data, |
@@ -599,7 +599,7 @@ static struct at91_uart_data uart0_data = { | |||
599 | }; | 599 | }; |
600 | 600 | ||
601 | static struct platform_device at91rm9200_uart0_device = { | 601 | static struct platform_device at91rm9200_uart0_device = { |
602 | .name = "at91_usart", | 602 | .name = "atmel_usart", |
603 | .id = 1, | 603 | .id = 1, |
604 | .dev = { | 604 | .dev = { |
605 | .platform_data = &uart0_data, | 605 | .platform_data = &uart0_data, |
@@ -641,7 +641,7 @@ static struct at91_uart_data uart1_data = { | |||
641 | }; | 641 | }; |
642 | 642 | ||
643 | static struct platform_device at91rm9200_uart1_device = { | 643 | static struct platform_device at91rm9200_uart1_device = { |
644 | .name = "at91_usart", | 644 | .name = "atmel_usart", |
645 | .id = 2, | 645 | .id = 2, |
646 | .dev = { | 646 | .dev = { |
647 | .platform_data = &uart1_data, | 647 | .platform_data = &uart1_data, |
@@ -682,7 +682,7 @@ static struct at91_uart_data uart2_data = { | |||
682 | }; | 682 | }; |
683 | 683 | ||
684 | static struct platform_device at91rm9200_uart2_device = { | 684 | static struct platform_device at91rm9200_uart2_device = { |
685 | .name = "at91_usart", | 685 | .name = "atmel_usart", |
686 | .id = 3, | 686 | .id = 3, |
687 | .dev = { | 687 | .dev = { |
688 | .platform_data = &uart2_data, | 688 | .platform_data = &uart2_data, |
@@ -717,7 +717,7 @@ static struct at91_uart_data uart3_data = { | |||
717 | }; | 717 | }; |
718 | 718 | ||
719 | static struct platform_device at91rm9200_uart3_device = { | 719 | static struct platform_device at91rm9200_uart3_device = { |
720 | .name = "at91_usart", | 720 | .name = "atmel_usart", |
721 | .id = 4, | 721 | .id = 4, |
722 | .dev = { | 722 | .dev = { |
723 | .platform_data = &uart3_data, | 723 | .platform_data = &uart3_data, |