summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/arche-apb-ctrl.c
AgeCommit message (Expand)Author
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeDavid Lin
2016-02-25greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath
2016-02-23greybus: arche-apb-ctrl: Return immediately if in same state from state chang...Vaibhav Hiremath
2016-02-16greybus: arche-apb-ctrl: Do not coldboot APBs in probeVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Do not export any gpiosVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Export operational fns from driverVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Rename internal operational state fnsVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Introduce ara,init-disable property for APBVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Add sysfs to allow user to change stateVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Pass only platform_device to _seq fnsVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Set default state value to OFFVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Rename init_seq and cleanup fnVaibhav Hiremath
2016-02-15greybus: arche-apb-ctrl: Re-arrange init sequenceVaibhav Hiremath
2016-02-12greybus: arche-platform: make apb_state common to both platform driversVaibhav Hiremath
2016-02-09greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"Vaibhav Hiremath
2016-02-05greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath
2016-01-25greybus: arche-platform: Disable clock as part of driver removeVaibhav Hiremath
2016-01-13greybus: arche-apb-ctrl: Enable the clocks after regulator enableVaibhav Hiremath
2016-01-11greybus: arche-apb-ctrl: deassert reset at the end of probeVaibhav Hiremath
2016-01-11greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeVaibhav Hiremath
2016-01-11greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar
2016-01-11greybus: arche-apb: Drop unnecessary checksViresh Kumar
2016-01-11greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesViresh Kumar
2016-01-11greybus: arche-apb: Don't use gpio after failing to request itViresh Kumar
2016-01-11greybus: arche-apb: Properly use dev_err/info/warnViresh Kumar
2016-01-11greybus: arche-apb: NULL is a valid regulatorViresh Kumar
2016-01-11greybus: arche-apb: devm_regulator_get() doesn't return NULLViresh Kumar
2016-01-11greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksViresh Kumar
2016-01-11greybus: arche-apb: platform data 'apb' is guaranteed to be validViresh Kumar
2016-01-11greybus: arche-apb: Spelling and whitespace fixesViresh Kumar
2016-01-06greybus: arche-apb-ctrl: Do not bring APB out of reset in probeVaibhav Hiremath
2016-01-06greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyVaibhav Hiremath
2016-01-06greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath
2016-01-04greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman
2015-12-22greybus: arche-apb-ctrl: Assert reset to APB at the end of probeVaibhav Hiremath
2015-12-22greybus: arche-apb-ctrl: Add APB control driverVaibhav Hiremath