summaryrefslogtreecommitdiff
path: root/aoc.c
AgeCommit message (Expand)Author
2020-06-05Hook up aoc shutdown methodsCraig Dooley
2020-06-03Map the USB register space into the AoCCraig Dooley
2020-05-14Add watchdog IRQ handlerSiqi Lin
2020-05-14Map in the GSA mailboxCraig Dooley
2020-05-06Change the max number of services to 64Craig Dooley
2020-04-16Add a check for dev/release firmwareCraig Dooley
2020-04-09Print the version and build time as part of kernel bootCraig Dooley
2020-04-03Assert and deassert aoc_req when the AP needs to access AoC addressCraig Dooley
2020-03-30Only signal the AoC after a write if the service is a queue, or a ringCraig Dooley
2020-03-28Define *aoc_driver.service_names as constDaniel Mentz
2020-03-27Add sysfs node for {aoc_clock, boottime} pair.Max Shi
2020-03-24Determine if a message can be read by message size, not slot sizeCraig Dooley
2020-03-20Register the bus before the platform deviceCraig Dooley
2020-03-19Defensive code to try and catch a kernel panicCraig Dooley
2020-03-17Small init message tweaksCraig Dooley
2020-03-16Remove an incorrect warningCraig Dooley
2020-03-15Add an IOMMU fault handler to prevent host panicsCraig Dooley
2020-03-13Switch to an attribute groupCraig Dooley
2020-03-13Remove unused aoc_classCraig Dooley
2020-03-13Add a sysfs node to read the current aoc_clock valueCraig Dooley
2020-03-12Remove /dev/aocCraig Dooley
2020-03-12Stop duplicating the name. Use dev_name(dev->dev)Craig Dooley
2020-03-09Add a sysfs entry to export the AoC clock offset.Craig Dooley
2020-03-06Properly check the result of device_create.Craig Dooley
2020-03-05Map BLK_ALIVE into the AoC for MIF StatusCraig Dooley
2020-03-05Specify IOMMU permissionsCraig Dooley
2020-03-03Leave the A32 status register on after bootCraig Dooley
2020-02-27Add support for 'NULL' mailbox messagesCraig Dooley
2020-02-26Include the tiny bootloader in the kernel driverCraig Dooley
2020-02-26Load the AoC firmware by defaultCraig Dooley
2020-02-20Fix errors found during slider bringupCraig Dooley
2020-02-20Fix checkpatch warnings and errorsCraig Dooley
2020-02-20Add a boot-arg to disable auto-loading firmware + misc cleanupCraig Dooley
2020-02-06aoc: Import the AoC core driverCraig Dooley