summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Make the PowerMac fan control nonlinearjhibbits2015-02-201-5/+23
* Match the right backlight driver.jhibbits2015-02-182-2/+13
* Don't set the write bit if we're just reading.jhibbits2015-02-181-4/+3
* Add support for Power Button PMU events on non-ADB macs, such as aluminumjhibbits2014-11-202-4/+5
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-20/+20
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-161-240/+0
* Add a sysctl to allow disabling the monitoring thread.jhibbits2014-10-151-8/+41
* Add an AC line monitor so power_profile can workjhibbits2014-10-121-0/+46
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Clear the backlight level when it's turned off. Also, reduce the delay times tojhibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyjhibbits2014-04-061-6/+61
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-055-5/+5
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-312-177/+14
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.andreast2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.jhibbits2014-01-191-1/+1
* Save and restore the GPIOs on the macio for suspend/resume.jhibbits2014-01-112-2/+48
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisjhibbits2013-12-211-0/+1
* Add suspend/resume to DBDMA and ATA on PowerMacs.jhibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.jhibbits2013-12-201-14/+76
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-136-25/+300
* Make more unsigned ints signed.jhibbits2013-12-071-1/+2
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-5/+55
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* badaddr() is used only in the grackle PCI driver, so move its definitionnwhitehorn2013-11-271-2/+48
* #interrupt-cells belongs to the iparent, not the device parent.nwhitehorn2013-11-171-4/+4
* Use #address-cells and #size-cells here too instead of guessing. There isnwhitehorn2013-11-172-7/+17
* Actually look up #address-cells instead of assuming it is correlated withnwhitehorn2013-11-171-7/+13
* Be a little more suspicious of thermal sensors, which can have singlenwhitehorn2013-10-251-7/+24
* Standards-conformance and code deduplication:nwhitehorn2013-10-221-110/+0
* Move the resource allocation from the ata_*_probe section to the ata_*_attachandreast2013-10-152-41/+47
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-271-0/+31
* Attach only on hardware that is actually supported as opposed to hardwarenwhitehorn2013-09-091-2/+16
* Only add the backlight device if it actually exists in OF.jhibbits2013-08-312-0/+4
* Return EIO iso -1, the kiic_transfer has an signed return.andreast2013-08-231-1/+1
* Add the macio attachment for wi(4). Partially obtained from NetBSD.jhibbits2013-07-312-0/+51
* Only check fan type once. Not only is continuously rechecking pointless, anwhitehorn2013-05-051-11/+40
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-063-17/+17
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-131-1/+1
* Work around broken device tree on last-generation PowerPC iMacsnwhitehorn2012-10-291-0/+4
* phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) onjhibbits2012-08-212-3/+3
* Add backlight support for nVidia-based PowerBooks/iBooks/iMacs.jhibbits2012-08-041-0/+197
* Remove bogus __unused attribute from hrowpic_eoi().rpaulo2012-07-011-1/+1
* Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptandreast2012-03-191-1/+30
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.andreast2012-03-041-72/+299
* Add backlight control to ATI-graphics PowerBooks and iBooks.jhibbits2012-02-261-0/+196
* Improve error handling in smusat(4).nwhitehorn2012-02-151-5/+18
* Compatibility with IBM firmware.nwhitehorn2012-02-041-15/+17
* Miffed r230993 due to a one-character typo while reviewing the patch.nwhitehorn2012-02-041-1/+1
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-045-926/+27
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-201-1/+1
OpenPOWER on IntegriCloud