index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
pcc.c
Age
Commit message (
Expand
)
Author
2025-03-26
mailbox: pcc: Refactor and simplify check_and_ack()
Sudeep Holla
2025-03-26
mailbox: pcc: Always map the shared memory communication address
Sudeep Holla
2025-03-26
mailbox: pcc: Refactor error handling in irq handler into separate function
Sudeep Holla
2025-03-26
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Sudeep Holla
2025-03-26
mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
Sudeep Holla
2025-03-26
mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
Sudeep Holla
2025-03-26
mailbox: pcc: Always clear the platform ack interrupt first
Sudeep Holla
2025-03-26
mailbox: pcc: Fix the possible race in updation of chan_in_use flag
Huisong Li
2024-11-24
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
2023-09-11
mailbox: pcc: Support shared interrupt for multiple subspaces
Huisong Li
2023-09-11
mailbox: pcc: Add support for platform notification handling
Huisong Li
2023-04-18
mailbox: pcc: Use mbox_bind_client
Elliot Berman
2022-11-23
mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure
Huisong Li
2022-10-05
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
Colin Ian King
2022-05-21
mailbox: pcc: Fix an invalid-load caught by the address sanitizer
Mario Limonciello
2022-01-11
mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq
Sudeep Holla
2022-01-11
mailbox: pcc: Avoid using the uninitialized variable 'dev'
Sudeep Holla
2021-10-29
mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe
Sudeep Holla
2021-10-29
mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)
Sudeep Holla
2021-10-29
mailbox: pcc: Drop handling invalid bit-width in {read,write}_register
Sudeep Holla
2021-10-29
mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq
Sudeep Holla
2021-10-29
mailbox: pcc: Add PCC register bundle and associated accessor functions
Sudeep Holla
2021-10-29
mailbox: pcc: Rename doorbell ack to platform interrupt ack register
Sudeep Holla
2021-10-29
mailbox: pcc: Use PCC mailbox channel pointer instead of standard
Sudeep Holla
2021-10-29
mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info
Sudeep Holla
2021-10-29
mailbox: pcc: Consolidate subspace doorbell register parsing
Sudeep Holla
2021-10-29
mailbox: pcc: Consolidate subspace interrupt information parsing
Sudeep Holla
2021-10-29
mailbox: pcc: Refactor all PCC channel information into a structure
Sudeep Holla
2021-10-29
mailbox: pcc: Fix kernel doc warnings
Sudeep Holla
2021-04-13
mailbox: fix various typos in comments
Tom Saeger
2021-04-13
mailbox: pcc: fix platform_no_drv_owner.cocci warnings
Yang Li
2020-08-03
mailbox: pcc: Put the PCCT table for error path
Hanjun Guo
2020-05-30
mailbox: pcc: make pcc_mbox_driver static
Jason Yan
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-04-04
acpi: Create subtable parsing infrastructure
Keith Busch
2018-09-10
mailbox: PCC: handle parse error
David Arcari
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-18
mailbox: PCC: erroneous error message when parsing ACPI PCCT
Al Stone
2017-11-15
Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
2017-11-14
mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone
Sudeep Holla
2017-11-09
mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file
George Cherian
2017-08-10
mailbox: pcc: Drop uninformative output during boot
Punit Agrawal
2017-07-26
mailbox: pcc: Fix crash when request PCC channel 0
Hoan Tran
2017-06-12
ACPICA: Add support for new PCCT subtables
David E. Box
2016-12-22
Merge branches 'acpica' and 'acpi-scan'
Rafael J. Wysocki
2016-12-21
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
Lv Zheng
2016-11-14
mailbox: PCC: Fix lockdep warning when request PCC channel
Hoan Tran
2016-08-31
mailbox: pcc: Support HW-Reduced Communication Subspace type 2
hotran
2016-04-08
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
Rafael J. Wysocki
2016-04-07
mailbox: pcc: Don't access an unmapped memory address space
Shanker Donthineni
[next]