Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-clk
[platform/kernel/u-boot.git] / lib / strto.c
2021-08-11 Tom RiniMerge tag 'u-boot-amlogic-20210810' of https://source...
2021-08-06 Tom RiniMerge tag 'video-2021-08-05' of https://source.denx...
2021-08-03 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-08-03 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2021-08-02 Tom RiniMerge branch '2021-08-02-numeric-input-cleanups'
2021-08-02 Simon Glasslib: Allow using 0x when a decimal value is requested
2021-08-02 Simon Glasslib: Move common digit-parsing code into a function
2021-08-02 Simon Glasslib: Drop unnecessary check for hex digit
2021-08-02 Simon Glassglobal: Convert simple_strtoul() with decimal to dectoul()
2021-08-02 Simon Glassglobal: Convert simple_strtoul() with hex to hextoul()
2021-07-29 Tom RiniMerge tag 'ti-v2021.10-rc2' of https://source.denx...
2021-07-28 Tom RiniMerge branch '2021-07-28-setexpr-fmt-support'
2021-07-27 Roland Gaudiglib: strto: add simple_strtoll function
2020-07-07 Tom RiniMerge tag 'u-boot-atmel-2020.10-a' of https://gitlab...
2020-06-20 Tom RiniMerge branch 'net' of https://gitlab.denx.de/u-boot...
2020-06-19 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-06-15 Tom RiniMerge tag 'efi-2020-07-rc5' of https://gitlab.denx...
2020-06-15 Tom RiniMerge branch '2020-06-15-misc-bugfixes'
2020-06-15 Sean AndersonRevert "lib: Improve _parse_integer_fixup_radix base...
2020-04-25 Tom RiniMerge branch '2020-04-25-master-imports'
2020-04-24 Simon Glasslib: Add a function to convert a string to upper case
2020-04-24 Michal Simeklib: strto: Stop detection when invalid char is used
2020-04-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-04-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-04-13 Tom RiniMerge branch 'next'
2020-04-08 Tom RiniMerge tag 'u-boot-amlogic-20200406' of https://gitlab...
2020-04-07 Tom RiniMerge tag 'xilinx-for-v2020.07' of https://gitlab.denx...
2020-04-06 Michal Simeklib: Improve _parse_integer_fixup_radix base 16 detection
2018-10-03 Tom RiniMerge tag 'rockchip-for-v2018.11' of git://git.denx...
2018-10-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-09-20 Miquel Raynallib: strto: fix metric suffix parsing in strtoul[l]
2018-09-20 Miquel Raynallib: strto: parse all lowercase metric prefixes in...
2017-09-21 Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2017-09-16 Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-09-15 Tom RiniMerge git://git.denx.de/u-boot-ubi
2017-09-15 Tom RiniMerge git://git.denx.de/u-boot-i2c
2017-09-15 Rob Clarklib: strto: fix incorrect handling of specified base
2016-10-13 Tom RiniMerge branch 'master' of git.denx.de/u-boot-mmc
2016-10-13 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-10-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-10-11 Simon GlassFix return value in trailing_strtoln()
2016-01-19 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-01-03 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-12-18 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2015-12-17 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-12-16 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2015-12-14 Sjoerd Simonslib: split out strtoxxxx functions out of vsprintf.c