Age | Commit message (Expand) | Author | Files | Lines |
2013-10-06 | i2c: mxs: Fix PIO mode on i.MX23 | Marek Vasut | 1 | -11/+29 |
2013-10-06 | i2c: mxs: Rework the PIO mode operation | Marek Vasut | 1 | -102/+176 |
2013-10-06 | i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controller | Juergen Beisert | 1 | -6/+34 |
2013-10-03 | i2c: Remove redundant 'driver' field from the i2c_client struct | Lars-Peter Clausen | 3 | -15/+18 |
2013-10-03 | ASoC: imx-wm8962: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -1/+1 |
2013-10-03 | ALSA: ppc: keywest: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -2/+2 |
2013-10-03 | drm: nouveau: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -1/+2 |
2013-10-03 | drm: encoder_slave: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -4/+4 |
2013-10-03 | media: core: Don't use i2c_client->driver | Lars-Peter Clausen | 3 | -9/+9 |
2013-10-03 | media: exynos4-is: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -3/+3 |
2013-10-03 | media: s5c73m3: Don't use i2c_client->driver | Lars-Peter Clausen | 1 | -1/+1 |
2013-10-03 | i2c: remove redundant of_match_ptr | Sachin Kamat | 4 | -4/+4 |
2013-09-30 | misc: (at24) move header to linux/platform_data/ | Vivien Didelot | 24 | -24/+24 |
2013-09-30 | i2c: bfin-twi: Remove casting the return value which is a void pointer | Jingoo Han | 1 | -3/+3 |
2013-09-30 | i2c: xiic: Remove casting the return value which is a void pointer | Jingoo Han | 1 | -1/+1 |
2013-09-30 | i2c: rcar: use per-device clock | Guennadi Liakhovetski | 1 | -1/+1 |
2013-09-30 | i2c: rcar: fix clk_get() error handling | Guennadi Liakhovetski | 1 | -3/+3 |
2013-09-30 | i2c: rcar: add Device Tree support | Guennadi Liakhovetski | 2 | -2/+42 |
2013-09-30 | i2c: rcar: get clock rate only once and simplify calculation | Guennadi Liakhovetski | 1 | -7/+13 |
2013-09-30 | i2c: rcar: (cosmetic) remove superfluous parenthesis | Guennadi Liakhovetski | 1 | -1/+1 |
2013-09-30 | i2c: i2c-dev: Create 'name' attribute automatically | Guenter Roeck | 1 | -9/+10 |
2013-09-29 | Linux 3.12-rc3v3.12-rc3 | Linus Torvalds | 1 | -1/+1 |
2013-09-29 | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 21 | -107/+201 |
2013-09-29 | Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -13/+10 |
2013-09-29 | Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -16/+31 |
2013-09-29 | Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+7 |
2013-09-29 | Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 12 | -50/+116 |
2013-09-29 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -26/+1 |
2013-09-29 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 26 | -77/+266 |
2013-09-29 | Revert "perf symbols: Demangle cloned functions" | Ingo Molnar | 1 | -26/+1 |
2013-09-29 | Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l... | Dave Airlie | 3 | -13/+4 |
2013-09-28 | Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u... | Linus Torvalds | 7 | -6/+31 |
2013-09-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -41/+75 |
2013-09-28 | Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 5 | -22/+68 |
2013-09-28 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -15/+32 |
2013-09-28 | Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -12/+23 |
2013-09-28 | PCI: Workaround missing pci_set_master in pci drivers | Yinghai Lu | 1 | -1/+7 |
2013-09-28 | Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 7 | -10/+20 |
2013-09-28 | kernel/params: fix handling of signed integer types | Jean Delvare | 1 | -3/+3 |
2013-09-28 | Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -71/+23 |
2013-09-28 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 4 | -7/+13 |
2013-09-28 | i2c: ismt: initialize DMA buffer | James Ralston | 1 | -0/+3 |
2013-09-28 | drm/msm: use drm_gem_dumb_destroy helper | Rob Clark | 2 | -8/+1 |
2013-09-28 | drm/msm: deal with mach/iommu.h removal | Rob Clark | 1 | -2/+2 |
2013-09-28 | perf/x86: Fix PMU detection printout when no PMU is detected | Ingo Molnar | 1 | -1/+1 |
2013-09-28 | drm/msm: Remove iommu include from mdp4_kms.c | Joerg Roedel | 1 | -2/+0 |
2013-09-28 | drm/msm: Odd PTR_ERR usage | Thomas Meyer | 1 | -1/+1 |
2013-09-28 | s390: enable ARCH_USE_CMPXCHG_LOCKREF | Heiko Carstens | 2 | -0/+6 |
2013-09-28 | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() | Heiko Carstens | 1 | -1/+9 |
2013-09-28 | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef | Heiko Carstens | 5 | -9/+5 |