Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180894
b: refs/heads/master
c: 83fe518
h: refs/heads/master
v: v3
  • Loading branch information
George Shore authored and Grant Likely committed Jan 21, 2010
1 parent 49c5b45 commit 78aac82
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c587b6fa05106606053fc5e8e344f07cd34ace23
refs/heads/master: 83fe518a839e317480e50a138ef4acd73510d7ce
4 changes: 4 additions & 0 deletions trunk/include/linux/spi/dw_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ static inline void spi_chip_sel(struct dw_spi *dws, u16 cs)
{
if (cs > dws->num_cs)
return;

if (dws->cs_control)
dws->cs_control(1);

dw_writel(dws, ser, 1 << cs);
}

Expand Down

0 comments on commit 78aac82

Please sign in to comment.