Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100933
b: refs/heads/master
c: 73d1a2c
h: refs/heads/master
i:
  100931: f2caa45
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Jul 9, 2008
1 parent cc80700 commit 2a2610a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 918dbcba4ee3f0ad7d617b3969d5016481b9ceff
refs/heads/master: 73d1a2c467ba4fb7420b499b6a7c66edf9626679
9 changes: 0 additions & 9 deletions trunk/drivers/net/irda/pxaficp_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <asm/dma.h>
#include <asm/arch/irda.h>
#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa2xx-gpio.h>

#define IrSR_RXPL_NEG_IS_ZERO (1<<4)
#define IrSR_RXPL_POS_IS_ZERO 0x0
Expand Down Expand Up @@ -148,10 +147,6 @@ static int pxa_irda_set_speed(struct pxa_irda *si, int speed)
/* set board transceiver to SIR mode */
si->pdata->transceiver_mode(si->dev, IR_SIRMODE);

/* configure GPIO46/47 */
pxa_gpio_mode(GPIO46_STRXD_MD);
pxa_gpio_mode(GPIO47_STTXD_MD);

/* enable the STUART clock */
pxa_irda_enable_sirclk(si);
}
Expand Down Expand Up @@ -186,10 +181,6 @@ static int pxa_irda_set_speed(struct pxa_irda *si, int speed)
/* set board transceiver to FIR mode */
si->pdata->transceiver_mode(si->dev, IR_FIRMODE);

/* configure GPIO46/47 */
pxa_gpio_mode(GPIO46_ICPRXD_MD);
pxa_gpio_mode(GPIO47_ICPTXD_MD);

/* enable the FICP clock */
pxa_irda_enable_firclk(si);

Expand Down

0 comments on commit 2a2610a

Please sign in to comment.