Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165939
b: refs/heads/master
c: afc26cb
h: refs/heads/master
i:
  165937: feb48f8
  165935: a8c0295
v: v3
  • Loading branch information
Julie Zhu authored and Michal Simek committed Sep 22, 2009
1 parent d94f7ad commit 0a2ee7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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: d5b37092aae1edaa638b156b16d09854ad6a1ec0
refs/heads/master: afc26cb39e1e74c87a1b5eb013ead2590b91489c
1 change: 1 addition & 0 deletions trunk/arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mainmenu "Linux/Microblaze Kernel Configuration"
config MICROBLAZE
def_bool y
select HAVE_LMB
select USB_ARCH_HAS_EHCI
select ARCH_WANT_OPTIONAL_GPIOLIB

config SWAP
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/microblaze/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size,
#define in_be32(a) __raw_readl((const void __iomem __force *)(a))
#define in_be16(a) __raw_readw(a)

#define writel_be(v, a) out_be32((__force unsigned *)a, v)
#define readl_be(a) in_be32((__force unsigned *)a)

/*
* Little endian
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ config USB_ARCH_HAS_HCD
default y if PCMCIA && !M32R # sl811_cs
default y if ARM # SL-811
default y if SUPERH # r8a66597-hcd
default y if MICROBLAZE
default PCI

# many non-PCI SOC chips embed OHCI
Expand Down

0 comments on commit 0a2ee7b

Please sign in to comment.