summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-13/+11
| * | | | IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0315-68/+42
| * | | | MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0323-65/+61
| * | | | POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0365-188/+172
| * | | | SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0323-100/+86
| * | | | X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0321-89/+84
| * | | | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0343-134/+131
| * | | | Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-037-17/+17
| * | | | Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-0312-175/+152
| * | | | Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman2013-01-035-15/+15
| * | | | Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-0331-128/+111
| * | | | Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-55/+50
| * | | | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-0334-139/+138
| * | | | Drivers: ide: remove __dev* attributes.Greg Kroah-Hartman2013-01-0339-175/+162
| * | | | Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-0325-94/+85
| * | | | Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-0314-43/+37
| * | | | Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman2013-01-0320-69/+65
| * | | | Drivers: media: remove __dev* attributes.Greg Kroah-Hartman2013-01-03102-373/+360
| * | | | Drivers: amba: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-6/+2
| * | | | Drivers: thermal: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
| * | | | Drivers: usb: host: ehci-orion.c: remove __devinitdata markingGreg Kroah-Hartman2013-01-031-1/+1
| * | | | Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-0313-57/+54
| * | | | Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-0351-296/+217
| * | | | Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman2013-01-0339-120/+114
| * | | | Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-0370-214/+209
| * | | | Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-0385-525/+463
| * | | | Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-03135-1129/+1017
| * | | | Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman2013-01-033-9/+9
| * | | | Drivers: vlynq: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
| * | | | Drivers: zorro: remove CONFIG_HOTPLUG usageGreg Kroah-Hartman2013-01-031-4/+0
| * | | | Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman2013-01-033-11/+10
| * | | | Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman2013-01-031-1/+1
* | | | | Merge tag 'pinctrl-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2013-01-038-6/+113
|\ \ \ \ \
| * | | | | ARM: ux500: add pinctrl address resourcesFabio Baltieri2012-12-262-2/+5
| * | | | | pinctrl: nomadik: return if prcm_base is NULLFabio Baltieri2012-12-261-1/+10
| * | | | | pinctrl: sirf: enable GPIO pullup/down configuration from dtsBarry Song2012-12-262-0/+51
| * | | | | pinctrl: sirf: add missing DT-binding documentBarry Song2012-12-261-0/+44
| * | | | | pinctrl: fix comment mistakeLinus Walleij2012-12-261-1/+1
| * | | | | drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall2012-12-261-1/+1
| * | | | | pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configurationPhilipp Zabel2012-12-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds2013-01-0315-137/+117
|\ \ \ \ \
| * | | | | f2fs: unify string length declarations and usageLeon Romanovsky2012-12-285-15/+18
| * | | | | f2fs: clean up unused variables and return valuesJaegeuk Kim2012-12-283-17/+5
| * | | | | f2fs: clean up the start_bidx_of_node functionJaegeuk Kim2012-12-281-14/+8
| * | | | | f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2012-12-281-2/+1
| * | | | | f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2012-12-281-3/+4
| * | | | | f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon2012-12-281-1/+0
| * | | | | f2fs: handle error from f2fs_iget_nowaitNamjae Jeon2012-12-281-0/+3
| * | | | | f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim2012-12-282-35/+16
| * | | | | f2fs: add MAINTAINERS entryJaegeuk Kim2012-12-281-0/+10
OpenPOWER on IntegriCloud