01 Nov, 2011

1 commit


09 Oct, 2011

1 commit


14 Aug, 2011

1 commit

  • Since we changed regmap to be selected and register per bus rather than
    via the core only we can't rely on it being enabled by the ASoC core.
    Support compiling it out.

    Signed-off-by: Mark Brown
    Reported-by: Axel Lin

    Mark Brown
     

12 Aug, 2011

1 commit


10 Aug, 2011

1 commit


08 Aug, 2011

2 commits

  • Allow drivers to set up their own regmap API structures. This is mainly
    useful with MFDs where the core driver will have set up regmap at the
    minute, though it may make sense to push the existing regmap setup out
    of the core into the drivers.

    Signed-off-by: Mark Brown
    Acked-by: Liam Girdwood

    Mark Brown
     
  • Remove all the ASoC specific physical I/O code and replace it with calls
    into the regmap API. The bulk write code can only be used safely if all
    regmap calls are locked with the CODEC lock, we need to add bulk support
    to the regmap API or replace the code with an open coded loop (though
    currently it has no users...).

    Signed-off-by: Mark Brown
    Acked-by: Liam Girdwood

    Mark Brown
     

14 Jun, 2011

3 commits