summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-065-5/+5
* drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa2012-10-062-10/+4
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-063-16/+4
* drivers/video/backlight/platform_lcd.c: add support for device tree based probeJingoo Han2012-10-061-0/+10
* drivers/video/backlight/da9052_bl.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall2012-10-061-2/+0
* backlight: remove ProGear driverMarcin Juszkiewicz2012-10-063-170/+0
* backlight: add new lm3639 backlight driverG.Shark Jeong2012-10-063-0/+447
* backlight: add Backlight driver for lm3630 chipG.Shark Jeong2012-10-063-0/+483
* drivers/video/backlight/kb3886_bl.c: use usleep_range() instead of msleep() f...Jingoo Han2012-10-061-2/+2
* drivers/video/backlight/ltv350qv.c: use usleep_range() instead of msleep() fo...Jingoo Han2012-10-061-3/+3
* drivers/video/backlight/da9052_bl.c: use usleep_range() instead of msleep() f...Jingoo Han2012-10-061-1/+1
* sections: fix section conflicts in drivers/videoAndi Kleen2012-10-065-6/+6
* sections: fix section conflicts in drivers/scsiAndi Kleen2012-10-062-2/+2
* sections: fix section conflicts in drivers/platform/x86Andi Kleen2012-10-063-7/+7
* sections: fix section conflicts in drivers/net/wanAndi Kleen2012-10-061-1/+1
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-065-7/+7
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-0614-15/+15
* sections: fix section conflicts in drivers/mmcAndi Kleen2012-10-061-1/+1
* sections: fix section conflicts in drivers/mfdAndi Kleen2012-10-061-3/+3
* sections: fix section conflicts in drivers/macintoshAndi Kleen2012-10-061-1/+1
* sections: fix section conflicts in drivers/ideAndi Kleen2012-10-0641-53/+53
* sections: fix section conflicts in drivers/charAndi Kleen2012-10-061-1/+1
* sections: fix section conflicts in drivers/atmAndi Kleen2012-10-061-1/+1
* drivers/scsi/atp870u.c: fix bad use of udelayMartin Michlmayr2012-10-061-1/+10
* drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam2012-10-061-1/+1
* firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds2012-10-041-3/+1
* Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-047-42/+593
|\
| * remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
| * remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
| * remoteproc: select VIRTIO to avoid build breakageOhad Ben-Cohen2012-10-021-0/+1
| * remoteproc: return -EFAULT on copy_from_user failureDan Carpenter2012-09-301-1/+1
| * remoteproc: snprintf() can return more than was printedDan Carpenter2012-09-301-2/+2
| * remoteproc: Add STE modem driverSjur Brændeland2012-09-223-0/+334
| * remtoteproc: maintain max notifyidSjur Brændeland2012-09-181-0/+15
| * remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-182-1/+83
| * remoteproc: add actual recovery implementationFernando Guzman Lugo2012-09-182-22/+63
| * remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo2012-09-181-4/+75
| * remoteproc: Add dependency to HAS_DMASjur Brændeland2012-09-181-0/+2
| * remoteproc/omap: set bootaddr supportJuan Gutierrez2012-09-111-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-0431-412/+1980
|\ \
| * | crypto: caam - increase TRNG clocks per sampleKim Phillips2012-09-271-3/+3
| * | crypto: tegra-aes - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | crypto: crypto4xx - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | crypto: hifn_795x - fix error return codePeter Senna Tschudin2012-09-271-1/+4
| * | crypto: ux500 - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta2012-09-271-2/+0
| * | hwrng: mxc-rnga - Access data via structureFabio Estevam2012-09-071-57/+51
| * | hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam2012-09-071-5/+5
| * | crypto: caam - add IPsec ESN supportHoria Geanta2012-09-072-2/+26
| * | crypto: geode-aes - Use module_pci_driverSachin Kamat2012-09-071-14/+1