Histórico de Commits

Autor SHA1 Mensagem Data
  Mike Frysinger d0fd93781c Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays há 16 anos atrás
  Mike Frysinger 8c9166f7a6 Blackfin RTC Driver: do all initialization before we register the rtc and make it available há 16 anos atrás
  Mike Frysinger fe2e1cf83a Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expected há 16 anos atrás
  Mike Frysinger 26cb8bb21b blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE há 17 anos atrás
  Mike Frysinger e12af37d9e blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell há 17 anos atrás
  Mike Frysinger 140fab14ae blackfin RTC driver: wait for the write complete interrupt complete before sleeping há 17 anos atrás
  Mike Frysinger 3b128fe04a blackfin RTC driver: disable the write complete irq upon close há 17 anos atrás
  Mike Frysinger 605eb8b3c0 blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) há 17 anos atrás
  Mike Frysinger 813006f4bb blackfin RTC driver: add support for power management framework há 17 anos atrás
  Sonic Zhang 5aeb776d0c blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core há 17 anos atrás
  Mike Frysinger dd279f6127 blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY há 17 anos atrás
  Hirofumi Nakagawa 801678c5a3 Remove duplicated unlikely() in IS_ERR() há 17 anos atrás
  Kay Sievers ad28a07bca rtc: fix platform driver hotplug/coldplug há 17 anos atrás
  Mike Frysinger 095b9d546f Blackfin RTC driver: convert sync wait to use the irq write complete notice há 17 anos atrás
  Mike Frysinger 48c1a56b4b Blackfin RTC driver: shave off another memcpy() by using assignment. há 17 anos atrás
  Mike Frysinger 68db30472d Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. há 17 anos atrás
  Mike Frysinger 5438de4422 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() há 17 anos atrás
  Mike Frysinger 640611608f Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) há 17 anos atrás
  Mike Frysinger d7827d889a Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler há 17 anos atrás
  Mike Frysinger 5c236343eb Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz há 17 anos atrás
  Mike Frysinger 2c95cd71f8 Blackfin On-Chip RTC driver update for supporting BF54x há 18 anos atrás
  Wu, Bryan 8cc75c9a14 Blackfin: on-chip RTC controller driver há 18 anos atrás