| Commit message (Expand) | Author | Age |
* | iio:consumer.h: Fix include guard | Lars-Peter Clausen | 2012-08-27 |
* | iio: use IIO_CHAN_INFO_RAW rather than 0 | Kim, Milo | 2012-08-27 |
* | staging:iio:ad7793: Add ad7785 support | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7793: Add support for ad7794/ad7795 | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7192: Use common Sigma Delta library | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7793: Use common Sigma Delta library | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7780: Use common Sigma Delta library | Lars-Peter Clausen | 2012-08-27 |
* | iio:adc: Add common code for ADI Sigma Delta devices | Lars-Peter Clausen | 2012-08-27 |
* | iio: Introduce iio_device_{set,get}_drvdata() | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7192: Remove unused platform_data from device state struct | Lars-Peter Clausen | 2012-08-27 |
* | staging:iio:ad7793: Remove unused platform_data from device state struct | Lars-Peter Clausen | 2012-08-27 |
* | Merge 3.6-rc3 into staging-next | Greg Kroah-Hartman | 2012-08-27 |
|\ |
|
| * | Linux 3.6-rc3 | Linus Torvalds | 2012-08-22 |
| * | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-08-22 |
| |\ |
|
| | * | fbcon: fix race condition between console lock and cursor timer (v1.1) | Dave Airlie | 2012-08-22 |
| | * | drm: Add missing static storage class specifiers in drm_proc.c file | Sachin Kamat | 2012-08-21 |
| | * | drm/udl: dpms off the crtc when disabled. | Dave Airlie | 2012-08-21 |
| | * | drm: Remove two unused fields from struct drm_display_mode | Damien Lespiau | 2012-08-21 |
| | * | drm: stop vmgfx driver explosion | Alan Cox | 2012-08-21 |
| | * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-08-21 |
| | |\ |
|
| | | * | drm/i915: use hsw rps tuning values everywhere on gen6+ | Daniel Vetter | 2012-08-20 |
| | | * | drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads | Jani Nikula | 2012-08-17 |
| | | * | drm/i915: extract connector update from intel_ddc_get_modes() for reuse | Jani Nikula | 2012-08-17 |
| | | * | drm/i915: fix hsw uncached pte | Daniel Vetter | 2012-08-17 |
| | | * | drm/i915/contexts: fix list corruption | Ben Widawsky | 2012-08-17 |
| | | * | drm/i915: fix EDID memory leak in SDVO | Jani Nikula | 2012-08-17 |
| | * | | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2012-08-21 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | drm/radeon/ss: use num_crtc rather than hardcoded 6 | Alex Deucher | 2012-08-21 |
| | | * | Revert "drm/radeon: fix bo creation retry path" | Alex Deucher | 2012-08-21 |
| | | * | drm/radeon: split ATRM support out from the ATPX handler (v3) | Alex Deucher | 2012-08-20 |
| | | * | drm/radeon: convert radeon vfct code to use acpi_get_table_with_size | Alex Deucher | 2012-08-20 |
| | | * | ACPI: export symbol acpi_get_table_with_size | Alex Deucher | 2012-08-20 |
| | | * | drm/radeon: implement ACPI VFCT vbios fetch (v3) | David Lamparter | 2012-08-20 |
| | | * | drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la... | Tvrtko Ursulin | 2012-08-20 |
| | | * | drm/radeon: fix checking of MSAA renderbuffers on r600-r700 | Marek Olšák | 2012-08-20 |
| | | * | drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700 | Marek Olšák | 2012-08-20 |
| | | * | drm/radeon: init lockup timeout on ring init | Christian König | 2012-08-20 |
| | | * | drm/radeon: avoid turning off spread spectrum for used pll | Jerome Glisse | 2012-08-20 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2012-08-22 |
| |\ \ \ |
|
| | * | | | target: Remove unused se_cmd.cmd_spdtl | Roland Dreier | 2012-08-21 |
| | * | | | tcm_fc: rcu_deref outside rcu lock/unlock section | Denis Efremov | 2012-08-20 |
| | * | | | tcm_vhost: Fix vhost_scsi_target structure alignment | Michael S. Tsirkin | 2012-08-20 |
| | * | | | target: Fix regression bug with handling of zero-length data CDBs | Nicholas Bellinger | 2012-08-17 |
| | * | | | target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough | Nicholas Bellinger | 2012-08-17 |
| | * | | | tcm_vhost: Change vhost_scsi_target->vhost_wwpn to char * | Nicholas Bellinger | 2012-08-16 |
| | * | | | target: fix NULL pointer dereference bug alloc_page() fails to get memory | Yi Zou | 2012-08-16 |
| | * | | | tcm_fc: Avoid debug overhead when not debugging | Mark Rustad | 2012-08-16 |
| | * | | | tcm_vhost: Post-merge review changes requested by MST | Nicholas Bellinger | 2012-08-16 |
| | * | | | tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sgl | Fengguang Wu | 2012-08-16 |
| | |/ / |
|
| * | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds | 2012-08-22 |
| |\ \ \ |
|