dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/cris/arch-v10/drivers
Jesper Nilsson ad433f2368 CRIS v10: Cleanup of drivers/gpio.c
- Change parameters of gpio_write (const char * buf -> const char __user *buf)
- Don't initialize static variables to zero.
- Remove useless casts from void.
- Change name of interrupt routine (gpio_pa_interrupt -> gpio_interrupt)
- Use kzmalloc instead of allocating memory and zeroing it manually.
- Correct casts for copy_to_user and copy_from_user to (void __user *)
- Make file_operations gpio_fops static.
- Make ioif_watcher static, not used outside this file.
2008-02-08 11:16:45 +01:00
..
Kconfig CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file. 2008-02-08 11:08:06 +01:00
Makefile CRIS v10: Add synchronous serial port driver for CRIS v10. 2008-02-08 11:06:31 +01:00
axisflashmap.c CRIS v10: Update and improve axisflashmap.c 2008-02-08 11:06:26 +01:00
ds1302.c CRIS v10: Change name of low voltage read and set macros. 2008-02-08 11:06:33 +01:00
eeprom.c CRIS v10: Cleanup drivers/eeprom.c to avoid import conflicts. 2008-02-08 11:06:29 +01:00
gpio.c CRIS v10: Cleanup of drivers/gpio.c 2008-02-08 11:16:45 +01:00
i2c.c CRIS v10: Fix bugs in i2c_init and i2c_readreg 2008-02-08 11:06:29 +01:00
i2c.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcf8563.c CRIS v10: Update driver for pcf8563 2008-02-08 11:06:29 +01:00
sync_serial.c CRIS v10: Add synchronous serial port driver for CRIS v10. 2008-02-08 11:06:31 +01:00