31 May, 2013
1 commit
-
The driver core clears the driver data to NULL after device_release
or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound).
Thus, it is not needed to manually clear the device driver data to NULL.Signed-off-by: Jingoo Han
Acked-by: Mathias Nyman
Signed-off-by: Linus Walleij
27 Mar, 2013
1 commit
-
Lynxpoint gpio driver uses X86 specific io-ports to control gpios
Signed-off-by: Mathias Nyman
Reviewed-by: Mika Westerberg
Signed-off-by: Linus Walleij
05 Feb, 2013
1 commit
-
Add gpio support for Intel Lynxpoint chipset.
Lynxpoint supports 94 gpio pins which can generate interrupts.
Driver will fail requests for pins that are marked as owned by ACPI, or
set in an alternate mode (non-gpio).Signed-off-by: Mathias Nyman
Signed-off-by: Grant Likely