summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman2016-11-141-0/+1
|\
| * staging: greybus: arche-platform: fix device reference leakJohan Hovold2016-11-071-0/+1
* | Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-301-0/+1
|\ \ | |/
| * greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Wei Yongjun2016-10-241-0/+1
* | staging: greybus: arche-platform: Format block comments.Elise Lennion2016-10-161-1/+2
|/
* staging: greybus: arche-platform: declare struct of_device_id as constEva Rachel Retuya2016-09-231-2/+2
* staging: greybus: arche-platform: compress return logic into one lineEva Rachel Retuya2016-09-221-2/+1
* greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath2016-08-031-18/+7
* greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREVaibhav Hiremath2016-08-031-0/+3
* greybus: arche-platform: Add support for init-off featureVaibhav Hiremath2016-07-191-14/+16
* greybus: hd: arche-platform: implement greybus shutdownDavid Lin2016-07-161-0/+10
* greybus: timesync: Add timesync core driverBryan O'Donoghue2016-06-061-9/+62
* greybus: arche-platform: Enable SVC clock during FW_FLASHING stateVaibhav Hiremath2016-05-251-2/+12
* greybus: arche-platform: Enter ACTIVE state only from OFF stateVaibhav Hiremath2016-05-251-0/+7
* greybus: arche-platform: Make fw_flashing_seq() return errorVaibhav Hiremath2016-05-251-3/+6
* greybus: Fix unbalanced irq_enable() backtraceBryan O'Donoghue2016-05-231-1/+1
* greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enVaibhav Hiremath2016-05-201-4/+4
* greybus: arche-platform: Do not assert wake/detect signal to SVCVaibhav Hiremath2016-05-201-14/+6
* greybus: arche-platform: Fix the MODULE_LICENSE to match with headerSandeep Patil2016-05-141-1/+1
* greybus: arche-platform: Rework platform/wd-line state transition logicBryan O'Donoghue2016-05-051-25/+48
* greybus: arche-platform: Export fn to allow timesync driver to change the stateVaibhav Hiremath2016-05-051-8/+117
* greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockVaibhav Hiremath2016-05-051-12/+14
* greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar2016-04-231-17/+2
* greybus: arche-platform: Power-off unipro subsystem upon suspendDavid Lin2016-04-151-0/+35
* greybus: arche-platfrom: Get rid of 2sec delay in USB3613 configurationVaibhav Hiremath2016-04-121-27/+4
* greybus: arche-platform: fix incorrect gpio variable typeDavid Lin2016-03-081-1/+1
* greybus: arche-platform: Disable HUB3613 only in APB poweroff fnVaibhav Hiremath2016-02-251-9/+5
* greybus: arche-platform: Make sure APB power cycles on coldbootVaibhav Hiremath2016-02-251-0/+2
* greybus: arche-platform: Disable wake/detect interrupt in poweroffVaibhav Hiremath2016-02-251-0/+1
* greybus: arche-platform: Set direction of wake/detect gpio in poweroff fnVaibhav Hiremath2016-02-251-1/+1
* greybus: arche-platform: Assert wake/detect after SVC reset without delayVaibhav Hiremath2016-02-251-0/+13
* greybus: arche-platform: Enable interrupt support on wake/detect lineVaibhav Hiremath2016-02-251-0/+120
* greybus: arche-platform: Add wake detect state based on functionalityVaibhav Hiremath2016-02-251-0/+13
* greybus: arche-platform: Convert delayed work to do only hub3613 configurationVaibhav Hiremath2016-02-251-56/+8
* greybus: arche-platform: Fix exit path in probe fnVaibhav Hiremath2016-02-241-2/+8
* greybus: arche-platform: Avoid doing same thing again in poweroff fnVaibhav Hiremath2016-02-231-4/+8
* greybus: arche-platform: Return immediately if in same state from state chang...Vaibhav Hiremath2016-02-231-0/+9
* greybus: arche-platform: Control usb3613 from arche-platformVaibhav Hiremath2016-02-151-0/+19
* greybus: arche-platform: Do not export any gpiosVaibhav Hiremath2016-02-151-16/+0
* greybus: arche-platform: Fix boot, poweroff and fw_flashing seq with APBsVaibhav Hiremath2016-02-151-15/+62
* greybus: arche-platform: Introduce FW_FLASHING stateVaibhav Hiremath2016-02-151-0/+27
* greybus: arche_platform: Add sysfs to allow user to change stateVaibhav Hiremath2016-02-151-0/+56
* greybus: arche-platform: Pull wake/detect low in poweroffVaibhav Hiremath2016-02-151-0/+4
* greybus: arche-platform: Add state variable to driver dataVaibhav Hiremath2016-02-151-0/+7
* greybus: arche-platform: Rename cleanup fn to poweroff_seqVaibhav Hiremath2016-02-151-2/+2
* greybus: arche-platform: Cancel delayed_work in driver remove fnVaibhav Hiremath2016-02-151-0/+1
* greybus: arche-platform: Introduce coldboot_seq fnVaibhav Hiremath2016-02-121-15/+34
* greybus: arche-platform: reduce wait between WAKE_OUT checksMichael Scott2016-01-291-2/+2
* greybus: arche-platform: assert wake-detect to complete WAKE_OUT eventMichael Scott2016-01-291-2/+4
* greybus: arche-platform: bring SVC out of reset later in probeMichael Scott2016-01-291-4/+4
OpenPOWER on IntegriCloud