Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326593
b: refs/heads/master
c: c8d9aab
h: refs/heads/master
i:
  326591: 769cb0a
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 19, 2012
1 parent c741a50 commit 795fa94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: a1b478e829cb3e80021b5e2839d90275310d9eae
refs/heads/master: c8d9aab065c530db5c38e78eec7e164962f5cb23
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-nomadik/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- NOMADIK_IO_VIRTUAL + NOMADIK_IO_PHYSICAL)

/* used in asm code, so no casts */
#define IO_ADDRESS(x) ((x) - NOMADIK_IO_PHYSICAL + NOMADIK_IO_VIRTUAL)
#define IO_ADDRESS(x) IOMEM((x) - NOMADIK_IO_PHYSICAL + NOMADIK_IO_VIRTUAL)

/*
* Base address defination for Nomadik Onchip Logic Block
Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-nomadik/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
struct amba_device;
#include <linux/amba/serial.h>

#define NOMADIK_UART_DR 0x101FB000
#define NOMADIK_UART_LCRH 0x101FB02c
#define NOMADIK_UART_CR 0x101FB030
#define NOMADIK_UART_FR 0x101FB018
#define NOMADIK_UART_DR (void __iomem *)0x101FB000
#define NOMADIK_UART_LCRH (void __iomem *)0x101FB02c
#define NOMADIK_UART_CR (void __iomem *)0x101FB030
#define NOMADIK_UART_FR (void __iomem *)0x101FB018

static void putc(const char c)
{
Expand Down

0 comments on commit 795fa94

Please sign in to comment.