aboutsummaryrefslogtreecommitdiffhomepage
path: root/drivers
Commit message (Expand)AuthorAge
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Rename some definitions to avoid clashing with system headers, fixes:Gravatar diego2008-06-23
* standard license headers for mga_vidGravatar diego2008-06-14
* add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "n...Gravatar attila2008-06-14
* Merge drivers/Makefile into top-level Makefile.Gravatar diego2008-05-28
* Fix setting of CFLAGS for Radeon modules.Gravatar diego2008-05-28
* Disable unused function, fixes the warning:Gravatar diego2008-05-28
* sync mga_vid.h to revision 265 from the mga_vid repoGravatar attila2008-05-23
* revert changes 26035 and 26061Gravatar attila2008-05-23
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* clean and distclean rules do the same thing.Gravatar diego2008-04-26
* Simplify phony target declaration.Gravatar diego2008-04-18
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* cosmetics: Move definitions to a more standard place.Gravatar diego2008-02-19
* Add standard license header and make copyright notices consistent.Gravatar diego2008-02-19
* Rename some identifiers to not use leading underscores.Gravatar diego2008-01-27
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* warning fixes:Gravatar diego2007-08-31
* warning fixes:Gravatar diego2007-08-29
* warning fix:Gravatar diego2007-08-29
* Build test programs with standard CFLAGS and use implicit rules.Gravatar diego2007-08-29
* warning fix:Gravatar diego2007-08-29
* cosmetics: misc typo fixesGravatar diego2007-07-28
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* cosmetics: Shorten overly long lines.Gravatar diego2007-03-24
* sync mga_vid.h to the one in the mga_vid repo.Gravatar attila2007-03-18
* Move files from radeon/ subdirectory here.Gravatar diego2007-03-17
* Remove radeonfb, the version in the Linux kernel is much better.Gravatar diego2007-03-17
* wording/spelling/grammar/updates/cosmeticsGravatar diego2007-03-17
* Merge Makefile from radeon/ subdirectory into this one.Gravatar diego2007-03-17
* Create device nodes upon install.Gravatar diego2007-03-17
* Introduce OBJS variable for the list of objects to build.Gravatar diego2007-03-17
* Remove support for 2.5.x kernels.Gravatar diego2007-03-17
* Remove useless compilation commands that are provided by builtin rules.Gravatar diego2007-03-17
* Merge test rules using general pattern.Gravatar diego2007-03-17
* Install tdfx_vid.o as well.Gravatar diego2007-03-17
* Remove now unnecessary MGA_VID_OBJ variable indirection.Gravatar diego2007-03-17
* Remove pointless variable indirection.Gravatar diego2007-03-17
* Remove remnants of Linux 2.6 support, the mga_vid.c part was made toGravatar diego2007-03-17
* Remove pointless variable indirection for -I options.Gravatar diego2007-03-17
* Remove unnecessary -I option from CFLAGS.Gravatar diego2007-03-17
* cosmetics: Remove superfluous comment.Gravatar diego2007-03-17
* Remove superfluous .o creation rule, it's the same as the builtin one.Gravatar diego2007-03-17
* Remove unused variables INCLUDES and MOD_PATH_PREFIX.Gravatar diego2007-03-17
* Remove unused variable AFLAGS.Gravatar diego2007-03-17
* Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.Gravatar diego2007-03-17