summaryrefslogtreecommitdiffstats
path: root/common/ratp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-14/+43
|\
| * ratp: Switch to workqueuesSascha Hauer2020-08-131-14/+43
* | ratp: Remove duplicated includesJules Maselbas2020-08-031-2/+0
* | ratp: Abort console_countdown when activatedJules Maselbas2020-08-031-0/+3
|/
* ratp: Straighten ratp deregistrationSascha Hauer2020-06-161-49/+49
* Merge branch 'for-next/ratp'Sascha Hauer2020-06-111-1/+16
|\
| * ratp: Remove unnecessary poller_call()Sascha Hauer2020-05-201-1/+0
| * ratp: Test if console exists before using itSascha Hauer2020-05-201-0/+16
* | poller: Give pollers a nameSascha Hauer2020-05-201-1/+1
|/
* treewide: remove references to CREDITSUwe Kleine-König2020-04-278-24/+0
* ratp: add more build dependenciesLucas Stach2019-12-021-0/+1
* console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-021-7/+5
* ratp: fix use of %hu for printing intAhmad Fatoum2019-08-301-1/+1
* crc: import crc_itu_t() from kernelSascha Hauer2019-03-041-1/+1
* Merge branch 'for-next/lseek'Sascha Hauer2019-02-131-4/+5
|\
| * commands: Get rid of mem_rw_bufAndrey Smirnov2019-01-291-4/+5
* | treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
|/
* ratp: fix compile warningsOleksij Rempel2018-10-231-1/+1
* Merge branch 'for-next/ratp'Sascha Hauer2018-10-098-32/+483
|\
| * ratp: fix incorrect whitespaces in method callsAleksander Morgado2018-09-174-15/+15
| * ratp: use pr_ macros to print messagesAleksander Morgado2018-09-173-13/+19
| * ratp: use __packed instead of the full formAleksander Morgado2018-09-173-5/+5
| * ratp: implement support for GPIO commandsAleksander Morgado2018-09-173-1/+154
| * ratp: implement i2c read/write supportAleksander Morgado2018-09-173-0/+292
* | ratp: select CMDLINE_EDITINGClément Leger2018-09-261-0/+1
|/
* ratp: new reset commandAleksander Morgado2018-03-012-0/+56
* ratp: new md and mw commandsAleksander Morgado2018-03-013-0/+377
* ratp: use xstrndup() instead of a custom xmemdup_add_zero()Aleksander Morgado2018-03-011-12/+1
* ratp: implement getenv as a standard ratp commandAleksander Morgado2018-03-013-30/+52
* ratp: implement ping as a standard ratp commandAleksander Morgado2018-03-013-24/+41
* ratp: allow building without full console supportAleksander Morgado2018-03-011-2/+5
* ratp: moved logic to its own subdirectoryAleksander Morgado2018-03-013-0/+559