summaryrefslogtreecommitdiffstats
path: root/Documentation/devices.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-17ARM: imx: dynamically allocate mxc_pwm devicesUwe Kleine-König6-20/+56
2010-11-17ARM: mx3: enable SPI_IMX for better compile coverageUwe Kleine-König1-0/+1
2010-11-17ARM: imx: dynamically register imx-fb devicesUwe Kleine-König16-50/+90
2010-11-17ARM: imx: change the way flexcan devices are registeredUwe Kleine-König4-21/+56
2010-11-17ARM: imx: dynamically allocate imx2-wdt devicesUwe Kleine-König12-24/+64
2010-11-17ARM: imx: dynamically allocate mx2-camera deviceUwe Kleine-König8-35/+76
2010-11-17ARM: imx/gpio: remove some useless castsUwe Kleine-König1-2/+2
2010-11-17ARM: imx: dynamically allocate mx1-camera deviceUwe Kleine-König7-30/+57
2010-11-17ARM: imx: allow specifying a dma mask when creating a platform deviceUwe Kleine-König2-4/+33
2010-11-17ARM: imx: dynamically allocate imx_udc deviceUwe Kleine-König7-52/+103
2010-11-17ARM: imx: remove unused devicesUwe Kleine-König2-86/+0
2010-11-17ARM: imx: dynamically allocate mxc_w1 devicesUwe Kleine-König19-37/+86
2010-11-17ARM: imx: remove deprecated symbols as all users are gone nowUwe Kleine-König7-504/+0
2010-11-17ARM: imx/debug-macro: rework using the new io mapping macroUwe Kleine-König5-35/+7
2010-11-17ARM: imx: change static io mapping to use a functionUwe Kleine-König11-208/+89
2010-11-17ARM: imx: remove last explicit users of virtual base address definesUwe Kleine-König4-14/+13
2010-11-17ARM: imx: use MXxy_IO_P2V macros to setup static mappingsUwe Kleine-König8-166/+56
2010-11-17ARM: imx: refactor the io mapping macroUwe Kleine-König10-48/+61
2010-11-17ARM: mx3: fix the last users of IMX_NEEDS_DEPRECATED_SYMBOLSUwe Kleine-König3-59/+61
2010-10-27fix braino in fs: do not assign default i_ino in new_inodeAl Viro1-1/+1
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-27docbook: add idr/ida to kernel-api docbookRandy Dunlap3-24/+32
2010-10-27docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap3-8/+13
2010-10-27documentation: update sysrq.txt magic sysrq keysRandy Dunlap1-2/+5
2010-10-27scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches1-0/+5
2010-10-27scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches1-0/+12
2010-10-27checkpatch: version 0.31Andy Whitcroft1-1/+1
2010-10-27checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft1-6/+6
2010-10-27checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft1-1/+10
2010-10-27checkpatch: clean up structure definition macro handlineAndy Whitcroft1-2/+2
2010-10-27checkpatch: update copyright datesAndy Whitcroft1-1/+1
2010-10-27checkpatch: Add additional attribute #definesJoe Perches1-0/+14
2010-10-27checkpatch: check for incorrect permissionsRabin Vincent1-1/+13
2010-10-27checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft1-5/+21
2010-10-27checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft1-10/+5
2010-10-27checkpatch: add check for space after struct, union, and enumAndy Whitcroft1-0/+10
2010-10-27checkpatch: returning errno typically should be negativeAndy Whitcroft1-0/+7
2010-10-27checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft1-0/+5
2010-10-27checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft1-3/+4
2010-10-27checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft1-0/+13
2010-10-27checkpatch: types may sit on a line on their ownAndy Whitcroft1-1/+1
2010-10-27checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft1-3/+6
2010-10-27div64_u64(): improve precision on 32bit platformsBrian Behlendorf3-10/+59
2010-10-27lib/parser: cleanup match_number()Namhyung Kim1-3/+4
2010-10-27percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter1-3/+3
2010-10-27lib/list_sort: test: check element addressesArtem Bityutskiy1-8/+67
2010-10-27lib/list_sort: test: unify test messagesArtem Bityutskiy1-9/+10
2010-10-27lib/list_sort: test: improve errors handlingArtem Bityutskiy1-27/+38
2010-10-27lib/list_sort: test: use generic random32Artem Bityutskiy1-12/+15