aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/arche-apb-ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-16staging: greybus: fix block commentGravatar Hisao Tanabe 1-1/+1
2016-10-16staging: greybus: Fix a commit coding style issue.Gravatar Sidhant Gupta 1-2/+4
2016-09-23staging: greybus: arche-apb-ctrl: declare struct of_device_id as constGravatar Eva Rachel Retuya 1-1/+1
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiGravatar Vaibhav Hiremath 1-0/+43
2016-07-28greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disableGravatar Vaibhav Hiremath 1-1/+1
2016-07-16greybus: hd: arche-platform: implement greybus shutdownGravatar David Lin 1-0/+6
2016-06-06greybus: timesync: Add timesync core driverGravatar Bryan O'Donoghue 1-1/+15
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverGravatar Viresh Kumar 1-5/+29
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeGravatar David Lin 1-1/+1
2016-02-25greybus: arche-apb-ctrl: Remove extra delay in APB resetGravatar Vaibhav Hiremath 1-1/+0
2016-02-23greybus: arche-apb-ctrl: Return immediately if in same state from state chang...Gravatar Vaibhav Hiremath 1-5/+8
2016-02-16greybus: arche-apb-ctrl: Do not coldboot APBs in probeGravatar Vaibhav Hiremath 1-9/+0
2016-02-15greybus: arche-apb-ctrl: Do not export any gpiosGravatar Vaibhav Hiremath 1-16/+0
2016-02-15greybus: arche-apb-ctrl: Export operational fns from driverGravatar Vaibhav Hiremath 1-0/+20
2016-02-15greybus: arche-apb-ctrl: Rename internal operational state fnsGravatar Vaibhav Hiremath 1-12/+12
2016-02-15greybus: arche-apb-ctrl: Introduce ara,init-disable property for APBGravatar Vaibhav Hiremath 1-1/+23
2016-02-15greybus: arche-apb-ctrl: Add sysfs to allow user to change stateGravatar Vaibhav Hiremath 1-0/+115
2016-02-15greybus: arche-apb-ctrl: Pass only platform_device to _seq fnsGravatar Vaibhav Hiremath 1-7/+10
2016-02-15greybus: arche-apb-ctrl: Set default state value to OFFGravatar Vaibhav Hiremath 1-0/+3
2016-02-15greybus: arche-apb-ctrl: Rename init_seq and cleanup fnGravatar Vaibhav Hiremath 1-22/+22
2016-02-15greybus: arche-apb-ctrl: Re-arrange init sequenceGravatar Vaibhav Hiremath 1-56/+40
2016-02-12greybus: arche-platform: make apb_state common to both platform driversGravatar Vaibhav Hiremath 1-8/+3
2016-02-09greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"Gravatar Vaibhav Hiremath 1-0/+1
2016-02-05greybus: arche-apb-ctrl: Remove extra delay in APB resetGravatar Vaibhav Hiremath 1-1/+0
2016-01-25greybus: arche-platform: Disable clock as part of driver removeGravatar Vaibhav Hiremath 1-0/+4
2016-01-13greybus: arche-apb-ctrl: Enable the clocks after regulator enableGravatar Vaibhav Hiremath 1-14/+17
2016-01-11greybus: arche-apb-ctrl: deassert reset at the end of probeGravatar Vaibhav Hiremath 1-5/+6
2016-01-11greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeGravatar Vaibhav Hiremath 1-81/+0
2016-01-11greybus: arche: Remove unwanted headers and rearrange othersGravatar Viresh Kumar 1-11/+7
2016-01-11greybus: arche-apb: Drop unnecessary checksGravatar Viresh Kumar 1-7/+1
2016-01-11greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesGravatar Viresh Kumar 1-9/+17
2016-01-11greybus: arche-apb: Don't use gpio after failing to request itGravatar Viresh Kumar 1-5/+8
2016-01-11greybus: arche-apb: Properly use dev_err/info/warnGravatar Viresh Kumar 1-7/+7
2016-01-11greybus: arche-apb: NULL is a valid regulatorGravatar Viresh Kumar 1-10/+6
2016-01-11greybus: arche-apb: devm_regulator_get() doesn't return NULLGravatar Viresh Kumar 1-2/+2
2016-01-11greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksGravatar Viresh Kumar 1-6/+6
2016-01-11greybus: arche-apb: platform data 'apb' is guaranteed to be validGravatar Viresh Kumar 1-3/+1
2016-01-11greybus: arche-apb: Spelling and whitespace fixesGravatar Viresh Kumar 1-3/+1
2016-01-06greybus: arche-apb-ctrl: Do not bring APB out of reset in probeGravatar Vaibhav Hiremath 1-2/+0
2016-01-06greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyGravatar Vaibhav Hiremath 1-1/+2
2016-01-06greybus: arche-platform: Export gpio (reset & sys_boot) to userGravatar Vaibhav Hiremath 1-0/+14
2016-01-04greybus: arche-platform: merge arche-apb-ctrl and arche-platformGravatar Greg Kroah-Hartman 1-25/+6
2015-12-22greybus: arche-apb-ctrl: Assert reset to APB at the end of probeGravatar Vaibhav Hiremath 1-0/+2
2015-12-22greybus: arche-apb-ctrl: Add APB control driverGravatar Vaibhav Hiremath 1-0/+400