summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | vme: vme_tsi148.c: fix error return code in tsi148_probe()Wei Yongjun2013-06-251-1/+2
| * | | | | | | | | FMC: fix error handling in probe() functionDan Carpenter2013-06-251-6/+11
| * | | | | | | | | fmc: avoid readl/writel namespace conflictArnd Bergmann2013-06-201-2/+2
| * | | | | | | | | FMC: NULL dereference on allocation failureDan Carpenter2013-06-201-5/+6
| * | | | | | | | | UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek2013-06-191-15/+10
| * | | | | | | | | UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek2013-06-191-2/+6
| * | | | | | | | | FMC: add a char-device mezzanine driverAlessandro Rubini2013-06-193-0/+206
| * | | | | | | | | FMC: add a driver to write mezzanine EEPROMAlessandro Rubini2013-06-193-0/+185
| * | | | | | | | | FMC: add a software mezzanine driverAlessandro Rubini2013-06-193-0/+115
| * | | | | | | | | FMC: add a software carrier driverAlessandro Rubini2013-06-193-0/+368
| * | | | | | | | | FMC: add core bus driverAlessandro Rubini2013-06-196-1/+838
| * | | | | | | | | drivers: hv: switch to use mb() instead of smp_mb()Jason Wang2013-06-182-6/+6
| * | | | | | | | | memory: tegra30-mc: Fix IRQ handler.Tuomas Tynkkynen2013-06-181-3/+6
| * | | | | | | | | memory: tegra20-mc: Fix hang in IRQ handler.Tuomas Tynkkynen2013-06-181-1/+4
| * | | | | | | | | mei: support HBM versioningTomas Winkler2013-06-183-8/+34
| * | | | | | | | | char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-184-13/+13
| * | | | | | | | | vme: tsi148: Window reserved for accessing CR/CSR does not need attributes setMartyn Welch2013-06-181-7/+0
| * | | | | | | | | vme: tsi148: CR/CSR logic arround the wrong wayMartyn Welch2013-06-181-3/+4
| * | | | | | | | | vme: tsi148: Only store VME bus errors if they will be checkedMartyn Welch2013-06-181-11/+17
| * | | | | | | | | Misc: sram: Remove unneeded checkAlexander Shiyan2013-06-181-5/+1
| * | | | | | | | | pcmcia: Remove ARCH_CLPS711X dependencyAlexander Shiyan2013-06-181-1/+1
| * | | | | | | | | FMC: create drivers/fmc and toplevel Kconfig questionAlessandro Rubini2013-06-185-0/+48
| * | | | | | | | | extcon: Palmas Extcon DriverGraeme Gregory2013-06-183-0/+254
| * | | | | | | | | extcon: add EXPORT_SYMBOL_GPL for exported functionsKishon Vijay Abraham I2013-06-181-0/+2
| * | | | | | | | | extcon: Change permission 'state' sysfs entry (rw -> r)Chanwoo Choi2013-06-181-22/+1
| * | | | | | | | | Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-1786-476/+905
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | pcmcia: pd6729: fix error return code in pd6729_pci_probe()Wei Yongjun2013-06-091-0/+2
| * | | | | | | | | Merge 3.10-rc5 into char-misc-nextGreg Kroah-Hartman2013-06-09229-1127/+2139
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | pcmcia/trivial: at91_cf: fix checkpatch errorLaurent Navet2013-06-061-8/+8
| * | | | | | | | | pcmcia: at91_cf: use module_platform_driver_probe()Fabio Porcedda2013-06-061-11/+1
| * | | | | | | | | pcmcia: at91_cf: add support for DTJoachim Eastwood2013-06-062-2/+45
| * | | | | | | | | pcmcia: at91_cf: clean up header includesJoachim Eastwood2013-06-061-4/+2
| * | | | | | | | | pcmcia: at91_cf: use devm_ functions for allocationsJoachim Eastwood2013-06-061-53/+24
| * | | | | | | | | pcmcia: at91_cf: convert to dev_ print functionsJoachim Eastwood2013-06-061-12/+10
| * | | | | | | | | pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood2013-06-061-2/+2
| * | | | | | | | | uio: uio_pruss: Fix potential NULL pointer dereferenceEmil Goode2013-06-061-1/+1
| * | | | | | | | | vme: Free DMA resource allocation structureMartyn Welch2013-06-061-0/+2
| * | | | | | | | | drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes2013-06-061-1/+1
| * | | | | | | | | pch_phub: fix error return code in pch_phub_probe()Wei Yongjun2013-06-061-19/+17
| * | | | | | | | | misc: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-0614-83/+154
| * | | | | | | | | net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-052-0/+2
| * | | | | | | | | pch_phub: re-use native MAC address parserAndy Shevchenko2013-06-031-6/+2
| * | | | | | | | | pcie-gadget-spear: fix error return code in spear_pcie_gadget_probe()Wei Yongjun2013-06-031-2/+6
| * | | | | | | | | Drivers: hv: vmbus: Implement multi-channel supportK. Y. Srinivasan2013-06-033-8/+175
| * | | | | | | | | w1: add family based automatic module loadingAlexander Stein2013-06-0312-0/+18
| * | | | | | | | | misc/ep93xx_pwm: use kstrtol instead of strict_strtolH Hartley Sweeten2013-05-301-3/+3
| * | | | | | | | | misc/ep93xx_pwm: use module_platform_driver()H Hartley Sweeten2013-05-301-5/+5
| * | | | | | | | | misc/ep93xx_pwm: remove ep93xx_pwm_is_inverted() inline functionH Hartley Sweeten2013-05-301-6/+2
| * | | | | | | | | misc/ep93xx_pwm: remove ep93xx_pwm_is_enabled() inline functionH Hartley Sweeten2013-05-301-7/+2
| * | | | | | | | | misc/ep93xx_pwm: remove ep93xx_pwm_read_tc() inline functionH Hartley Sweeten2013-05-301-8/+3