Skip to content
Snippets Groups Projects
  1. May 15, 2015
    • Przemyslaw Marczak's avatar
      dm: pmic: add implementation of driver model pmic uclass · 4d9057e8
      Przemyslaw Marczak authored
      
      This commit introduces the PMIC uclass implementation.
      It allows providing the basic I/O interface for PMIC devices.
      For the multi-function PMIC devices, this can be used as I/O
      parent device, for each IC's interface. Then, each PMIC particular
      function can be provided by the child device's operations, and the
      child devices will use its parent for read/write by the common API.
      
      Core files:
      - 'include/power/pmic.h'
      - 'drivers/power/pmic/pmic-uclass.c'
      
      The old pmic framework is still kept and is independent.
      
      For more detailed informations, please look into the header file.
      
      Changes:
      - new uclass-id: UCLASS_PMIC
      - new config: CONFIG_DM_PMIC
      
      Signed-off-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      4d9057e8
  2. May 13, 2015
  3. May 06, 2015
  4. Apr 30, 2015
  5. Apr 18, 2015
  6. Apr 17, 2015
    • Simon Glass's avatar
      dm: sandbox: pci: Add a PCI emulation uclass · 36d0d3b4
      Simon Glass authored
      
      Since sandbox does not have real devices (unless it borrows those from the
      host) it must use emulations. Provide a uclass which permits PCI operations
      to be passed through to an emulation device.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      36d0d3b4
    • Simon Glass's avatar
      dm: pci: Add a uclass for PCI · ff3e077b
      Simon Glass authored
      
      Add a uclass for PCI controllers and a generic one for PCI devices. Adjust
      the 'pci' command and the existing PCI support to work with this new uclass.
      Keep most of the compatibility code in a separate file so that it can be
      removed one day.
      
      TODO: Add more header file comments to the new parts of pci.h
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      ff3e077b
  7. Jan 30, 2015
  8. Dec 11, 2014
  9. Nov 21, 2014
  10. Oct 22, 2014
  11. Sep 10, 2014
  12. Jul 23, 2014
  13. Mar 04, 2014
Loading