Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106932
b: refs/heads/master
c: cb1d0a7
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Jul 28, 2008
1 parent dfd4dfc commit 9ac5c13
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 9a7867e1b34c3575e7e76a05c0c54c6edbdae2a4
refs/heads/master: cb1d0a7a5d2e537f2f6ada22883abee1762e94b2
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi_s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ static int __init s3c24xx_spi_probe(struct platform_device *pdev)
/* setup the master state. */

master->num_chipselect = hw->pdata->num_cs;
master->bus_num = pdata->bus_num;

/* setup the state for the bitbang driver */

Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-arm/arch-s3c2410/spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
struct s3c2410_spi_info {
unsigned long pin_cs; /* simple gpio cs */
unsigned int num_cs; /* total chipselects */
int bus_num; /* bus number to use. */

void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol);
};
Expand Down

0 comments on commit 9ac5c13

Please sign in to comment.