linux/arch/cris/arch-v10/drivers
Jesper Nilsson 45a4127c10 CRIS v10: Update drivers/gpio.c, fix locking and general improvements.
- Change all spin_lock/local_irq_save to spin_lock_irqsave.
- Change multiple returns in functions where we have a lock to goto out.
- Correct number of arguments to gpio_poll_timer_interrupt, gpio_pa_interrupt.
- Break out gpio_write logic to smaller functions to make it readable.
- In setget_input and setget_output, avoid extra if-indent level.
- Change name LED_* -> CRIS_LED_* to avoid name clash.
- Don't use braces around single statement ifs.
- Fix whitespace errors.
- Remove useless CVS id and log.
2008-02-08 11:06:34 +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: Update drivers/gpio.c, fix locking and general improvements. 2008-02-08 11:06:34 +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
Kconfig CRIS: Move common Kconfig variable ETRAX_RTC to arch independet Kconfig. 2008-02-08 11:06:30 +01:00
Makefile CRIS v10: Add synchronous serial port driver for CRIS v10. 2008-02-08 11:06:31 +01: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