Home
last modified time | relevance | path

Searched refs:week (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/rtc/
A Drtc-bd70528.c35 u8 week; member
69 r->week &= ~BD70528_MASK_RTC_WEEK; in tm2rtc()
83 r->week |= bin2bcd(t->tm_wday); in tm2rtc()
105 t->tm_wday = bcd2bin(r->week & BD70528_MASK_RTC_WEEK); in rtc2tm()
A Drtc-ds1742.c84 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local
96 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time()
105 tm->tm_wday = bcd2bin(week); in ds1742_rtc_read_time()
A Drtc-ds1553.c99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local
111 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time()
120 tm->tm_wday = bcd2bin(week); in ds1553_rtc_read_time()
A Drtc-stk17ta8.c98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local
113 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time()
122 tm->tm_wday = bcd2bin(week); in stk17ta8_rtc_read_time()
A Drtc-ds3232.c103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local
113 week = buf[3]; in ds3232_read_time()
139 time->tm_wday = bcd2bin(week) - 1; in ds3232_read_time()
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-netdev.rst41 two week "merge window" where the main maintainers feed their new stuff
45 expected. After roughly a week of collecting fixes to the rc1 content,
48 state of churn), and a week after the last vX.Y-rcN was done, the
57 the dev cycle. If it was tagged rc7 a week ago, then a release is
75 Relating that to kernel development: At the beginning of the 2-week
A Dkernel-docs.rst134 produced during the week.
A Dhandling-regressions.rst173 together for at least one week before Linus releases a new mainline version.
181 * Aim to fix regressions within one week after the culprit was identified, if
325 which regzbot normally sends out once a week on Sunday evening (UTC), which is a
A Dmaintainer-tip.rst411 window or even during the week before. Such patches should be submitted in
412 mergeable state *at* *least* a week before the merge window opens.
A Dhowto.rst249 - As soon as a new kernel is released a two week window is open,
268 release a new -rc kernel every week.
A Dsubmitting-patches.rst339 receive comments within a week or so; if that does not happen, make sure
341 one week before resubmitting or pinging reviewers - possibly longer during
A D2.Process.rst68 time. Linus releases new -rc kernels about once a week; a normal series
/linux-6.3-rc2/tools/edid/
A Dedid.S72 week: .byte WEEK label
/linux-6.3-rc2/Documentation/doc-guide/
A Dmaintainer-profile.rst45 have not heard back within a week of sending a patch.
/linux-6.3-rc2/Documentation/mm/damon/
A Dmaintainer-profile.rst52 hesitate to send a ping if you have not heard back within a week of sending a
/linux-6.3-rc2/Documentation/nvdimm/
A Dmaintainer-entry-profile.rst57 In general, please wait up to one week before pinging for feedback. A
/linux-6.3-rc2/Documentation/maintainer/
A Dmaintainer-entry-profile.rst58 week) that patches might be considered for merging and when patches need to
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbmon.c303 specs->week = block[8]; in parse_vendor_block()
307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week); in parse_vendor_block()
/linux-6.3-rc2/Documentation/arm/
A Darm.rst146 last week :-)
/linux-6.3-rc2/include/linux/
A Dfb.h75 __u32 week; /* Week Manufactured */ member
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/3com/
A Dvortex.rst456 end up working on this problem for a week or more as the maintainer
/linux-6.3-rc2/Documentation/scsi/
A Daic7xxx.rst396 408-957-2550, 24 hours a day, 7 days a week.
A Daic79xx.rst532 408-957-2550, 24 hours a day, 7 days a week.
/linux-6.3-rc2/Documentation/bpf/
A Dbpf_devel_QA.rst225 at the end of the week. In some cases pull requests could additionally
226 come also in the middle of the week depending on the current patch
/linux-6.3-rc2/Documentation/admin-guide/
A Dreporting-issues.rst819 cycle then is in its two-week long 'merge window'. The bulk of the changes and
866 are older than a week, as new mainline and stable kernels typically get released
867 at least once a week.
1344 should wait a week at maximum (or just two days if it's something urgent)
1435 If the second reminder again results in no reaction within a week, try to
1488 kernel.org front page for a week or two, but are unsuitable for testing and

Completed in 58 milliseconds

12