summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c
AgeCommit message (Expand)AuthorLines
2026-01-11staging: greybus: arche-platform: fix spelling mistake in commentHolden Hsu-1/+1
2026-01-11staging: greybus: arche-platform: clarify TODO commentHolden Hsu-1/+1
2025-12-22staging: greybus: arche-platform: fix OF populate on driver rebindJohan Hovold-10/+1
2025-12-22staging: greybus: arche-platform: fix memleak on probe failureJohan Hovold-2/+3
2025-12-22staging: greybus: arche-platform: fix coldboot probe error pathJohan Hovold-3/+4
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-04-09greybus: arche-ctrl: move device table to its right locationArnd Bergmann-8/+1
2023-07-27staging: Explicitly include correct DT includesRob Herring-0/+1
2023-04-03staging: greybus: arche: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-05-05staging: greybus: correct typo in commentNickalas Cason-1/+1
2021-04-02staging: greybus: arche-platform: Ending line with argumentBeatriz Martins de Carvalho-6/+4
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman-1/+1
2019-01-15staging: greybus: arche-platform: Switch to the gpio descriptor interfaceNishad Kamdar-83/+41
2018-04-29staging: greybus: Use gpio_is_valid()Arvind Yadav-3/+3
2018-04-23staging: greybus: simplify getting .drvdataWolfram Sang-2/+1
2017-12-19staging: greybus: arche-platform.c: Fix alignment should match open parenthesisKamal Heib-9/+12
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman-0/+1
2017-08-22Staging: greybus: Fix spelling error in commentEames Trinh-1/+1
2017-07-27staging: greybus: Remove unnecessary platform_set_drvdataAmitoj Kaur Chawla-1/+0
2017-07-16staging: greybus: arche: wrap over-length linesMitchell Tasman-3/+8
2017-05-18staging: greybus: mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2017-05-16staging: greybus: enable compile testing of arche driverJohan Hovold-0/+7
2017-05-16staging: greybus: arche: remove timesync remainsJohan Hovold-143/+0
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim-15/+28
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman-0/+1
2016-11-07staging: greybus: arche-platform: fix device reference leakJohan Hovold-0/+1
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman-0/+1
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Wei Yongjun-0/+1
2016-10-16staging: greybus: arche-platform: Format block comments.Elise Lennion-1/+2
2016-09-23staging: greybus: arche-platform: declare struct of_device_id as constEva Rachel Retuya-2/+2
2016-09-22staging: greybus: arche-platform: compress return logic into one lineEva Rachel Retuya-2/+1
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath-18/+7
2016-08-03greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREVaibhav Hiremath-0/+3
2016-07-19greybus: arche-platform: Add support for init-off featureVaibhav Hiremath-14/+16
2016-07-16greybus: hd: arche-platform: implement greybus shutdownDavid Lin-0/+10
2016-06-06greybus: timesync: Add timesync core driverBryan O'Donoghue-9/+62
2016-05-25greybus: arche-platform: Enable SVC clock during FW_FLASHING stateVaibhav Hiremath-2/+12
2016-05-25greybus: arche-platform: Enter ACTIVE state only from OFF stateVaibhav Hiremath-0/+7
2016-05-25greybus: arche-platform: Make fw_flashing_seq() return errorVaibhav Hiremath-3/+6
2016-05-23greybus: Fix unbalanced irq_enable() backtraceBryan O'Donoghue-1/+1
2016-05-20greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enVaibhav Hiremath-4/+4
2016-05-20greybus: arche-platform: Do not assert wake/detect signal to SVCVaibhav Hiremath-14/+6
2016-05-14greybus: arche-platform: Fix the MODULE_LICENSE to match with headerSandeep Patil-1/+1
2016-05-05greybus: arche-platform: Rework platform/wd-line state transition logicBryan O'Donoghue-25/+48
2016-05-05greybus: arche-platform: Export fn to allow timesync driver to change the stateVaibhav Hiremath-8/+117
2016-05-05greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockVaibhav Hiremath-12/+14
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar-17/+2
2016-04-15greybus: arche-platform: Power-off unipro subsystem upon suspendDavid Lin-0/+35
2016-04-12greybus: arche-platfrom: Get rid of 2sec delay in USB3613 configurationVaibhav Hiremath-27/+4