1. 12 6月, 2012 1 次提交
    • P
      Input: twl6040-vibra - update for device tree support · e7ec014a
      Peter Ujfalusi 提交于
      The twl6040 DT support implementation has been changed from the
      originally planned.  None of the child devices going to have
      compatible_of property which means that the child devices of twl6040
      will be created as traditional MFD devices.  The mfd core driver will
      decide (based on the DT blob) to create a device for the twl6040-vibra
      or not. If the DT blob has 'vibra' section the device will be created
      without pdata.  In this case the vibra driver will reach up to the
      parent node to get the needed properties.
      
      With DT booted kernel we no longer be able to link the regulators to
      the vibra driver, they can be only linked to the MFD device (probed
      via DT). From the vibra driver we ned to use pdev->dev.parent to get
      the regulators.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e7ec014a
  2. 11 5月, 2012 1 次提交
    • P
      Input: tl6040-vibra - Device Tree support · 9ac7b1a3
      Peter Ujfalusi 提交于
      Enable DT based probing of the vibra driver.
      
      Example of dts section to load the twl6040-vibra driver:
      twl6040: twl6040@4b {
      	...
      	twl6040_vibra: twl6040@1 {
      		compatible = "ti,twl6040-vibra";
      		interrupts = <4>;
      		vddvibl-supply = <&vbat>;
      		vddvibr-supply = <&vbat>;
      		vibldrv_res = <8>;
      		vibrdrv_res = <3>;
      		viblmotor_res = <10>;
      		vibrmotor_res = <10>;
      	};
      };
      
      [Sasha Levin <levinsasha928@gmail.com>: fixed build error]
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      9ac7b1a3
  3. 16 4月, 2012 1 次提交
  4. 01 12月, 2011 1 次提交
  5. 12 10月, 2011 2 次提交
  6. 20 9月, 2011 1 次提交
  7. 10 9月, 2011 1 次提交
  8. 07 7月, 2011 1 次提交
  9. 05 7月, 2011 1 次提交