Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 5951/1: ARM: fix documentation of the PrimeCell bus

This fixes the filepath encoded in <linux/amba/bus.h> and adds
some documentation as to what this bus really means.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Linus Walleij and committed by
Russell King
4e10ae11 1c8e170a

+5 -1
+5 -1
include/linux/amba/bus.h
··· 1 1 /* 2 - * linux/include/asm-arm/hardware/amba.h 2 + * linux/include/amba/bus.h 3 + * 4 + * This device type deals with ARM PrimeCells and anything else that 5 + * presents a proper CID (0xB105F00D) at the end of the I/O register 6 + * region or that is derived from a PrimeCell. 3 7 * 4 8 * Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved. 5 9 *