aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make more unsigned ints signed.Justin Hibbits2013-12-071-1/+2
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-011-5/+55
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* badaddr() is used only in the grackle PCI driver, so move its definitionNathan Whitehorn2013-11-271-2/+48
* #interrupt-cells belongs to the iparent, not the device parent.Nathan Whitehorn2013-11-171-4/+4
* Use #address-cells and #size-cells here too instead of guessing. There isNathan Whitehorn2013-11-172-7/+17
* Actually look up #address-cells instead of assuming it is correlated withNathan Whitehorn2013-11-171-7/+13
* Be a little more suspicious of thermal sensors, which can have singleNathan Whitehorn2013-10-251-7/+24
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-221-110/+0