Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318255
b: refs/heads/master
c: 42f978c
h: refs/heads/master
i:
  318253: 2068f87
  318251: d8068d9
  318247: 5f96e30
  318239: 5ae5c1e
v: v3
  • Loading branch information
Linus Walleij committed Jul 2, 2012
1 parent e994b31 commit 3df0da2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: fd316941cfee1fbd12746afea83720fb7823888a
refs/heads/master: 42f978c3ef26db2a125eff24557a007ab8dd3e8d
14 changes: 0 additions & 14 deletions trunk/drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = {
.loopback = false,
};

static struct vendor_data vendor_db5500_pl023 = {
.fifodepth = 32,
.max_bpw = 32,
.unidir = false,
.extended_cr = true,
.pl023 = true,
.loopback = true,
};

static struct amba_id pl022_ids[] = {
{
/*
Expand Down Expand Up @@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = {
.mask = 0xffffffff,
.data = &vendor_st_pl023,
},
{
.id = 0x10080023,
.mask = 0xffffffff,
.data = &vendor_db5500_pl023,
},
{ 0, 0 },
};

Expand Down

0 comments on commit 3df0da2

Please sign in to comment.