09 Jan, 2012

2 commits

  • The 'switch' sysfs attribute is used for
    showing and setting the switch state of the device.
    However, setting it from the userspace focibly is not appropriate.
    And showing the state can be handled from
    other places (e.g. external connector) in a unified manner.
    This patch removes the sysfs attribute.
    Plus, uevent messages for interrupts are also removed.

    The initial max8997-muic driver is merged at:
    git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git for-next

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Acked-by: Greg Kroah-Hartman
    Signed-off-by: Samuel Ortiz

    Donggeun Kim
     
  • The MUIC function in MAX8997 device can be used as
    a USB port detector and switch.
    This patch supports the MUIC feature of MAX8997.

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Samuel Ortiz

    Donggeun Kim