Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Lucas De Marchi 25985edced Fix common misspellings 14 ani în urmă
  John Stultz e428c6a277 RTC: Clean out UIE icotl implementations 14 ani în urmă
  John Stultz 16380c153a RTC: Convert rtc drivers to use the alarm_irq_enable method 14 ani în urmă
  Mike Frysinger d7c7ef908b rtc-bfin: add debug markers to suspend/resume paths 15 ani în urmă
  Mike Frysinger 286f9f95fc rtc-bfin: shrink/optimize interrupt handler a bit 15 ani în urmă
  Mike Frysinger b6de860651 rtc-bfin: fix state restoration when resuming 15 ani în urmă
  Mike Frysinger 110b7e9698 rtc-bfin: fix inverted logic in suspend path 15 ani în urmă
  Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 ani în urmă
  Michael Hennerich 6bff5fb80b rtc-bfin: do not share RTC IRQ 16 ani în urmă
  Mike Frysinger 9980060bad bfin: delay IRQ registration until driver is ready 16 ani în urmă
  Julia Lawall ba6c4033b9 drivers/rtc: correct an error test 16 ani în urmă
  Mike Frysinger d0fd93781c Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays 17 ani în urmă
  Mike Frysinger 8c9166f7a6 Blackfin RTC Driver: do all initialization before we register the rtc and make it available 17 ani în urmă
  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 17 ani în urmă
  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 17 ani în urmă
  Mike Frysinger e12af37d9e blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell 17 ani în urmă
  Mike Frysinger 140fab14ae blackfin RTC driver: wait for the write complete interrupt complete before sleeping 17 ani în urmă
  Mike Frysinger 3b128fe04a blackfin RTC driver: disable the write complete irq upon close 17 ani în urmă
  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) 17 ani în urmă
  Mike Frysinger 813006f4bb blackfin RTC driver: add support for power management framework 17 ani în urmă
  Sonic Zhang 5aeb776d0c blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core 17 ani în urmă
  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 17 ani în urmă
  Hirofumi Nakagawa 801678c5a3 Remove duplicated unlikely() in IS_ERR() 17 ani în urmă
  Kay Sievers ad28a07bca rtc: fix platform driver hotplug/coldplug 17 ani în urmă
  Mike Frysinger 095b9d546f Blackfin RTC driver: convert sync wait to use the irq write complete notice 17 ani în urmă
  Mike Frysinger 48c1a56b4b Blackfin RTC driver: shave off another memcpy() by using assignment. 17 ani în urmă
  Mike Frysinger 68db30472d Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. 17 ani în urmă
  Mike Frysinger 5438de4422 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() 17 ani în urmă
  Mike Frysinger 640611608f Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) 17 ani în urmă
  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 17 ani în urmă