1. 15 Dec, 2020 1 commit
    • Rajan Vaja's avatar
      zynqmp: pm: Update return type in query functions · 4b310108
      Rajan Vaja authored
      
      
      In pm_query_data() function return type is stored in response so
      there is no use of return type. Update return type of function
      pm_query_data() from enum pm_ret_status to void. Similarly
      update return type of pm_api_clock_get_name() and
      pm_api_pinctrl_get_function_name() functions.
      Signed-off-by: default avatarRajan Vaja <rajan.vaja@xilinx.com>
      Change-Id: Id811926f0b4ebcc472480bb94f3b88109eb036cd
      4b310108
  2. 08 Nov, 2018 1 commit
    • Antonio Nino Diaz's avatar
      Standardise header guards across codebase · c3cf06f1
      Antonio Nino Diaz authored
      
      
      All identifiers, regardless of use, that start with two underscores are
      reserved. This means they can't be used in header guards.
      
      The style that this project is now to use the full name of the file in
      capital letters followed by 'H'. For example, for a file called
      "uart_example.h", the header guard is UART_EXAMPLE_H.
      
      The exceptions are files that are imported from other projects:
      
      - CryptoCell driver
      - dt-bindings folders
      - zlib headers
      
      Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      c3cf06f1
  3. 15 Mar, 2018 5 commits