1. 11 Feb, 2013 2 commits
    • John W. Linville's avatar
      Merge tag 'nfc-next-3.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next · 5d8eac3a
      John W. Linville authored
      Samuel Ortiz <sameo@linux.intel.com> says:
      
      "This 3rd NFC pull request for 3.9 contains a fix for the microread MEI
      physical layer support, as the MEI bus API changed.
      
      From the MEI code, we now pass the MEI id back to the driver probe routine,
      and we also pass a name and a MEI id table through the mei_bus_driver
      structure. A few renames as well like e.g. mei_bus_driver to mei_driver or
      mei_bus_client to mei_device in order to be closer to the driver model
      practices."
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      5d8eac3a
    • Samuel Ortiz's avatar
      NFC: microread: Fix mei physical layer · cd48d8ba
      Samuel Ortiz authored
      The MEI bus API changed according to the latest comments from the char-misc
      maintainers, and this patch fixes the microread mei physical layer code
      according to those changes:
      We pass the MEI id back to the probe routine, and the mei_driver takes a
      table of MEI ids instead of one static id.
      Also, mei_bus_driver got renamed to mei_driver, mei_bus_client to
      mei_device, and mei_bus_set/get_clientdata to mei_set/get_clientdata.
      Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
      cd48d8ba
  2. 08 Feb, 2013 38 commits