24 Jan, 2015

1 commit


01 Oct, 2014

1 commit

  • This driver is used by the bcm53xx ARM SoC code. Now it is possible to
    give the address of the chipcommon core in device tree and bcma will
    search for all the other cores.

    Signed-off-by: Hauke Mehrtens
    Acked-by: Arnd Bergmann
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     

10 Sep, 2014

2 commits


29 Aug, 2014

1 commit


11 Aug, 2012

1 commit

  • The functions and structs are not used in an other file and the
    prototypes are in no header file, just make them static so the compiler
    is able to optimize them better.

    Signed-off-by: Hauke Mehrtens
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     

09 Aug, 2011

1 commit

  • This patch adds support for using bcma on a Broadcom SoC as the system
    bus. An SoC like the bcm4716 could register this bus and use it to
    searches for the bcma cores and register the devices on this bus.

    BCMA_HOSTTYPE_NONE was intended for SoCs at first but BCMA_HOSTTYPE_SOC
    is a better name.

    Acked-by: Rafał Miłecki
    Signed-off-by: Hauke Mehrtens
    Acked-by: Ralf Baechle
    Signed-off-by: John W. Linville

    Hauke Mehrtens