aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0124-91/+43
* RevertAndreas Tobler2020-03-061-19/+18
* Drop 'All rights reserved'Andreas Tobler2020-03-061-18/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-48/+58
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-205-0/+12
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-122-19/+20
* powerpc/powermac: Fix macgpio(4) child interrupt resource handlingJustin Hibbits2018-12-061-4/+4
* Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits2018-12-047-9/+18
* Bump the number of fans supported from 8 to 12.Michael Tuexen2018-10-301-3/+3
* Fix null pointer dereference on nodes without a "compatible" property.Nathan Whitehorn2018-04-301-1/+2
* Release memory resource on cuda driver attach failure.Alexander Motin2018-04-191-0/+4
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-082-7/+7
* Fix minor locking issues in the Power Mac Uninorth PCI bridge driver.Landon J. Fuller2018-01-102-10/+27
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2733-0/+66
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-251-0/+9
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Include pcib_private.h for prototypes.Warner Losh2017-02-261-0/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-223-7/+7
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+3
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-294-8/+6
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-223-10/+10
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-223-3/+0
* Revert r295756:Zbigniew Bodek2016-02-204-3/+7
* Extract common code from PowerPC's ofw_pciZbigniew Bodek2016-02-184-7/+3
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-6/+11
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypeNathan Whitehorn2016-01-101-4/+3
* Where appropriate, use the endian-flipping OF_getencprop() instead ofNathan Whitehorn2015-11-173-7/+7
* Allow PowerMac systems to be booted from an FDT as well as Open Firmware.Nathan Whitehorn2015-03-101-13/+24
* Make the PowerMac fan control nonlinearJustin Hibbits2015-02-201-5/+23
* Match the right backlight driver.Justin Hibbits2015-02-182-2/+13
* Don't set the write bit if we're just reading.Justin Hibbits2015-02-181-4/+3
* Add support for Power Button PMU events on non-ADB macs, such as aluminumJustin Hibbits2014-11-202-4/+5
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-212-20/+20
* Move the adm1030 driver to the proper location, and rename it.Justin Hibbits2014-10-161-240/+0
* Add a sysctl to allow disabling the monitoring thread.Justin Hibbits2014-10-151-8/+41
* Add an AC line monitor so power_profile can workJustin Hibbits2014-10-121-0/+46
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Clear the backlight level when it's turned off. Also, reduce the delay times toJustin Hibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyJustin Hibbits2014-04-061-6/+61
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-055-5/+5
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize theJustin Hibbits2014-01-312-177/+14
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.Andreas Tobler2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.Justin Hibbits2014-01-191-1/+1
* Save and restore the GPIOs on the macio for suspend/resume.Justin Hibbits2014-01-112-2/+48
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits2013-12-211-0/+1
* Add suspend/resume to DBDMA and ATA on PowerMacs.Justin Hibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.Justin Hibbits2013-12-201-14/+76
* Add PMU-based CPU frequency scaling. This method is used on most TitaniumJustin Hibbits2013-12-136-25/+300