27 Jul, 2012

1 commit

  • The wrong interrupts where assigned to the cores in
    bcma_core_mips_init(). This caused at least my serial console not to
    response to any input.

    This was caused by this patch which changed the order of the cores in
    the list:
    commit c334e25c9f3a95f2bd6b79fedc5170f17245b1c7
    Author: Rafał Miłecki
    Date: Wed Jul 11 12:37:00 2012 +0200

    bcma: add new cores at the end of list

    This should be fixed properly later so that the correct interrupt
    numbers are assigned to the cores independently from the ordering of
    the list. This patch restores the old behavior again. I will look into
    the problem more deeply later.

    I also changed the order of the list with the cores and their assigned
    interrupt number which gets printed to the log. Now they are printed in
    the same order like all the other lists of cores and like it was done
    before the patch which changed the order.

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

    Hauke Mehrtens
     

18 Jul, 2012

1 commit


10 Jul, 2012

2 commits

  • Having bus number printed makes it much easier to anaylze logs on
    systems with more buses. For example Netgear WNDR4500 has 3 AMBA buses
    in total, which makes standard log really messy.

    Signed-off-by: Rafał Miłecki
    Signed-off-by: John W. Linville

    Rafał Miłecki
     
  • The chip IDs are used all over bcma and no constants where defined.
    This patch adds the constants and makes bcma use them.

    Acked-by: Arend van Spriel
    Signed-off-by: Hauke Mehrtens
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     

09 Aug, 2011

3 commits

  • Add method to return the clock of the CPU. This is needed by the arch
    code to calculate the mips_hpt_frequency.

    Signed-off-by: Hauke Mehrtens
    Acked-by: Ralf Baechle
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     
  • This adds support for serial console to bcma, when operating on an SoC.

    Signed-off-by: Hauke Mehrtens
    Acked-by: Ralf Baechle
    Signed-off-by: John W. Linville

    Hauke Mehrtens
     
  • This adds a mips driver to bcma. This is only found on embedded
    devices. For now the driver just initializes the irqs used on this
    system.

    Signed-off-by: Hauke Mehrtens
    Acked-by: Ralf Baechle
    Signed-off-by: John W. Linville

    Hauke Mehrtens