04 Apr, 2016

1 commit

  • Using KSEG0ADDR makes code highly MIPS dependent and not portable.
    Thanks to the fix a68f376 ("MIPS: io.h: Define `ioremap_cache'") we can
    use ioremap_cache which is generic and supported on MIPS as well now.

    KSEG0ADDR was translating 0x1c000000 into 0x9c000000. With ioremap_cache
    we use MIPS's __ioremap (and then remap_area_pages). This results in
    different address (e.g. 0xc0080000) but it still should be cached as
    expected and it was successfully tested with BCM47186B0.

    Other than that drivers/bcma/driver_chipcommon_sflash.c nicely setups a
    struct resource for access window, but we wren't using it. Use it now
    and drop duplicated info.

    Signed-off-by: Brian Norris
    Signed-off-by: Rafał Miłecki

    Brian Norris
     

06 Feb, 2016

1 commit


04 Jan, 2014

1 commit

  • CHECK drivers/bcma/driver_chipcommon_sflash.c
    drivers/bcma/driver_chipcommon_sflash.c:41:11: warning: Using plain integer as NULL pointer
    drivers/bcma/driver_chipcommon_sflash.c:59:11: warning: Using plain integer as NULL pointer
    drivers/bcma/driver_chipcommon_sflash.c:70:11: warning: Using plain integer as NULL pointer

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

    Hauke Mehrtens
     

18 Jun, 2013

1 commit


02 Feb, 2013

1 commit


03 Jan, 2013

1 commit


20 Oct, 2012

2 commits


22 Aug, 2012

1 commit


18 Jul, 2012

1 commit