zephyr/drivers
Andy Ross bba98a9c38 drivers/timer/xtensa_sys_timer: Add init/update hooks for asm2
The earlier xtensa layer put the timer initialization and update
directly into the interrupt handler, which is... weird.  Under asm2,
it's just a regular ISR and needs to do the work in the driver.

Really, this driver needs a bunch of cleanup.  The xtensa CPU timer is
two registers and one ISR: a global cycle count register, and a
compare register that will fire the IRQ when they match.  There is
*way* too much code here.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-16 10:44:29 -05:00
..
adc kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
aio
bluetooth
clock_control clock_control: nrf5: Return -EBUSY on turning off if still in use 2018-02-08 14:51:31 +01:00
console kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
counter
crypto
display
dma kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
entropy drivers: entropy: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
ethernet kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
flash drivers: flash: nRF5x: Fix co-operation with Bluetooth controller 2018-02-16 12:03:05 +01:00
gpio kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
grove
i2c drivers: i2c: i2c_nios2: Fix format specifiers in log messages 2018-02-09 10:11:52 -05:00
i2s kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
ieee802154 kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
interrupt_controller drivers/interrupt_controller: Introduce multi-level interrupt support 2018-02-06 22:39:05 -05:00
ipm
led_strip
net
pci drivers: pci: when enumerating, only print the device info 2018-02-01 02:19:45 -05:00
pinmux kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
pwm kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
rtc
sensor sensors: move lps25hb and lsm6ds0 to dts 2018-02-07 10:30:36 -06:00
serial kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
spi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
timer drivers/timer/xtensa_sys_timer: Add init/update hooks for asm2 2018-02-16 10:44:29 -05:00
usb driver: usb_dw: Move base address and irq num of usb to soc.h 2018-02-07 22:55:11 -05:00
watchdog
CMakeLists.txt irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00
Kconfig irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00