aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/pcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10mailbox: PCC: handle parse errorDavid Arcari1-2/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-18mailbox: PCC: erroneous error message when parsing ACPI PCCTAl Stone1-43/+38
2017-11-15Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds1-2/+2
2017-11-14mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla1-2/+2
2017-11-09mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header fileGeorge Cherian1-1/+0
2017-08-10mailbox: pcc: Drop uninformative output during bootPunit Agrawal1-3/+1
2017-07-26mailbox: pcc: Fix crash when request PCC channel 0Hoan Tran1-1/+1
2017-06-12ACPICA: Add support for new PCCT subtablesDavid E. Box1-5/+5
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-4/+1
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-4/+1
2016-11-14mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran1-6/+7
2016-08-31mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran1-71/+245
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki1-2/+2
2016-04-07mailbox: pcc: Don't access an unmapped memory address spaceShanker Donthineni1-2/+2
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-7/+104
2016-03-09mailbox: pcc: optimized pcc_send_dataPrakash, Prashanth1-7/+104
2016-02-02mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov1-7/+1
2015-10-16PCC: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2015-08-25PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule1-1/+7
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker1-1/+1
2015-03-04Mailbox: Restructure and simplify PCC mailbox codeAshwin Chaugule1-85/+37
2015-02-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds1-2/+2
2015-02-06Mailbox: Fix return value check in pcc_init()Wei Yongjun1-2/+2
2015-02-05ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Rafael J. Wysocki1-2/+2
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule1-0/+403