23 Jun, 2011

2 commits

  • The patch adds a callback to ath9k_platform_data. If the
    callback is provided by the platform code, then it can be
    used to hard reset the WMAC device.

    The callback is required for doing a hard reset of the AR9330
    chips to get them working again after a hang.

    Signed-off-by: Gabor Juhos
    Signed-off-by: John W. Linville

    Gabor Juhos
     
  • The AR9330 1.0 and 1.1 are using the same revision,
    thus it is not possible to distinguish the two chips.
    The platform setup code can distinguish the chips based
    on the SoC revision.

    Add a callback function to ath9k_platform_data in order
    to allow getting the revision number from the platform code.

    Signed-off-by: Gabor Juhos
    Signed-off-by: John W. Linville

    Gabor Juhos
     

26 Apr, 2011

1 commit


31 Mar, 2011

2 commits


30 Jan, 2009

1 commit

  • On the AR913x SOCs we have to provide EEPROM contents via platform_data,
    because accessing the flash via MMIO is not safe. Additionally different
    boards may store the radio calibration data at different locations.

    Changes-licensed-under: ISC

    Signed-off-by: Gabor Juhos
    Signed-off-by: Imre Kaloz
    Tested-by: Pavel Roskin
    Signed-off-by: John W. Linville

    Gabor Juhos