summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* greybus: arche-platform: ensure wake-detect pin is deassertedMichael Scott2016-01-291-0/+2
* greybus: arche-platform: Disable clock as part of driver removeVaibhav Hiremath2016-01-251-0/+1
* greybus: arche-platform: Add wake/detect support along with handshaking with APVaibhav Hiremath2016-01-111-5/+70
* greybus: arche: Remove unwanted headers and rearrange othersViresh Kumar2016-01-111-13/+6
* greybus: arche-platform: propagate errors returned by gpiolibViresh Kumar2016-01-111-3/+3
* greybus: arche-platform: svc_reset_gpio can't be invalid in arche_platform_cl...Viresh Kumar2016-01-111-3/+2
* greybus: arche-platform: Put APB in reset if of_platform_populate() failsViresh Kumar2016-01-111-2/+5
* greybus: arche-platform: Export GPIOs after populating APBsViresh Kumar2016-01-111-2/+2
* greybus: arche-platform: arche_pdata is guaranteed to be validViresh Kumar2016-01-111-4/+1
* greybus: arche-platform: Export gpio (reset & sys_boot) to userVaibhav Hiremath2016-01-061-0/+16
* greybus: arche-platform: merge arche-apb-ctrl and arche-platformGreg Kroah-Hartman2016-01-041-3/+46
OpenPOWER on IntegriCloud