Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 | |
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
2013-06-17 | gpio-sta2x11: Convert to use devm_ioremap_resource | Tushar Behera | 1 | -1/+3 | |
Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") introduced devm_ioremap_resource() and deprecated the use of devm_request_and_ioremap(). Signed-off-by: Tushar Behera <[email protected]> CC: [email protected] CC: Grant Likely <[email protected]> CC: Linus Walleij <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
2013-06-17 | gpio-sta2x11: Fix potential NULL pointer dereference | Sachin Kamat | 1 | -0/+2 | |
devm_kzalloc can return NULL. Check for it before dereferencing. Signed-off-by: Sachin Kamat <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -2/+2 | |
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: Kevin Hilman <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2012-07-05 | gpio-sta2x11: don't use pdata if null | Alessandro Rubini | 1 | -2/+3 | |
If there is no platform data available, the driver shouldn't use the pointer or it will oops. Since things will mostly work nonetheless, (the BIOS may have set up the pins properly), I'd better not fail the probe even in this case. Signed-off-by: Alessandro Rubini <[email protected]> Acked-by: Giancarlo Asnaghi <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
2012-05-09 | gpio: Add STA2X11 GPIO block | Alessandro Rubini | 1 | -0/+435 | |
This introduces 128 gpio bits (for each PCI device installed) with working interrupt support. Signed-off-by: Alessandro Rubini <[email protected]> Acked-by: Giancarlo Asnaghi <[email protected]> Cc: Alan Cox <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]> |