1. 08 Jul, 2013 1 commit
  2. 05 Jul, 2013 23 commits
  3. 03 Jul, 2013 8 commits
  4. 02 Jul, 2013 6 commits
  5. 01 Jul, 2013 2 commits
    • Alessandro Rubini's avatar
      fmc-bus: picked new upstream master · 076b193d
      Alessandro Rubini authored
      This picks the current fmc-bus master, which is not a release, though.
      It is 8 commits after relase 2013-05.1: some cleanups and three
      patches we received on lkml (fmc-bus is now in the kernel as
      drivers/fmc/).
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      076b193d
    • Alessandro Rubini's avatar
      kernel: major message review · 4e79a24c
      Alessandro Rubini authored
      Messaging with cset->dev or fa->fmc->hwdev resulted in poor context:
      "cset0" in the former case and the carrier name+id in the latter case.
      This commit uses fa->fmc->dev, which has more context (more than hwdev
      if the carrier is multi-mezzanine).
      
      This also downgrades some dev_err to dev_info (all errors related with
      invalid values written to attributes).
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      4e79a24c