aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro/zorro.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29zorro: Use helpers from ioport.hGravatar Andy Shevchenko 1-10/+4
2020-08-26zorro: Fix address space collision message with RAM expansion boardsGravatar Geert Uytterhoeven 1-1/+1
2020-03-09zorro: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-05-22zorro: Add a blank line after declarationsGravatar Jacob 1-0/+3
2018-03-19zorro: Set up z->dev.dma_mask for the DMA APIGravatar Michael Schmitz 1-0/+12
2017-03-17zorro: stop creating attributes by handGravatar Dmitry Torokhov 1-3/+0
2014-10-20zorro: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Gravatar Geert Uytterhoeven 1-1/+3
2013-11-26zorro: Let the driver core handle device enumerationGravatar Geert Uytterhoeven 1-2/+2
2013-11-26zorro: Do not allocate zorro_autocon[] staticallyGravatar Geert Uytterhoeven 1-3/+16
2012-07-15zorro: Remove unused zorro_bus.devicesGravatar Geert Uytterhoeven 1-2/+0
2011-09-22zorro: Defer device_register() until all devices have been identifiedGravatar Geert Uytterhoeven 1-1/+6
2010-10-22zorro: Fix device_register() error handlingGravatar Vasiliy Kulikov 1-0/+2
2010-05-17m68k: amiga - Zorro host bridge platform device conversionGravatar Geert Uytterhoeven 1-115/+128
2009-03-24zorro: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+2
2009-01-12m68k: zorro - Use %pR to print resourcesGravatar Geert Uytterhoeven 1-4/+2
2009-01-12m68k: zorro - Kill warn_unused_result warningsGravatar Geert Uytterhoeven 1-3/+14
2008-07-20m68k: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2007-05-04Amiga Zorro bus: kill resource_size_t warningsGravatar Geert Uytterhoeven 1-1/+2
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+193