summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/opal.c
Commit message (Expand)AuthorAgeFilesLines
* opal: Remove events notifierAlistair Popple2015-05-221-83/+1Star
* powernv/opal: Convert opal message events to opal irq domainAlistair Popple2015-05-221-14/+15
* powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple2015-05-221-66/+12Star
* powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple2015-05-221-1/+12
* powerpc/powernv: Add interfaces for flash device accessCyril Bur2015-04-111-1/+15
* powerpc/powernv: convert codes returned by OPAL callsCédric Le Goater2015-03-311-0/+19
* Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2015-03-261-8/+41
|\
| * powerpc/powernv: Add OPAL message notifier unregister functionNeelesh Gupta2015-03-251-0/+7
| * powerpc/powernv: Fix the overflow of OPAL message notifiers head arrayNeelesh Gupta2015-03-251-8/+4Star
| * powerpc/powernv: Support OPAL requested heartbeatBenjamin Herrenschmidt2015-03-251-0/+30
* | powerpc/powernv: Move opal-api.h closer to the Skiboot versionMichael Ellerman2015-03-161-1/+1
* | powerpc/powernv: only register log if OPAL supports doing soStewart Smith2015-03-161-1/+5
|/
* powerpc/powernv: Don't alloc IRQ map if necessaryGavin Shan2015-01-281-3/+4
* powerpc/powernv: Separate function for OPAL IRQ setupGavin Shan2015-01-281-20/+41
* powerpc/powernv: Remove "opal" prefix from pr_xxx()sMichael Ellerman2015-01-281-6/+6
* powerpc/powernv: Skip registering log region when CONFIG_PRINTK=nPranith Kumar2015-01-271-0/+6
* powerpc/powernv: Expose OPAL firmware symbol mapBenjamin Herrenschmidt2014-12-151-1/+37
* i2c: Driver to expose PowerNV platform i2c bussesNeelesh Gupta2014-12-141-0/+12
* powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2014-12-021-1/+0Star
* rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta2014-11-171-0/+6
* powerpc/powernv: Add OPAL IPMI interfaceJeremy Kerr2014-11-121-0/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-211-0/+21
|\
| * powerpc/powernv: Fallback to old HMI handling behavior for old firmwareMahesh Salgaonkar2014-10-131-0/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-3/+3
|\|
| * powerpc: Add printk levels to powernv platform codeAnton Blanchard2014-10-021-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-1/+1
|\ \ | |/ |/|
| * treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
* | powerpc/powernv: Interface to register/unregister opal dump regionVasant Hegde2014-08-131-0/+23
* | powerpc/powernv: Invoke opal call to handle hmi.Mahesh Salgaonkar2014-08-051-6/+29
* | powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-0/+14
* | powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()Michael Ellerman2014-07-281-4/+5
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-111-0/+22
|\
| * powerpc/powernv: Add calls to support little endian hostBenjamin Herrenschmidt2014-06-051-0/+22
* | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-141-3/+66
|\|
| * powerpc/powernv: Create OPAL sglist helper functions and fix endian issuesAnton Blanchard2014-04-281-0/+63
| * powerpc/powernv: Fix little endian issues with opal_do_notifier callsAnton Blanchard2014-04-281-3/+3
* | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-6/+6
|/
* powerpc/powernv: Add invalid OPAL callJoel Stanley2014-04-091-0/+3
* powerpc/powernv: Add OPAL message log interfaceJoel Stanley2014-04-091-1/+3
* powerpc/book3s: Fix mc_recoverable_range buffer overrun issue.Mahesh Salgaonkar2014-04-091-8/+20
* powerpc/powernv: Fix endian issues with OPAL async codeAnton Blanchard2014-04-071-4/+6
* powerpc/powernv: Add opal_notifier_unregister() and export to modulesBenjamin Herrenschmidt2014-04-071-0/+14
* powerpc/powernv: Enable reading and updating of system parametersNeelesh Gupta2014-03-231-0/+2
* powerpc/powernv Platform dump interfaceStewart Smith2014-03-071-0/+2
* powerpc/powernv: Read OPAL error log and export it through sysfsStewart Smith2014-03-071-0/+2
* powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar2014-03-071-3/+97
* powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde2014-01-151-0/+16
* powerpc/powernv: Infrastructure to read opal messages in generic format.Mahesh Salgaonkar2013-12-051-0/+90
* powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar2013-12-051-1/+42
* powerpc/powernv: Remove machine check handling in OPAL.Mahesh Salgaonkar2013-12-051-6/+2Star