inotail 0.6 * Correctly handle tailing from pipes * Do not try to seek on pipes when following (thanks Alexander Sulfrian) * Handle file truncation in follow mode * Use sys/inotify.h instead of private copy of the inotify header (patch by Adrian Bunk) * Support all GNU commandline options (even the ones that make no sense) * Various small fixes -- Tobias Klauser 2008-09-23 09:46 inotail 0.5 * Output verbose file headers correctly when used in a pipe * Small code cleanups -- Tobias Klauser 2007-09-07 13:30 inotail 0.4 * Use dynamic buffers of optimal size (st_blksize in struct stat) for filesystem I/O (patch by Folkert van Heusden) * Added handling of EINTR/EAGAIN while watching files for changes (patch by Anthony Martinez) * Better error checking and handling (patch by Folkert van Heusden) * Various cleanups -- Tobias Klauser 2007-06-20 15:00 inotail 0.3 * Follow files even if they were moved * Fix a problem when tailing more than 4096 bytes/chars at once * Only print the filename once when the -v option is specified * Various small fixes and cleanups -- Tobias Klauser 2007-04-17 13:44 inotail 0.2 * Support for the -n/-c + options (tail relative to start of file) * Copyright and license cleanup * Various fixes -- Tobias Klauser 2006-11-30 17:56 sTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven King <sfking@fdwdc.com>2014-06-30 09:53:19 -0700
committerGreg Ungerer <gerg@linux-m68k.org>2016-12-05 08:53:27 +1000
commit2d24b532f95b8b1b61bf670ef5bdee52bcf59640 (patch)
tree9da27a342282f64f0929016fa984fd54a4b48eea /Makefile
parent3e5de27e940d00d8d504dfb96625fb654f641509 (diff)
m68knommu: platform support for i2c devices on ColdFire SoC
These changes based on work by Steven King <sfking@fdwdc.com> to support the i2c hardware modules on ColdFire SoC family devices. This is the per SoC hardware support. Contains a common platform device setup. Each of the SoC family members tends to have some minor local setup required to initialize the module. But all ColdFire family members use the same i2c hardware module. This i2c hardware module is the same as used in the Freescale iMX ARM based family of SoC devices. Steven's original patches were based on using a new and different i2c-coldfire.c driver. But this is not neccessary as we can use the existing Linux i2c-imx.c driver with no change required to it. And this patch is now based on using the existing i2c-imx driver. This patch only contains the ColdFire platform changes. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Tested-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'Makefile')