| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce PLATFORMMETHOD_END and use it. | rpaulo | 2013-02-13 | 1 | -1/+1 |
* | Work around broken device tree on last-generation PowerPC iMacs | nwhitehorn | 2012-10-29 | 1 | -0/+4 |
* | phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) on | jhibbits | 2012-08-21 | 2 | -3/+3 |
* | Add backlight support for nVidia-based PowerBooks/iBooks/iMacs. | jhibbits | 2012-08-04 | 1 | -0/+197 |
* | Remove bogus __unused attribute from hrowpic_eoi(). | rpaulo | 2012-07-01 | 1 | -1/+1 |
* | Provide a fix for certain PowerMacs where the U3 i2c lacks the interrupt | andreast | 2012-03-19 | 1 | -1/+30 |
* | Add support for PWM controlled fans. I found these fans on my PowerMac9,1. | andreast | 2012-03-04 | 1 | -72/+299 |
* | Add backlight control to ATI-graphics PowerBooks and iBooks. | jhibbits | 2012-02-26 | 1 | -0/+196 |
* | Improve error handling in smusat(4). | nwhitehorn | 2012-02-15 | 1 | -5/+18 |
* | Compatibility with IBM firmware. | nwhitehorn | 2012-02-04 | 1 | -15/+17 |
* | Miffed r230993 due to a one-character typo while reviewing the patch. | nwhitehorn | 2012-02-04 | 1 | -1/+1 |
* | Unify OF PCI infrastructure, including changing from parsing the device | nwhitehorn | 2012-02-04 | 5 | -926/+27 |
* | Prevent an error resulting from signed/unsigned comparison on systems | nwhitehorn | 2012-01-20 | 1 | -1/+1 |
* | Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, clean | jhibbits | 2012-01-12 | 1 | -10/+34 |
* | Fix style(9) issues from r228270. | jhibbits | 2011-12-05 | 1 | -2/+2 |
* | Add a devd notification for closing/opening the lid on PowerBooks and iBooks. | jhibbits | 2011-12-05 | 2 | -0/+15 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 1 | -2/+2 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 5 | -22/+15 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 5 | -5/+5 |
* | Fix an error that could cause sysctl -a to enter an infinite loop in the | nwhitehorn | 2011-07-30 | 1 | -6/+6 |
* | Turn the minimum PWM fan speed down to 30 from 40. It turns out the burning | nwhitehorn | 2011-06-26 | 1 | -1/+1 |
* | Add new fan controller driver for the G4 MDD PowerMac. Submitted and tested | andreast | 2011-06-04 | 1 | -0/+216 |
* | - Improve error handling. | andreast | 2011-06-04 | 1 | -30/+60 |
* | - Introduce a define for ZERO_C_TO_K. | andreast | 2011-06-03 | 2 | -3/+6 |
* | Use kproc_exit() instead of returning from the management function on | nwhitehorn | 2011-05-29 | 1 | -1/+1 |
* | Add some error handling here: if a sensor returns an error code (a negative | nwhitehorn | 2011-05-29 | 1 | -1/+5 |
* | Add the next digit of precision to temperatures, which I missed when | nwhitehorn | 2011-05-29 | 2 | -2/+2 |
* | Don't put negative values into the averages. | nwhitehorn | 2011-05-29 | 1 | -0/+2 |
* | Update the I2C-based temperature/fan drivers to connect to the Powermac | nwhitehorn | 2011-05-29 | 1 | -51/+78 |
* | Adapt smusat(4) to use powermac_thermal. This provides automatic fan | nwhitehorn | 2011-05-28 | 1 | -16/+34 |
* | Require an error instead of a timeout to decide the new-style fan | nwhitehorn | 2011-05-28 | 1 | -2/+2 |
* | Factor out the SMU fan management code into a new module (powermac_thermal) | nwhitehorn | 2011-05-28 | 3 | -135/+290 |
* | Do not use Open Firmware to open the device and instead program its start | nwhitehorn | 2011-05-06 | 2 | -0/+41 |
* | Don't sleep while setting the clock. This can cause panics when | nwhitehorn | 2011-03-13 | 1 | -2/+2 |
* | Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a | marcel | 2011-02-02 | 6 | -14/+14 |
* | Fix the interrupt code, broken 7 months ago. The interrupt framework | marcel | 2011-01-29 | 3 | -31/+11 |
* | Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like it | nwhitehorn | 2011-01-23 | 1 | -5/+6 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-20 | 1 | -9/+1 |
* | Correct parsing of the grackle and uninorthpci ranges property. | andreast | 2011-01-20 | 4 | -4/+10 |
* | Correct parsing of the cpcht ranges property. | nwhitehorn | 2011-01-20 | 1 | -2/+3 |
* | Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and get | andreast | 2011-01-11 | 1 | -58/+172 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-06 | 2 | -5/+0 |
* | Several chipset drivers alter parameters relevant for the DMA tag creation, | marius | 2010-11-30 | 1 | -2/+1 |
* | Disabling CPU NAP modes during SMU commands is a hack needed only on U3 | nwhitehorn | 2010-11-10 | 1 | -2/+10 |
* | Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips. | nwhitehorn | 2010-10-30 | 1 | -1/+22 |
* | Add three new drivers for fan control and temperature reading on the | andreast | 2010-10-15 | 1 | -0/+506 |
* | Increase register access delay to deal with the high-latency I2C | andreast | 2010-09-15 | 1 | -1/+1 |
* | ATAPI DMA does not seem to work completely reliably on Shasta controllers, | nwhitehorn | 2010-09-11 | 1 | -1/+3 |
* | Restructure how reset and poweroff are handled on PowerPC systems, since | nwhitehorn | 2010-08-31 | 4 | -0/+358 |
* | Fix printf specifier to allow 32/64 bit builds. | grehan | 2010-07-12 | 1 | -1/+1 |