summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesisKamal Heib2017-12-191-19/+20
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: arche: remove timesync remainsJohan Hovold2017-05-161-8/+3
* staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim2017-02-121-1/+4
* staging: greybus: arche-apb-ctrl: fix unused warnings on resume/suspendJérémy Lefaure2017-01-031-2/+2
* staging: greybus: fix block commentHisao Tanabe2016-10-161-1/+1
* staging: greybus: Fix a commit coding style issue.Sidhant Gupta2016-10-161-2/+4
* staging: greybus: arche-apb-ctrl: declare struct of_device_id as constEva Rachel Retuya2016-09-231-1/+1
* greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath2016-08-031-0/+43
* greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disableVaibhav Hiremath2016-07-281-1/+1
* greybus: hd: arche-platform: implement greybus shutdownDavid Lin2016-07-161-0/+6
* greybus: timesync: Add timesync core driverBryan O'Donoghue2016-06-061-1/+15
* greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar2016-04-231-5/+29
* greybus: arche-platform: fix incorrect gpio variable typeDavid Lin2016-03-081-1/+1
* greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath2016-02-251-1/+0
* greybus: arche-apb-ctrl: Return immediately if in same state from state chang...Vaibhav Hiremath2016-02-231-5/+8
* greybus: arche-apb-ctrl: Do not coldboot APBs in probeVaibhav Hiremath2016-02-161-9/+0
* greybus: arche-apb-ctrl: Do not export any gpiosVaibhav Hiremath2016-02-151-16/+0
* greybus: arche-apb-ctrl: Export operational fns from driverVaibhav Hiremath2016-02-151-0/+20
* greybus: arche-apb-ctrl: Rename internal operational state fnsVaibhav Hiremath2016-02-151-12/+12
* greybus: arche-apb-ctrl: Introduce ara,init-disable property for APBVaibhav Hiremath2016-02-151-1/+23
* greybus: arche-apb-ctrl: Add sysfs to allow user to change stateVaibhav Hiremath2016-02-151-0/+115
* greybus: arche-apb-ctrl: Pass only platform_device to _seq fnsVaibhav Hiremath2016-02-151-7/+10
* greybus: arche-apb-ctrl: Set default state value to OFFVaibhav Hiremath2016-02-151-0/+3
* greybus: arche-apb-ctrl: Rename init_seq and cleanup fnVaibhav Hiremath2016-02-151-22/+22
* greybus: arche-apb-ctrl: Re-arrange init sequenceVaibhav Hiremath2016-02-151-56/+40
* greybus: arche-platform: make apb_state common to both platform driversVaibhav Hiremath2016-02-121-8/+3
* greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"Vaibhav Hiremath2016-02-091-0/+1
* greybus: arche-apb-ctrl: Remove extra delay in APB resetVaibhav Hiremath2016-02-051-1/+0
* greybus: arche-platform: Disable clock as part of driver removeVaibhav Hiremath2016-01-251-0/+4
* greybus: arche-apb-ctrl: Enable the clocks after regulator enableVaibhav Hiremath2016-01-131-14/+17
* greybus: arche-apb-ctrl: deassert reset at the end of probeVaibhav Hiremath2016-01-111-5/+6
* greybus: arche-apb-ctrl: Remove wake_detect gpio and related codeVaibhav Hiremath2016-01-111-81/+0
* greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar2016-01-111-11/+7
* greybus: arche-apb: Drop unnecessary checksViresh Kumar2016-01-111-7/+1
* greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error casesViresh Kumar2016-01-111-9/+17
* greybus: arche-apb: Don't use gpio after failing to request itViresh Kumar2016-01-111-5/+8
* greybus: arche-apb: Properly use dev_err/info/warnViresh Kumar2016-01-111-7/+7
* greybus: arche-apb: NULL is a valid regulatorViresh Kumar2016-01-111-10/+6
* greybus: arche-apb: devm_regulator_get() doesn't return NULLViresh Kumar2016-01-111-2/+2
* greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checksViresh Kumar2016-01-111-6/+6
* greybus: arche-apb: platform data 'apb' is guaranteed to be validViresh Kumar2016-01-111-3/+1
* greybus: arche-apb: Spelling and whitespace fixesViresh Kumar2016-01-111-3/+1
* greybus: arche-apb-ctrl: Do not bring APB out of reset in probeVaibhav Hiremath2016-01-061-2/+0
* greybus: arche-apb-ctrl: Set wake_detect gpio to low initiallyVaibhav Hiremath2016-01-061-1/+2
* greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath2016-01-061-0/+14
* greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman2016-01-041-25/+6
* greybus: arche-apb-ctrl: Assert reset to APB at the end of probeVaibhav Hiremath2015-12-221-0/+2
* greybus: arche-apb-ctrl: Add APB control driverVaibhav Hiremath2015-12-221-0/+400
OpenPOWER on IntegriCloud