summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-18drivers/video/omap2/dss: don't check resource with devm_ioremap_resourceWolfram Sang1-4/+0
2013-05-18drivers/video/omap2: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/usb/phy: don't check resource with devm_ioremap_resourceWolfram Sang4-20/+0
2013-05-18drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-05-18drivers/usb/gadget: don't check resource with devm_ioremap_resourceWolfram Sang1-10/+0
2013-05-18drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang3-19/+0
2013-05-18drivers/staging/nvec: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang4-21/+0
2013-05-18drivers/pwm: don't check resource with devm_ioremap_resourceWolfram Sang8-40/+0
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang4-19/+0
2013-05-18drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/mtd/nand: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/misc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/mfd: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang3-16/+0
2013-05-18drivers/gpu/host1x/drm: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang2-10/+0
2013-05-18drivers/dma: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/cpufreq: don't check resource with devm_ioremap_resourceWolfram Sang1-4/+0
2013-05-18i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin1-1/+2
2013-05-18i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King1-4/+4
2013-05-18i2c: i801: Document feature bits in modinfoJean Delvare1-1/+5
2013-05-18i2c: designware: add Intel BayTrail ACPI IDMika Westerberg1-0/+1
2013-05-17USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2-0/+4
2013-05-17s390/xpram: mark xpram as non-rotationalChristian Borntraeger1-0/+1
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg1-1/+2
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad2-1/+12
2013-05-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-32/+36
2013-05-17drm/radeon: restore nomodeset operation (v2)Dave Airlie1-1/+11
2013-05-17qxl: fix bug with object eviction and update areaDave Airlie1-0/+1
2013-05-17drm/qxl: drop active_user_framebuffer as its unneededDave Airlie2-18/+4
2013-05-17qxl: drop unused variable.Dave Airlie2-2/+0
2013-05-17drm/qxl: fix ioport interactions for kernel submitted commands.Dave Airlie1-10/+19
2013-05-17USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams1-0/+2
2013-05-17usb: ohci: fix goto wrong tag in err caseLibo Chen1-23/+23
2013-05-17usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen1-1/+3
2013-05-17usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen1-0/+1
2013-05-17USB: serial: clean up chars_in_bufferJohan Hovold1-9/+2
2013-05-17USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold1-8/+15
2013-05-17USB: io_ti: fix chars_in_buffer overheadJohan Hovold1-8/+14
2013-05-17USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold1-14/+5
2013-05-17USB: ftdi_sio: clean up get_modem_statusJohan Hovold1-5/+4
2013-05-17USB: serial: add generic wait_until_sent implementationJohan Hovold2-0/+33
2013-05-17USB: serial: add wait_until_sent operationJohan Hovold1-0/+17
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren14-52/+41