aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/zorro/zorro.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-05-22zorro: Add a blank line after declarationsJacob1-0/+3
2018-03-19zorro: Set up z->dev.dma_mask for the DMA APIMichael Schmitz1-0/+12
2017-03-17zorro: stop creating attributes by handDmitry Torokhov1-3/+0
2014-10-20zorro: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Geert Uytterhoeven1-1/+3
2013-11-26zorro: Let the driver core handle device enumerationGeert Uytterhoeven1-2/+2
2013-11-26zorro: Do not allocate zorro_autocon[] staticallyGeert Uytterhoeven1-3/+16
2012-07-15zorro: Remove unused zorro_bus.devicesGeert Uytterhoeven1-2/+0
2011-09-22zorro: Defer device_register() until all devices have been identifiedGeert Uytterhoeven1-1/+6
2010-10-22zorro: Fix device_register() error handlingVasiliy Kulikov1-0/+2
2010-05-17m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven1-115/+128
2009-03-24zorro: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-12m68k: zorro - Use %pR to print resourcesGeert Uytterhoeven1-4/+2
2009-01-12m68k: zorro - Kill warn_unused_result warningsGeert Uytterhoeven1-3/+14
2008-07-20m68k: remove CVS keywordsAdrian Bunk1-2/+0
2007-05-04Amiga Zorro bus: kill resource_size_t warningsGeert Uytterhoeven1-1/+2
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+193