Tags give the ability to mark specific points in history as being important
-
msm-cleanup3-for-3.12
3294a7e7 · ·General cleanups for MSM for 3.12 This is a series of cleanups to the MSM code. These are a healthy start to bringing the MSM code closer to the state of current ARM code and getting more of it ready for conversion to devicetree.
-
msm-cleanup2-for-3.12
3294a7e7 · ·General cleanups for MSM for 3.12 This is a series of cleanups to the MSM code. These are a healthy start to bringing the MSM code closer to the state of current ARM code and getting more of it ready for conversion to devicetree.
-
-
iio-for-3.12a
cd6fe065 · ·First round of new IIO drivers, features and cleanups for the 3.12 cycle. There has been a lot of good work going into IIO recently, some of which missed this pull request purely because I haven't caught up with all my emails. Core changes 1) Introduction of devm_iio_device_alloc/free and conversions of lots of drivers (37 + patches so far mostly from Sachin) 2) A Kconfig option to enabled some debug logging subsystem wide. New drivers 1) Nuvoton NAU7802 adc driver 2) Avago APDS9300 ambient light sensor driver. Staging graduations 1) ADIS16260 gyroscope (after a lot fo cleaning up from Lars-Peter) New driver features 1) ST-sensors gain control of which pin is used for dataready. 2) mcp4725 gains eeprom saving (a later fix deals with a wrong return type bug in that patch) 3) A number of drivers have gained module alias' to aid autoloading. Cleanups and minor bug fixes. 1) A number of typos in Kconfig comments 2) Drop remaining mentions of ring buffers (now just buffers) 3) Overrestrictive i2c function checking in the invensense mpu6050 driver 4) Some help text clarifications. 5) store_eeprom is now used in several drivers so move to generic abi docs. 6) Update dac power down options. 7) Add some error handlign to mxs-lradc on stmp_reset_block call. 8) Lars fixed the alphabetical order in various files and added comments to try and prevent them getting messed up again. 9) Dropped some remaining 'reset' attributes for drivers. We have never seen a reason why these should be available. Finally the macro used to define many of these has gone. 10) lps331ap gets an easier to check temperature scale implementation. 11) Various cleanups for the hmc5843 from Peter with a view to getting it ready for a staging graduation. Quite a few other little typo fixes etc. -
iio-fixes-for-3.11b
b1451e54 · ·Second round of IIO fixes for the 3.11 cycle. 1) Fix a long term race in the IIO trigger handling. This only effects cases where a single trigger is in use by multiple devices. 2) ti_am335x fix an issue with incorrect data due to reading before the sequencer is finished.
-
-
-
-
-
pm+acpi-3.11-rc4
2b44c4db · ·ACPI and power management fixes for 3.11-rc4 - Revert two cpuidle commits added during the 3.8 development cycle that turn out to have introduced a significant performance regression as requested by Jeremy Eder. - The recent patches that made the freezer less heavy-weight introduced a regression causing user-space-driven hibernation using the ioctl() interface to block indefinitely when the hibernate process executes try_to_freeze(). Fix from Colin Cross addresses this by adding a process flag to mark the hibernate/suspend process to inform the freezer that that process should be ignored. - One of the recent cpufreq reverts uncovered a problem in the core causing the cpufreq driver module refcount to become negative after a system suspend-resume cycle. Fix from Rafael J Wysocki. - The evaluation of the ACPI battery _BIX method has never worked correctly, because the commit that added support for it forgot to take the "Revision" field in the return package into account. As a result, the reading of battery info doesn't work at all on some systems, which is addressed by a fix from Lan Tianyu. /
-
vfio-v3.11-rc4
d24cdbfd · ·vfio: misc fixes around overreacting to bus notifier events and a locking fix for a corner case blocked remove.
-
fbdev-fixes-3.11-rc2
7808e329 · ·Small fbdev fixes - Compile fixes - atyfb initialization fix - Fix freeing of the irq in sh7760fb & nuc900fb
-
-
-
-
-
pinctrl-for-v3.11-2
db6c2c69 · ·Pin control fixes for the v3.11 series: - Driver fixes for AM33xx, SIRF and PFC pin controllers. - Fix a compile warning from the pinctrl single-register driver. - Fix a little nasty memory leak.
-
-
msm-3.11-fix1
8fd62389 · ·Fixes for MSM for 3.11 Two small fixes for MSM. The first fixes the a gpio controller register address. I didn't see any acks from the devicetree maintainers, so I've copied them on this pull request. The change itself is minor, and just to the register address. The second change removes the gpiomux V1 code from MSM. This was breaking compilation for some of the targets.
-
pm+acpi-3.11-rc3
8e5c2b77 · ·ACPI and power management fixes for 3.11-rc3 - Revert of the ACPI video commit that I hoped would help fix backlight problems related to Windows 8 compatibility on some systems. Unfortunately, it turned out to cause problems to happen too. - Fix for two problems in intel_pstate, a possible failure to respond to a load change on a quiet system and a possible failure to select the highest available P-state on some systems. From Dirk Brandewie. /