Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261916
b: refs/heads/master
c: 08ef2e4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jun 20, 2011
1 parent 4b2d245 commit 0308f00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0459e1afa58a225f074d85226bf0d7b9e54eff3
refs/heads/master: 08ef2e427b59393d68a65b16e97e894b662a5573
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/cpu/sh3/serial-sh7720.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <linux/serial_core.h>
#include <linux/io.h>
#include <cpu/serial.h>
#include <asm/gpio.h>

static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4/setup-sh7750.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static struct platform_device rtc_device = {

static struct plat_sci_port sci_platform_data = {
.mapbase = 0xffe00000,
.port_reg = 0xffe0001C
.port_reg = 0xffe0001C,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_TE | SCSCR_RE,
.scbrr_algo_id = SCBRR_ALGO_2,
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <cpu/dma-register.h>
#include <cpu/sh7722.h>
#include <cpu/serial.h>

static const struct sh_dmae_slave_config sh7722_dmae_slaves[] = {
{
Expand Down

0 comments on commit 0308f00

Please sign in to comment.