Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146799
b: refs/heads/master
c: 62669e6
h: refs/heads/master
i:
  146797: 3ff91ff
  146795: 2d449fb
  146791: 9e7cdd1
  146783: 70dff1b
v: v3
  • Loading branch information
Paul Mundt committed May 20, 2009
1 parent 1cbb0bc commit 7ef62ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 639138a991aaf1a3f65cc66700d097edc5f602fe
refs/heads/master: 62669e61a5f559826b1d2e863649a6005eee629b
2 changes: 1 addition & 1 deletion trunk/arch/sh/cchips/hd6446x/hd64461.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int __init setup_hd64461(void)

printk(KERN_INFO
"HD64461 configured at 0x%x on irq %d(mapped into %d to %d)\n",
CONFIG_HD64461_IOBASE, CONFIG_HD64461_IRQ, HD64461_IRQBASE,
HD64461_IOBASE, CONFIG_HD64461_IRQ, HD64461_IRQBASE,
HD64461_IRQBASE + 15);

/* Should be at processor specific part.. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/hd64461.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define HD64461_PCC1_COMM (HD64461_PCC1_BASE+HD64461_PCC_WINDOW) /* 0xb5000000 */

/* Standby Control Register for HD64461 */
#define HD64461_STBCR CONFIG_HD64461_IOBASE
#define HD64461_STBCR HD64461_IO_OFFSET(0x00000000)
#define HD64461_STBCR_CKIO_STBY 0x2000
#define HD64461_STBCR_SAFECKE_IST 0x1000
#define HD64461_STBCR_SLCKE_IST 0x0800
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/video/hitfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ static int __init hitfb_probe(struct platform_device *dev)
if (fb_get_options("hitfb", NULL))
return -ENODEV;

hitfb_fix.mmio_start = CONFIG_HD64461_IOBASE+0x1000;
hitfb_fix.mmio_start = HD64461_IO_OFFSET(0x1000);
hitfb_fix.mmio_len = 0x1000;
hitfb_fix.smem_start = CONFIG_HD64461_IOBASE + 0x02000000;
hitfb_fix.smem_start = HD64461_IO_OFFSET(0x02000000);
hitfb_fix.smem_len = 512 * 1024;

lcdclor = fb_readw(HD64461_LCDCLOR);
Expand Down

0 comments on commit 7ef62ab

Please sign in to comment.