Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114794
b: refs/heads/master
c: 2bec19f
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Linus Torvalds committed Oct 16, 2008
1 parent 1e520c7 commit 7366955
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1f640a9c1d97a1a131879ab1efe3766443904d7
refs/heads/master: 2bec19feabd53cba75e9dab0e79afbe868a37113
5 changes: 5 additions & 0 deletions trunk/drivers/spi/orion_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ static int orion_spi_setup(struct spi_device *spi)
return -EINVAL;
}

/* Fix ac timing if required. */
if (orion_spi->spi_info->enable_clock_fix)
orion_spi_setbits(orion_spi, ORION_SPI_IF_CONFIG_REG,
(1 << 14));

if (spi->bits_per_word == 0)
spi->bits_per_word = 8;

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/spi/orion_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

struct orion_spi_info {
u32 tclk; /* no <linux/clk.h> support yet */
u32 enable_clock_fix;
};


Expand Down

0 comments on commit 7366955

Please sign in to comment.