Re: Could I (ab)use bus (struct bus_type) for virtual Broadcom bus?

From: Arnd Bergmann
Date: Mon Apr 18 2011 - 10:20:00 EST


On Monday 18 April 2011, RafaÅ MiÅecki wrote:
> W dniu 17 kwietnia 2011 19:38 uÅytkownik Arnd Bergmann <arnd@xxxxxxxx> napisaÅ:
>
> > In general, the bus_type directly relates to how a device gets probed.
> > If broadcom uses the same basic register layout as regular AMBA devices,
> > it should use the amba bus type.
>
> From Broadcom side we *could* use some registers that are AMBA
> specific, they are present... but there is totally no point in doing
> that. Everything we use is Broadcom specific.
>
>
> > I think it would be fine to extend the AMBA bus slightly if there are
> > just minor differences.
>
> As I said, Broadcom specific driver use nothing from AMBA common
> things. Plus we implement routines that are Broadcom specific and no
> other platform will use them.

You mean the hardware has two sets of registers containing the same
information, one of them the standard registers, and one with broadcom
specific ones?

Why don't you just use the standard ones then?

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/