aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09staging: greybus: remove multiple blank linesIoannis Valasakis1-1/+0
2017-12-19staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesisKamal Heib1-19/+20
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-05-16staging: greybus: arche: remove timesync remainsJohan Hovold1-8/+3
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-1/+4
2017-01-03staging: greybus: arche-apb-ctrl: fix unused warnings on resume/suspendJérémy Lefaure1-2/+2
2016-10-16staging: greybus: fix block commentHisao Tanabe1-1/+1
2016-10-16staging: greybus: Fix a commit coding style issue.Sidhant Gupta1-2/+4
2016-09-23staging: greybus: arche-apb-ctrl: declare struct of_device_id as constEva Rachel Retuya1-1/+1
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath1-0/+43
2016-07-28greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disableVaibhav Hiremath1-1/+1
2016-07-16greybus: hd: arche-platform: implement greybus shutdownDavid Lin1-0/+6
2016-06-06greybus: timesync: Add timesync core driverBryan O'Donoghue1-1/+15
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar1-5/+29
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeDavid Lin1-1/+1
2016-02-25greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath1-1/+0
2016-02-23greybus: arche-apb-ctrl: Return immediately if in same state from state change fnsVaibhav Hiremath1-5/+8
2016-02-16greybus: arche-apb-ctrl: Do not coldboot APBs in probeVaibhav Hiremath1-9/+0
2016-02-15greybus: arche-apb-ctrl: Do not export any gpiosVaibhav Hiremath1-16/+0
2016-02-15greybus: arche-apb-ctrl: Export operational fns from driverVaibhav Hiremath1-0/+20
2016-02-15greybus: arche-apb-ctrl: Rename internal operational state fnsVaibhav Hiremath1-12/+12
2016-02-15greybus: arche-apb-ctrl: Introduce ara,init-disable property for APBVaibhav Hiremath1-1/+23
2016-02-15greybus: arche-apb-ctrl: Add sysfs to allow user to change stateVaibhav Hiremath1-0/+115
2016-02-15greybus: arche-apb-ctrl: Pass only platform_device to _seq fnsVaibhav Hiremath1-7/+10
2016-02-15greybus: arche-apb-ctrl: Set default state value to OFFVaibhav Hiremath1-0/+3
2016-02-15greybus: arche-apb-ctrl: Rename init_seq and cleanup fnVaibhav Hiremath1-22/+22
2016-02-15greybus: arche-apb-ctrl: Re-arrange init sequenceVaibhav Hiremath1-56/+40
2016-02-12greybus: arche-platform: make apb_state common to both platform driversVaibhav Hiremath1-8/+3
2016-02-09greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"Vaibhav Hiremath1-0/+1
2016-02-05greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath1-1/+0
2016-01-25greybus: arche-platform: Disable clock as part of driver removeVaibhav Hiremath1-0/+4
2016-01-13greybus: arche-apb-ctrl: Enable the clocks after regulator enableVaibhav Hiremath1-14/+17
2016-01-11greybus: arche-apb-ctrl: deassert reset at the end of probeVaibhav Hiremath1-5/+6
2016-01-11greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeVaibhav Hiremath1-81/+0
2016-01-11greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar1-11/+7
2016-01-11greybus: arche-apb: Drop unnecessary checksViresh Kumar1-7/+1
2016-01-11greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesViresh Kumar1-9/+17
2016-01-11greybus: arche-apb: Don't use gpio after failing to request itViresh Kumar1-5/+8
2016-01-11greybus: arche-apb: Properly use dev_err/info/warnViresh Kumar1-7/+7
2016-01-11greybus: arche-apb: NULL is a valid regulatorViresh Kumar1-10/+6
2016-01-11greybus: arche-apb: devm_regulator_get() doesn't return NULLViresh Kumar1-2/+2
2016-01-11greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksViresh Kumar1-6/+6
2016-01-11greybus: arche-apb: platform data 'apb' is guaranteed to be validViresh Kumar1-3/+1
2016-01-11greybus: arche-apb: Spelling and whitespace fixesViresh Kumar1-3/+1
2016-01-06greybus: arche-apb-ctrl: Do not bring APB out of reset in probeVaibhav Hiremath1-2/+0
2016-01-06greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyVaibhav Hiremath1-1/+2
2016-01-06greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath1-0/+14
2016-01-04greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman1-25/+6
2015-12-22greybus: arche-apb-ctrl: Assert reset to APB at the end of probeVaibhav Hiremath1-0/+2